#8887CA

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

Shades of Moody Blue #8887CA

Tints of Moody Blue #8887CA

Color information

#8887CA (or 0x8887CA) is unknown color: approx Moody Blue. HEX triplet: 88, 87 and CA. RGB value is (136,135,202). Sum of RGB (Red+Green+Blue) = 136+135+202=473 (62% of max value = 765). Red value is 136 (53.52% from 255 or 28.75% from 473); Green value is 135 (53.12% from 255 or 28.54% from 473); Blue value is 202 (79.30% from 255 or 42.71% from 473); Max value from RGB is 202 - color contains mainly: blue. Hex color #8887CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8887CA is #777835. Grayscale: #8E8E8E. Windows color (decimal): -7829558 or 13272968. OLE color: 13272968.

HSL color Cylindrical-coordinate representation of color #8887CA: hue angle of 240.9º degrees, saturation: 0.39, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8887CA is Cyan = 0.33, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB136135202-
CMYK0.330.3300.21
HSL240.9º38.73%66.08%-
HSV(B)240.9º33.17%79.22%-
XYZ29.4826.8359.5-
YUV142.94161.33123.05-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 28.75%
GREEN value IS 135 (53.12% from 255) = 28.54%
BLUE value IS 202 (79.30% from 255) = 42.71%
R=28.75%
G=28.54%
B=42.71%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1361352020.330.3300.21240.938.7366.08
Hex8887CA2121015f12742
Octal210207312414102536147102
Binary100010001000011111001010100001100001010101111100011001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8887CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8887CA; }

 p { color: rgb(136,135,202); }

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

<style>
 a { background-color: #8887CA; }

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

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

<style>
 span { border-color: #8887CA; }

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

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