Shades of Moody Blue #8586CB
Tints of Moody Blue #8586CB
RGB
CMYK
RGB Variations
Color information
#8586CB (or 0x8586CB) is known color: Moody Blue. HEX triplet: 85, 86 and CB. RGB value is (133,134,203). Sum of RGB (Red+Green+Blue) = 133+134+203=470 (62% of max value = 765). Red value is 133 (52.34% from 255 or 28.30% from 470); Green value is 134 (52.73% from 255 or 28.51% from 470); Blue value is 203 (79.69% from 255 or 43.19% from 470); Max value from RGB is 203 - color contains mainly: blue. Hex color #8586CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8586CB is #7A7934. Grayscale: #8D8D8D. Windows color (decimal): -8026421 or 13338245. OLE color: 13338245.
HSL color Cylindrical-coordinate representation of color #8586CB: hue angle of 239.14º 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 #8586CB is Cyan = 0.34, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 133 | 134 | 203 | - |
| CMYK | 0.34 | 0.34 | 0 | 0.20 |
| HSL | 239.14º | 0.4% | 0.66% | - |
| HSV(B) | 239.14º | 0.34% | 0.8% | - |
| XYZ | 28.98 | 26.35 | 60.06 | - |
| YUV | 141.57 | 162.67 | 121.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 134 | 203 | 0.34 | 0.34 | 0 | 0.20 | 239.14 | 0.4 | 0.66 |
| Hex | 85 | 86 | CB | 22 | 22 | 0 | 14 | EF | 28 | 42 |
| Octal | 205 | 206 | 313 | 42 | 42 | 0 | 24 | 357 | 50 | 102 |
| Binary | 10000101 | 10000110 | 11001011 | 100010 | 100010 | 0 | 10100 | 11101111 | 101000 | 1000010 |
Color Harmonies of #8586CB
Complementary color
Monochromatic Colors of #8586CB
Black with #8586CB
Text Example
Text Example
White with #8586CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8586CB; }
p { color: rgb(133,134,203); }
H1.HeaderClassName
{
color: #8586CB;
}
.AnyTagClassName
{
color: #8586CB;
}
</style>
background-color css
<style>
a { background-color: #8586CB; }
a { background-color: rgb(133,134,203); }
div.DivClassName
{
background-color: #8586CB;
}
.BgClassName
{
background-color: #8586CB;
}
</style>
border-color css
<style>
span { border-color: #8586CB; }
span { border-color: rgb(133,134,203); }
td.TdClassName
{
border-color: #8586CB;
}
.TagClassName
{
border-color: #8586CB;
}
</style>