#8880CB

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

Shades of Moody Blue #8880CB

Tints of Moody Blue #8880CB

Color information

#8880CB (or 0x8880CB) is unknown color: approx Moody Blue. HEX triplet: 88, 80 and CB. RGB value is (136,128,203). Sum of RGB (Red+Green+Blue) = 136+128+203=467 (61% of max value = 765). Red value is 136 (53.52% from 255 or 29.12% from 467); Green value is 128 (50.39% from 255 or 27.41% from 467); Blue value is 203 (79.69% from 255 or 43.47% from 467); Max value from RGB is 203 - color contains mainly: blue. Hex color #8880CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8880CB is #777F34. Grayscale: #8A8A8A. Windows color (decimal): -7831349 or 13336712. OLE color: 13336712.

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

Color convert

RGB136128203-
CMYK0.330.3700.20
HSL246.4º41.9%64.9%-
HSV(B)246.4º36.95%79.61%-
XYZ28.6524.9859.81-
YUV138.94164.15125.9-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 29.12%
GREEN value IS 128 (50.39% from 255) = 27.41%
BLUE value IS 203 (79.69% from 255) = 43.47%
R=29.12%
G=27.41%
B=43.47%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1361282030.330.3700.20246.441.964.9
Hex8880CB2125014f62a41
Octal210200313414502436652101
Binary100010001000000011001011100001100101010100111101101010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8880CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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