#8881CB

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

Shades of Moody Blue #8881CB

Tints of Moody Blue #8881CB

Color information

#8881CB (or 0x8881CB) is unknown color: approx Moody Blue. HEX triplet: 88, 81 and CB. RGB value is (136,129,203). Sum of RGB (Red+Green+Blue) = 136+129+203=468 (61% of max value = 765). Red value is 136 (53.52% from 255 or 29.06% from 468); Green value is 129 (50.78% from 255 or 27.56% from 468); Blue value is 203 (79.69% from 255 or 43.38% from 468); Max value from RGB is 203 - color contains mainly: blue. Hex color #8881CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8881CB is #777E34. Grayscale: #8B8B8B. Windows color (decimal): -7831093 or 13336968. OLE color: 13336968.

HSL color Cylindrical-coordinate representation of color #8881CB: hue angle of 245.68º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8881CB is Cyan = 0.33, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB136129203-
CMYK0.330.3600.20
HSL245.68º41.57%65.1%-
HSV(B)245.68º36.45%79.61%-
XYZ28.7825.2559.86-
YUV139.53163.82125.48-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 29.06%
GREEN value IS 129 (50.78% from 255) = 27.56%
BLUE value IS 203 (79.69% from 255) = 43.38%
R=29.06%
G=27.56%
B=43.38%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1361292030.330.3600.20245.6841.5765.1
Hex8881CB2124014f62a41
Octal210201313414402436652101
Binary100010001000000111001011100001100100010100111101101010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8881CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8881CB; }

 p { color: rgb(136,129,203); }

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

<style>
 a { background-color: #8881CB; }

 a { background-color: rgb(136,129,203); }

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

<style>
 span { border-color: #8881CB; }

 span { border-color: rgb(136,129,203); }

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