#8988CB

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

Shades of Moody Blue #8988CB

Tints of Moody Blue #8988CB

Color information

#8988CB (or 0x8988CB) is unknown color: approx Moody Blue. HEX triplet: 89, 88 and CB. RGB value is (137,136,203). Sum of RGB (Red+Green+Blue) = 137+136+203=476 (63% of max value = 765). Red value is 137 (53.91% from 255 or 28.78% from 476); Green value is 136 (53.52% from 255 or 28.57% 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 #8988CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8988CB is #767734. Grayscale: #8F8F8F. Windows color (decimal): -7763765 or 13338761. OLE color: 13338761.

HSL color Cylindrical-coordinate representation of color #8988CB: hue angle of 240.9º 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 #8988CB is Cyan = 0.33, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB137136203-
CMYK0.330.3300.20
HSL240.9º39.18%66.47%-
HSV(B)240.9º33%79.61%-
XYZ29.927.2460.18-
YUV143.94161.33123.05-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 28.78%
GREEN value IS 136 (53.52% from 255) = 28.57%
BLUE value IS 203 (79.69% from 255) = 42.65%
R=28.78%
G=28.57%
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
Decimal1371362030.330.3300.20240.939.1866.47
Hex8988CB2121014f12742
Octal211210313414102436147102
Binary100010011000100011001011100001100001010100111100011001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8988CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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