Shades of Moody Blue #8889CB
Tints of Moody Blue #8889CB
RGB
CMYK
RGB Variations
Color information
#8889CB (or 0x8889CB) is known color: 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
| RGB | 136 | 137 | 203 | - |
| CMYK | 0.33 | 0.33 | 0 | 0.20 |
| HSL | 239.1º | 0.39% | 0.66% | - |
| HSV(B) | 239.1º | 0.33% | 0.8% | - |
| XYZ | 29.88 | 27.44 | 60.22 | - |
| YUV | 144.23 | 161.17 | 122.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 137 | 203 | 0.33 | 0.33 | 0 | 0.20 | 239.1 | 0.39 | 0.66 |
| Hex | 88 | 89 | CB | 21 | 21 | 0 | 14 | EF | 27 | 42 |
| Octal | 210 | 211 | 313 | 41 | 41 | 0 | 24 | 357 | 47 | 102 |
| Binary | 10001000 | 10001001 | 11001011 | 100001 | 100001 | 0 | 10100 | 11101111 | 100111 | 1000010 |
Color Harmonies of #8889CB
Complementary color
Monochromatic Colors of #8889CB
Black with #8889CB
Text Example
Text Example
White with #8889CB
Text Example
Text Example
HTML Codes & Css Web 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>