#8787CC

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

Shades of Moody Blue #8787CC

Tints of Moody Blue #8787CC

Color information

#8787CC (or 0x8787CC) is unknown color: approx Moody Blue. HEX triplet: 87, 87 and CC. RGB value is (135,135,204). Sum of RGB (Red+Green+Blue) = 135+135+204=474 (62% of max value = 765). Red value is 135 (53.12% from 255 or 28.48% from 474); Green value is 135 (53.12% from 255 or 28.48% from 474); Blue value is 204 (80.08% from 255 or 43.04% from 474); Max value from RGB is 204 - color contains mainly: blue. Hex color #8787CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8787CC is #787833. Grayscale: #8E8E8E. Windows color (decimal): -7895092 or 13404039. OLE color: 13404039.

HSL color Cylindrical-coordinate representation of color #8787CC: hue angle of 240º degrees, saturation: 0.4, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8787CC is Cyan = 0.34, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB135135204-
CMYK0.340.3400.2
HSL240º40.35%66.47%-
HSV(B)240º33.82%80%-
XYZ29.5526.8460.75-
YUV142.87162.5122.39-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 28.48%
GREEN value IS 135 (53.12% from 255) = 28.48%
BLUE value IS 204 (80.08% from 255) = 43.04%
R=28.48%
G=28.48%
B=43.04%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1351352040.340.3400.224040.3566.47
Hex8787CC2222014f02842
Octal207207314424202436050102
Binary100001111000011111001100100010100010010100111100001010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8787CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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