Shades of Moody Blue #8581CE
Tints of Moody Blue #8581CE
RGB
CMYK
RGB Variations
Color information
#8581CE (or 0x8581CE) is known color: Moody Blue. HEX triplet: 85, 81 and CE. RGB value is (133,129,206). Sum of RGB (Red+Green+Blue) = 133+129+206=468 (61% of max value = 765). Red value is 133 (52.34% from 255 or 28.42% from 468); Green value is 129 (50.78% from 255 or 27.56% 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 #8581CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8581CE is #7A7E31. Grayscale: #8A8A8A. Windows color (decimal): -8027698 or 13533573. OLE color: 13533573.
HSL color Cylindrical-coordinate representation of color #8581CE: hue angle of 243.12º 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 #8581CE is Cyan = 0.35, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 133 | 129 | 206 | - |
| CMYK | 0.35 | 0.37 | 0 | 0.19 |
| HSL | 243.12º | 0.44% | 0.66% | - |
| HSV(B) | 243.12º | 0.37% | 0.81% | - |
| XYZ | 28.66 | 25.14 | 61.73 | - |
| YUV | 138.97 | 165.83 | 123.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 129 | 206 | 0.35 | 0.37 | 0 | 0.19 | 243.12 | 0.44 | 0.66 |
| Hex | 85 | 81 | CE | 23 | 25 | 0 | 13 | F3 | 2C | 42 |
| Octal | 205 | 201 | 316 | 43 | 45 | 0 | 23 | 363 | 54 | 102 |
| Binary | 10000101 | 10000001 | 11001110 | 100011 | 100101 | 0 | 10011 | 11110011 | 101100 | 1000010 |
Color Harmonies of #8581CE
Complementary color
Monochromatic Colors of #8581CE
Black with #8581CE
Text Example
Text Example
White with #8581CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8581CE; }
p { color: rgb(133,129,206); }
H1.HeaderClassName
{
color: #8581CE;
}
.AnyTagClassName
{
color: #8581CE;
}
</style>
background-color css
<style>
a { background-color: #8581CE; }
a { background-color: rgb(133,129,206); }
div.DivClassName
{
background-color: #8581CE;
}
.BgClassName
{
background-color: #8581CE;
}
</style>
border-color css
<style>
span { border-color: #8581CE; }
span { border-color: rgb(133,129,206); }
td.TdClassName
{
border-color: #8581CE;
}
.TagClassName
{
border-color: #8581CE;
}
</style>