Shades of Moody Blue #8486CF
Tints of Moody Blue #8486CF
RGB
CMYK
RGB Variations
Color information
#8486CF (or 0x8486CF) is known color: Moody Blue. HEX triplet: 84, 86 and CF. RGB value is (132,134,207). Sum of RGB (Red+Green+Blue) = 132+134+207=473 (62% of max value = 765). Red value is 132 (51.95% from 255 or 27.91% from 473); Green value is 134 (52.73% from 255 or 28.33% from 473); Blue value is 207 (81.25% from 255 or 43.76% from 473); Max value from RGB is 207 - color contains mainly: blue. Hex color #8486CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8486CF is #7B7930. Grayscale: #8D8D8D. Windows color (decimal): -8091953 or 13600388. OLE color: 13600388.
HSL color Cylindrical-coordinate representation of color #8486CF: hue angle of 238.4º degrees, saturation: 0.44, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8486CF is Cyan = 0.36, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 132 | 134 | 207 | - |
| CMYK | 0.36 | 0.35 | 0 | 0.19 |
| HSL | 238.4º | 0.44% | 0.66% | - |
| HSV(B) | 238.4º | 0.36% | 0.81% | - |
| XYZ | 29.3 | 26.46 | 62.59 | - |
| YUV | 141.72 | 164.84 | 121.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 134 | 207 | 0.36 | 0.35 | 0 | 0.19 | 238.4 | 0.44 | 0.66 |
| Hex | 84 | 86 | CF | 24 | 23 | 0 | 13 | EE | 2C | 42 |
| Octal | 204 | 206 | 317 | 44 | 43 | 0 | 23 | 356 | 54 | 102 |
| Binary | 10000100 | 10000110 | 11001111 | 100100 | 100011 | 0 | 10011 | 11101110 | 101100 | 1000010 |
Color Harmonies of #8486CF
Complementary color
Monochromatic Colors of #8486CF
Black with #8486CF
Text Example
Text Example
White with #8486CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8486CF; }
p { color: rgb(132,134,207); }
H1.HeaderClassName
{
color: #8486CF;
}
.AnyTagClassName
{
color: #8486CF;
}
</style>
background-color css
<style>
a { background-color: #8486CF; }
a { background-color: rgb(132,134,207); }
div.DivClassName
{
background-color: #8486CF;
}
.BgClassName
{
background-color: #8486CF;
}
</style>
border-color css
<style>
span { border-color: #8486CF; }
span { border-color: rgb(132,134,207); }
td.TdClassName
{
border-color: #8486CF;
}
.TagClassName
{
border-color: #8486CF;
}
</style>