Shades of Moody Blue #8186CF
Tints of Moody Blue #8186CF
RGB
CMYK
RGB Variations
Color information
#8186CF (or 0x8186CF) is known color: Moody Blue. HEX triplet: 81, 86 and CF. RGB value is (129,134,207). Sum of RGB (Red+Green+Blue) = 129+134+207=470 (62% of max value = 765). Red value is 129 (50.78% from 255 or 27.45% from 470); Green value is 134 (52.73% from 255 or 28.51% from 470); Blue value is 207 (81.25% from 255 or 44.04% from 470); Max value from RGB is 207 - color contains mainly: blue. Hex color #8186CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8186CF is #7E7930. Grayscale: #8C8C8C. Windows color (decimal): -8288561 or 13600385. OLE color: 13600385.
HSL color Cylindrical-coordinate representation of color #8186CF: hue angle of 236.15º degrees, saturation: 0.45, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8186CF is Cyan = 0.38, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 129 | 134 | 207 | - |
| CMYK | 0.38 | 0.35 | 0 | 0.19 |
| HSL | 236.15º | 0.45% | 0.66% | - |
| HSV(B) | 236.15º | 0.38% | 0.81% | - |
| XYZ | 28.84 | 26.22 | 62.57 | - |
| YUV | 140.83 | 165.34 | 119.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 134 | 207 | 0.38 | 0.35 | 0 | 0.19 | 236.15 | 0.45 | 0.66 |
| Hex | 81 | 86 | CF | 26 | 23 | 0 | 13 | EC | 2D | 42 |
| Octal | 201 | 206 | 317 | 46 | 43 | 0 | 23 | 354 | 55 | 102 |
| Binary | 10000001 | 10000110 | 11001111 | 100110 | 100011 | 0 | 10011 | 11101100 | 101101 | 1000010 |
Color Harmonies of #8186CF
Complementary color
Monochromatic Colors of #8186CF
Black with #8186CF
Text Example
Text Example
White with #8186CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8186CF; }
p { color: rgb(129,134,207); }
H1.HeaderClassName
{
color: #8186CF;
}
.AnyTagClassName
{
color: #8186CF;
}
</style>
background-color css
<style>
a { background-color: #8186CF; }
a { background-color: rgb(129,134,207); }
div.DivClassName
{
background-color: #8186CF;
}
.BgClassName
{
background-color: #8186CF;
}
</style>
border-color css
<style>
span { border-color: #8186CF; }
span { border-color: rgb(129,134,207); }
td.TdClassName
{
border-color: #8186CF;
}
.TagClassName
{
border-color: #8186CF;
}
</style>