Shades of Moody Blue #8786CB
Tints of Moody Blue #8786CB
RGB
CMYK
RGB Variations
Color information
#8786CB (or 0x8786CB) is known color: Moody Blue. HEX triplet: 87, 86 and CB. RGB value is (135,134,203). Sum of RGB (Red+Green+Blue) = 135+134+203=472 (62% of max value = 765). Red value is 135 (53.12% from 255 or 28.60% from 472); Green value is 134 (52.73% from 255 or 28.39% from 472); Blue value is 203 (79.69% from 255 or 43.01% from 472); Max value from RGB is 203 - color contains mainly: blue. Hex color #8786CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8786CB is #787934. Grayscale: #8D8D8D. Windows color (decimal): -7895349 or 13338247. OLE color: 13338247.
HSL color Cylindrical-coordinate representation of color #8786CB: hue angle of 240.87º 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 #8786CB is Cyan = 0.33, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 135 | 134 | 203 | - |
| CMYK | 0.33 | 0.34 | 0 | 0.20 |
| HSL | 240.87º | 0.4% | 0.66% | - |
| HSV(B) | 240.87º | 0.34% | 0.8% | - |
| XYZ | 29.3 | 26.51 | 60.07 | - |
| YUV | 142.17 | 162.33 | 122.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 134 | 203 | 0.33 | 0.34 | 0 | 0.20 | 240.87 | 0.4 | 0.66 |
| Hex | 87 | 86 | CB | 21 | 22 | 0 | 14 | F1 | 28 | 42 |
| Octal | 207 | 206 | 313 | 41 | 42 | 0 | 24 | 361 | 50 | 102 |
| Binary | 10000111 | 10000110 | 11001011 | 100001 | 100010 | 0 | 10100 | 11110001 | 101000 | 1000010 |
Color Harmonies of #8786CB
Complementary color
Monochromatic Colors of #8786CB
Black with #8786CB
Text Example
Text Example
White with #8786CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8786CB; }
p { color: rgb(135,134,203); }
H1.HeaderClassName
{
color: #8786CB;
}
.AnyTagClassName
{
color: #8786CB;
}
</style>
background-color css
<style>
a { background-color: #8786CB; }
a { background-color: rgb(135,134,203); }
div.DivClassName
{
background-color: #8786CB;
}
.BgClassName
{
background-color: #8786CB;
}
</style>
border-color css
<style>
span { border-color: #8786CB; }
span { border-color: rgb(135,134,203); }
td.TdClassName
{
border-color: #8786CB;
}
.TagClassName
{
border-color: #8786CB;
}
</style>