#8886CA

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

Shades of Moody Blue #8886CA

Tints of Moody Blue #8886CA

Color information

#8886CA (or 0x8886CA) is unknown color: approx Moody Blue. HEX triplet: 88, 86 and CA. RGB value is (136,134,202). Sum of RGB (Red+Green+Blue) = 136+134+202=472 (62% of max value = 765). Red value is 136 (53.52% from 255 or 28.81% from 472); Green value is 134 (52.73% from 255 or 28.39% from 472); Blue value is 202 (79.30% from 255 or 42.80% from 472); Max value from RGB is 202 - color contains mainly: blue. Hex color #8886CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8886CA is #777935. Grayscale: #8E8E8E. Windows color (decimal): -7829814 or 13272712. OLE color: 13272712.

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

Color convert

RGB136134202-
CMYK0.330.3400.21
HSL241.76º39.08%65.88%-
HSV(B)241.76º33.66%79.22%-
XYZ29.3426.5559.46-
YUV142.35161.66123.47-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 28.81%
GREEN value IS 134 (52.73% from 255) = 28.39%
BLUE value IS 202 (79.30% from 255) = 42.80%
R=28.81%
G=28.39%
B=42.80%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1361342020.330.3400.21241.7639.0865.88
Hex8886CA2122015f22742
Octal210206312414202536247102
Binary100010001000011011001010100001100010010101111100101001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8886CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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