Shades of Moody Blue #8988CB
Tints of Moody Blue #8988CB
RGB
CMYK
RGB Variations
Color information
#8988CB (or 0x8988CB) is known color: 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
| RGB | 137 | 136 | 203 | - |
| CMYK | 0.33 | 0.33 | 0 | 0.20 |
| HSL | 240.9º | 0.39% | 0.66% | - |
| HSV(B) | 240.9º | 0.33% | 0.8% | - |
| XYZ | 29.9 | 27.24 | 60.18 | - |
| YUV | 143.94 | 161.33 | 123.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 136 | 203 | 0.33 | 0.33 | 0 | 0.20 | 240.9 | 0.39 | 0.66 |
| Hex | 89 | 88 | CB | 21 | 21 | 0 | 14 | F1 | 27 | 42 |
| Octal | 211 | 210 | 313 | 41 | 41 | 0 | 24 | 361 | 47 | 102 |
| Binary | 10001001 | 10001000 | 11001011 | 100001 | 100001 | 0 | 10100 | 11110001 | 100111 | 1000010 |
Color Harmonies of #8988CB
Complementary color
Monochromatic Colors of #8988CB
Black with #8988CB
Text Example
Text Example
White with #8988CB
Text Example
Text Example
HTML Codes & Css Web 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>