Shades of Moody Blue #8C85CB
Tints of Moody Blue #8C85CB
RGB
CMYK
RGB Variations
Color information
#8C85CB (or 0x8C85CB) is known color: Moody Blue. HEX triplet: 8C, 85 and CB. RGB value is (140,133,203). Sum of RGB (Red+Green+Blue) = 140+133+203=476 (63% of max value = 765). Red value is 140 (55.08% from 255 or 29.41% from 476); Green value is 133 (52.34% from 255 or 27.94% 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 #8C85CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8C85CB is #737A34. Grayscale: #8E8E8E. Windows color (decimal): -7567925 or 13337996. OLE color: 13337996.
HSL color Cylindrical-coordinate representation of color #8C85CB: hue angle of 246º 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 #8C85CB is Cyan = 0.31, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 140 | 133 | 203 | - |
| CMYK | 0.31 | 0.34 | 0 | 0.20 |
| HSL | 246º | 0.4% | 0.66% | - |
| HSV(B) | 246º | 0.34% | 0.8% | - |
| XYZ | 29.98 | 26.66 | 60.07 | - |
| YUV | 143.07 | 161.82 | 125.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 133 | 203 | 0.31 | 0.34 | 0 | 0.20 | 246 | 0.4 | 0.66 |
| Hex | 8C | 85 | CB | 1F | 22 | 0 | 14 | F6 | 28 | 42 |
| Octal | 214 | 205 | 313 | 37 | 42 | 0 | 24 | 366 | 50 | 102 |
| Binary | 10001100 | 10000101 | 11001011 | 11111 | 100010 | 0 | 10100 | 11110110 | 101000 | 1000010 |
Color Harmonies of #8C85CB
Complementary color
Monochromatic Colors of #8C85CB
Black with #8C85CB
Text Example
Text Example
White with #8C85CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C85CB; }
p { color: rgb(140,133,203); }
H1.HeaderClassName
{
color: #8C85CB;
}
.AnyTagClassName
{
color: #8C85CB;
}
</style>
background-color css
<style>
a { background-color: #8C85CB; }
a { background-color: rgb(140,133,203); }
div.DivClassName
{
background-color: #8C85CB;
}
.BgClassName
{
background-color: #8C85CB;
}
</style>
border-color css
<style>
span { border-color: #8C85CB; }
span { border-color: rgb(140,133,203); }
td.TdClassName
{
border-color: #8C85CB;
}
.TagClassName
{
border-color: #8C85CB;
}
</style>