Shades of Moody Blue #8185CE
Tints of Moody Blue #8185CE
RGB
CMYK
RGB Variations
Color information
#8185CE (or 0x8185CE) is known color: Moody Blue. HEX triplet: 81, 85 and CE. RGB value is (129,133,206). Sum of RGB (Red+Green+Blue) = 129+133+206=468 (61% of max value = 765). Red value is 129 (50.78% from 255 or 27.56% from 468); Green value is 133 (52.34% from 255 or 28.42% from 468); Blue value is 206 (80.86% from 255 or 44.02% from 468); Max value from RGB is 206 - color contains mainly: blue. Hex color #8185CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8185CE is #7E7A31. Grayscale: #8B8B8B. Windows color (decimal): -8288818 or 13534593. OLE color: 13534593.
HSL color Cylindrical-coordinate representation of color #8185CE: hue angle of 236.88º degrees, saturation: 0.44, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8185CE is Cyan = 0.37, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 129 | 133 | 206 | - |
| CMYK | 0.37 | 0.35 | 0 | 0.19 |
| HSL | 236.88º | 0.44% | 0.66% | - |
| HSV(B) | 236.88º | 0.37% | 0.81% | - |
| XYZ | 28.58 | 25.9 | 61.89 | - |
| YUV | 140.13 | 165.17 | 120.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 133 | 206 | 0.37 | 0.35 | 0 | 0.19 | 236.88 | 0.44 | 0.66 |
| Hex | 81 | 85 | CE | 25 | 23 | 0 | 13 | ED | 2C | 42 |
| Octal | 201 | 205 | 316 | 45 | 43 | 0 | 23 | 355 | 54 | 102 |
| Binary | 10000001 | 10000101 | 11001110 | 100101 | 100011 | 0 | 10011 | 11101101 | 101100 | 1000010 |
Color Harmonies of #8185CE
Complementary color
Monochromatic Colors of #8185CE
Black with #8185CE
Text Example
Text Example
White with #8185CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8185CE; }
p { color: rgb(129,133,206); }
H1.HeaderClassName
{
color: #8185CE;
}
.AnyTagClassName
{
color: #8185CE;
}
</style>
background-color css
<style>
a { background-color: #8185CE; }
a { background-color: rgb(129,133,206); }
div.DivClassName
{
background-color: #8185CE;
}
.BgClassName
{
background-color: #8185CE;
}
</style>
border-color css
<style>
span { border-color: #8185CE; }
span { border-color: rgb(129,133,206); }
td.TdClassName
{
border-color: #8185CE;
}
.TagClassName
{
border-color: #8185CE;
}
</style>