Shades of Moody Blue #8C86CB
Tints of Moody Blue #8C86CB
RGB
CMYK
RGB Variations
Color information
#8C86CB (or 0x8C86CB) is known color: Moody Blue. HEX triplet: 8C, 86 and CB. RGB value is (140,134,203). Sum of RGB (Red+Green+Blue) = 140+134+203=477 (63% of max value = 765). Red value is 140 (55.08% from 255 or 29.35% from 477); Green value is 134 (52.73% from 255 or 28.09% from 477); Blue value is 203 (79.69% from 255 or 42.56% from 477); Max value from RGB is 203 - color contains mainly: blue. Hex color #8C86CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8C86CB is #737934. Grayscale: #8F8F8F. Windows color (decimal): -7567669 or 13338252. OLE color: 13338252.
HSL color Cylindrical-coordinate representation of color #8C86CB: hue angle of 245.22º 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 #8C86CB is Cyan = 0.31, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 140 | 134 | 203 | - |
| CMYK | 0.31 | 0.34 | 0 | 0.20 |
| HSL | 245.22º | 0.4% | 0.66% | - |
| HSV(B) | 245.22º | 0.34% | 0.8% | - |
| XYZ | 30.12 | 26.94 | 60.11 | - |
| YUV | 143.66 | 161.49 | 125.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 134 | 203 | 0.31 | 0.34 | 0 | 0.20 | 245.22 | 0.4 | 0.66 |
| Hex | 8C | 86 | CB | 1F | 22 | 0 | 14 | F5 | 28 | 42 |
| Octal | 214 | 206 | 313 | 37 | 42 | 0 | 24 | 365 | 50 | 102 |
| Binary | 10001100 | 10000110 | 11001011 | 11111 | 100010 | 0 | 10100 | 11110101 | 101000 | 1000010 |
Color Harmonies of #8C86CB
Complementary color
Monochromatic Colors of #8C86CB
Black with #8C86CB
Text Example
Text Example
White with #8C86CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C86CB; }
p { color: rgb(140,134,203); }
H1.HeaderClassName
{
color: #8C86CB;
}
.AnyTagClassName
{
color: #8C86CB;
}
</style>
background-color css
<style>
a { background-color: #8C86CB; }
a { background-color: rgb(140,134,203); }
div.DivClassName
{
background-color: #8C86CB;
}
.BgClassName
{
background-color: #8C86CB;
}
</style>
border-color css
<style>
span { border-color: #8C86CB; }
span { border-color: rgb(140,134,203); }
td.TdClassName
{
border-color: #8C86CB;
}
.TagClassName
{
border-color: #8C86CB;
}
</style>