#8884C9

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

Shades of Moody Blue #8884C9

Tints of Moody Blue #8884C9

Color information

#8884C9 (or 0x8884C9) is unknown color: approx Moody Blue. HEX triplet: 88, 84 and C9. RGB value is (136,132,201). Sum of RGB (Red+Green+Blue) = 136+132+201=469 (62% of max value = 765). Red value is 136 (53.52% from 255 or 29.00% from 469); Green value is 132 (51.95% from 255 or 28.14% from 469); Blue value is 201 (78.91% from 255 or 42.86% from 469); Max value from RGB is 201 - color contains mainly: blue. Hex color #8884C9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8884C9 is #777B36. Grayscale: #8C8C8C. Windows color (decimal): -7830327 or 13206664. OLE color: 13206664.

HSL color Cylindrical-coordinate representation of color #8884C9: hue angle of 243.48º degrees, saturation: 0.39, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8884C9 is Cyan = 0.32, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB136132201-
CMYK0.320.3400.21
HSL243.48º38.98%65.29%-
HSV(B)243.48º34.33%78.82%-
XYZ28.9525.9558.74-
YUV141.06161.83124.39-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 29.00%
GREEN value IS 132 (51.95% from 255) = 28.14%
BLUE value IS 201 (78.91% from 255) = 42.86%
R=29.00%
G=28.14%
B=42.86%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1361322010.320.3400.21243.4838.9865.29
Hex8884C92022015f32741
Octal210204311404202536347101
Binary100010001000010011001001100000100010010101111100111001111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8884C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8884C9; }

 p { color: rgb(136,132,201); }

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

<style>
 a { background-color: #8884C9; }

 a { background-color: rgb(136,132,201); }

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

<style>
 span { border-color: #8884C9; }

 span { border-color: rgb(136,132,201); }

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