#8889CB

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

Shades of Moody Blue #8889CB

Tints of Moody Blue #8889CB

Color information

#8889CB (or 0x8889CB) is unknown color: approx Moody Blue. HEX triplet: 88, 89 and CB. RGB value is (136,137,203). Sum of RGB (Red+Green+Blue) = 136+137+203=476 (63% of max value = 765). Red value is 136 (53.52% from 255 or 28.57% from 476); Green value is 137 (53.91% from 255 or 28.78% from 476); Blue value is 203 (79.69% from 255 or 42.65% from 476); Max value from RGB is 203 - color contains mainly: blue. Hex color #8889CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8889CB is #777634. Grayscale: #8F8F8F. Windows color (decimal): -7829045 or 13339016. OLE color: 13339016.

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

Color convert

RGB136137203-
CMYK0.330.3300.20
HSL239.1º39.18%66.47%-
HSV(B)239.1º33%79.61%-
XYZ29.8827.4460.22-
YUV144.22161.17122.13-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 28.57%
GREEN value IS 137 (53.91% from 255) = 28.78%
BLUE value IS 203 (79.69% from 255) = 42.65%
R=28.57%
G=28.78%
B=42.65%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1361372030.330.3300.20239.139.1866.47
Hex8889CB2121014ef2742
Octal210211313414102435747102
Binary100010001000100111001011100001100001010100111011111001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8889CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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