Shades of Moody Blue #8985CB
Tints of Moody Blue #8985CB
RGB
CMYK
RGB Variations
Color information
#8985CB (or 0x8985CB) is known color: Moody Blue. HEX triplet: 89, 85 and CB. RGB value is (137,133,203). Sum of RGB (Red+Green+Blue) = 137+133+203=473 (62% of max value = 765). Red value is 137 (53.91% from 255 or 28.96% from 473); Green value is 133 (52.34% from 255 or 28.12% from 473); Blue value is 203 (79.69% from 255 or 42.92% from 473); Max value from RGB is 203 - color contains mainly: blue. Hex color #8985CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8985CB is #767A34. Grayscale: #8D8D8D. Windows color (decimal): -7764533 or 13337993. OLE color: 13337993.
HSL color Cylindrical-coordinate representation of color #8985CB: hue angle of 243.43º degrees, saturation: 0.4, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8985CB is Cyan = 0.33, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 137 | 133 | 203 | - |
| CMYK | 0.33 | 0.34 | 0 | 0.20 |
| HSL | 243.43º | 0.4% | 0.66% | - |
| HSV(B) | 243.43º | 0.34% | 0.8% | - |
| XYZ | 29.48 | 26.41 | 60.04 | - |
| YUV | 142.18 | 162.33 | 124.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 133 | 203 | 0.33 | 0.34 | 0 | 0.20 | 243.43 | 0.4 | 0.66 |
| Hex | 89 | 85 | CB | 21 | 22 | 0 | 14 | F3 | 28 | 42 |
| Octal | 211 | 205 | 313 | 41 | 42 | 0 | 24 | 363 | 50 | 102 |
| Binary | 10001001 | 10000101 | 11001011 | 100001 | 100010 | 0 | 10100 | 11110011 | 101000 | 1000010 |
Color Harmonies of #8985CB
Complementary color
Monochromatic Colors of #8985CB
Black with #8985CB
Text Example
Text Example
White with #8985CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8985CB; }
p { color: rgb(137,133,203); }
H1.HeaderClassName
{
color: #8985CB;
}
.AnyTagClassName
{
color: #8985CB;
}
</style>
background-color css
<style>
a { background-color: #8985CB; }
a { background-color: rgb(137,133,203); }
div.DivClassName
{
background-color: #8985CB;
}
.BgClassName
{
background-color: #8985CB;
}
</style>
border-color css
<style>
span { border-color: #8985CB; }
span { border-color: rgb(137,133,203); }
td.TdClassName
{
border-color: #8985CB;
}
.TagClassName
{
border-color: #8985CB;
}
</style>