Shades of Moody Blue #8486CB
Tints of Moody Blue #8486CB
RGB
CMYK
RGB Variations
Color information
#8486CB (or 0x8486CB) is known color: Moody Blue. HEX triplet: 84, 86 and CB. RGB value is (132,134,203). Sum of RGB (Red+Green+Blue) = 132+134+203=469 (62% of max value = 765). Red value is 132 (51.95% from 255 or 28.14% from 469); Green value is 134 (52.73% from 255 or 28.57% from 469); Blue value is 203 (79.69% from 255 or 43.28% from 469); Max value from RGB is 203 - color contains mainly: blue. Hex color #8486CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8486CB is #7B7934. Grayscale: #8C8C8C. Windows color (decimal): -8091957 or 13338244. OLE color: 13338244.
HSL color Cylindrical-coordinate representation of color #8486CB: hue angle of 238.31º degrees, saturation: 0.41, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8486CB is Cyan = 0.35, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 132 | 134 | 203 | - |
| CMYK | 0.35 | 0.34 | 0 | 0.20 |
| HSL | 238.31º | 0.41% | 0.66% | - |
| HSV(B) | 238.31º | 0.35% | 0.8% | - |
| XYZ | 28.82 | 26.27 | 60.05 | - |
| YUV | 141.27 | 162.84 | 121.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 134 | 203 | 0.35 | 0.34 | 0 | 0.20 | 238.31 | 0.41 | 0.66 |
| Hex | 84 | 86 | CB | 23 | 22 | 0 | 14 | EE | 29 | 42 |
| Octal | 204 | 206 | 313 | 43 | 42 | 0 | 24 | 356 | 51 | 102 |
| Binary | 10000100 | 10000110 | 11001011 | 100011 | 100010 | 0 | 10100 | 11101110 | 101001 | 1000010 |
Color Harmonies of #8486CB
Complementary color
Monochromatic Colors of #8486CB
Black with #8486CB
Text Example
Text Example
White with #8486CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8486CB; }
p { color: rgb(132,134,203); }
H1.HeaderClassName
{
color: #8486CB;
}
.AnyTagClassName
{
color: #8486CB;
}
</style>
background-color css
<style>
a { background-color: #8486CB; }
a { background-color: rgb(132,134,203); }
div.DivClassName
{
background-color: #8486CB;
}
.BgClassName
{
background-color: #8486CB;
}
</style>
border-color css
<style>
span { border-color: #8486CB; }
span { border-color: rgb(132,134,203); }
td.TdClassName
{
border-color: #8486CB;
}
.TagClassName
{
border-color: #8486CB;
}
</style>