Shades of Moody Blue #8486CA
Tints of Moody Blue #8486CA
RGB
CMYK
RGB Variations
Color information
#8486CA (or 0x8486CA) is known color: Moody Blue. HEX triplet: 84, 86 and CA. RGB value is (132,134,202). Sum of RGB (Red+Green+Blue) = 132+134+202=468 (61% of max value = 765). Red value is 132 (51.95% from 255 or 28.21% from 468); Green value is 134 (52.73% from 255 or 28.63% from 468); Blue value is 202 (79.30% from 255 or 43.16% from 468); Max value from RGB is 202 - color contains mainly: blue. Hex color #8486CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8486CA is #7B7935. Grayscale: #8C8C8C. Windows color (decimal): -8091958 or 13272708. OLE color: 13272708.
HSL color Cylindrical-coordinate representation of color #8486CA: hue angle of 238.29º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8486CA is Cyan = 0.35, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 132 | 134 | 202 | - |
| CMYK | 0.35 | 0.34 | 0 | 0.21 |
| HSL | 238.29º | 0.4% | 0.65% | - |
| HSV(B) | 238.29º | 0.35% | 0.79% | - |
| XYZ | 28.7 | 26.22 | 59.43 | - |
| YUV | 141.15 | 162.34 | 121.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 134 | 202 | 0.35 | 0.34 | 0 | 0.21 | 238.29 | 0.4 | 0.65 |
| Hex | 84 | 86 | CA | 23 | 22 | 0 | 15 | EE | 28 | 41 |
| Octal | 204 | 206 | 312 | 43 | 42 | 0 | 25 | 356 | 50 | 101 |
| Binary | 10000100 | 10000110 | 11001010 | 100011 | 100010 | 0 | 10101 | 11101110 | 101000 | 1000001 |
Color Harmonies of #8486CA
Complementary color
Monochromatic Colors of #8486CA
Black with #8486CA
Text Example
Text Example
White with #8486CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8486CA; }
p { color: rgb(132,134,202); }
H1.HeaderClassName
{
color: #8486CA;
}
.AnyTagClassName
{
color: #8486CA;
}
</style>
background-color css
<style>
a { background-color: #8486CA; }
a { background-color: rgb(132,134,202); }
div.DivClassName
{
background-color: #8486CA;
}
.BgClassName
{
background-color: #8486CA;
}
</style>
border-color css
<style>
span { border-color: #8486CA; }
span { border-color: rgb(132,134,202); }
td.TdClassName
{
border-color: #8486CA;
}
.TagClassName
{
border-color: #8486CA;
}
</style>