#8787C6

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

Shades of Moody Blue #8787C6

Tints of Moody Blue #8787C6

Color information

#8787C6 (or 0x8787C6) is unknown color: approx Moody Blue. HEX triplet: 87, 87 and C6. RGB value is (135,135,198). Sum of RGB (Red+Green+Blue) = 135+135+198=468 (61% of max value = 765). Red value is 135 (53.12% from 255 or 28.85% from 468); Green value is 135 (53.12% from 255 or 28.85% from 468); Blue value is 198 (77.73% from 255 or 42.31% from 468); Max value from RGB is 198 - color contains mainly: blue. Hex color #8787C6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8787C6 is #787839. Grayscale: #8D8D8D. Windows color (decimal): -7895098 or 13010823. OLE color: 13010823.

HSL color Cylindrical-coordinate representation of color #8787C6: hue angle of 240º degrees, saturation: 0.36, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8787C6 is Cyan = 0.32, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB135135198-
CMYK0.320.3200.22
HSL240º35.59%65.29%-
HSV(B)240º31.82%77.65%-
XYZ28.8526.5657.03-
YUV142.18159.5122.88-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 28.85%
GREEN value IS 135 (53.12% from 255) = 28.85%
BLUE value IS 198 (77.73% from 255) = 42.31%
R=28.85%
G=28.85%
B=42.31%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1351351980.320.3200.2224035.5965.29
Hex8787C62020016f02441
Octal207207306404002636044101
Binary100001111000011111000110100000100000010110111100001001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8787C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8787C6; }

 p { color: rgb(135,135,198); }

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

<style>
 a { background-color: #8787C6; }

 a { background-color: rgb(135,135,198); }

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

<style>
 span { border-color: #8787C6; }

 span { border-color: rgb(135,135,198); }

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