#8883D9

Color #8883D9 Moody Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Moody Blue #8883D9

Tints of Moody Blue #8883D9

Color information

#8883D9 (or 0x8883D9) is unknown color: approx Moody Blue. HEX triplet: 88, 83 and D9. RGB value is (136,131,217). Sum of RGB (Red+Green+Blue) = 136+131+217=484 (64% of max value = 765). Red value is 136 (53.52% from 255 or 28.10% from 484); Green value is 131 (51.56% from 255 or 27.07% from 484); Blue value is 217 (85.16% from 255 or 44.83% from 484); Max value from RGB is 217 - color contains mainly: blue. Hex color #8883D9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8883D9 is #777C26. Grayscale: #8D8D8D. Windows color (decimal): -7830567 or 14254984. OLE color: 14254984.

HSL color Cylindrical-coordinate representation of color #8883D9: hue angle of 243.49º degrees, saturation: 0.53, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8883D9 is Cyan = 0.37, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB136131217-
CMYK0.370.4000.15
HSL243.49º53.09%68.24%-
HSV(B)243.49º39.63%85.1%-
XYZ30.7926.4869.13-
YUV142.3170.16123.51-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 136 (53.52% from 255) = 28.10%
GREEN value IS 131 (51.56% from 255) = 27.07%
BLUE value IS 217 (85.16% from 255) = 44.83%
R=28.10%
G=27.07%
B=44.83%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1361312170.370.4000.15243.4953.0968.24
Hex8883D925280Ff33544
Octal210203331455001736365104
Binary10001000100000111101100110010110100001111111100111101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8883D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8883D9; }

 p { color: rgb(136,131,217); }

 H1.HeaderClassName
 {
   color: #8883D9;
 }
 .AnyTagClassName
 {
   color: #8883D9;
 }
</style>
background-color css

<style>
 a { background-color: #8883D9; }

 a { background-color: rgb(136,131,217); }

 div.DivClassName
 {
   background-color: #8883D9;
 }
 .BgClassName
 {
   background-color: #8883D9;
 }
</style>
border-color css

<style>
 span { border-color: #8883D9; }

 span { border-color: rgb(136,131,217); }

 td.TdClassName
 {
   border-color: #8883D9;
 }
 .TagClassName
 {
   border-color: #8883D9;
 }
</style>