Shades of Moody Blue #8581D8
Tints of Moody Blue #8581D8
RGB
CMYK
RGB Variations
Color information
#8581D8 (or 0x8581D8) is known color: Moody Blue. HEX triplet: 85, 81 and D8. RGB value is (133,129,216). Sum of RGB (Red+Green+Blue) = 133+129+216=478 (63% of max value = 765). Red value is 133 (52.34% from 255 or 27.82% from 478); Green value is 129 (50.78% from 255 or 26.99% from 478); Blue value is 216 (84.77% from 255 or 45.19% from 478); Max value from RGB is 216 - color contains mainly: blue. Hex color #8581D8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8581D8 is #7A7E27. Grayscale: #8B8B8B. Windows color (decimal): -8027688 or 14188933. OLE color: 14188933.
HSL color Cylindrical-coordinate representation of color #8581D8: hue angle of 242.76º degrees, saturation: 0.53, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8581D8 is Cyan = 0.38, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 133 | 129 | 216 | - |
| CMYK | 0.38 | 0.40 | 0 | 0.15 |
| HSL | 242.76º | 0.53% | 0.68% | - |
| HSV(B) | 242.76º | 0.4% | 0.85% | - |
| XYZ | 29.92 | 25.64 | 68.34 | - |
| YUV | 140.11 | 170.83 | 122.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 129 | 216 | 0.38 | 0.40 | 0 | 0.15 | 242.76 | 0.53 | 0.68 |
| Hex | 85 | 81 | D8 | 26 | 28 | 0 | F | F3 | 35 | 44 |
| Octal | 205 | 201 | 330 | 46 | 50 | 0 | 17 | 363 | 65 | 104 |
| Binary | 10000101 | 10000001 | 11011000 | 100110 | 101000 | 0 | 1111 | 11110011 | 110101 | 1000100 |
Color Harmonies of #8581D8
Complementary color
Monochromatic Colors of #8581D8
Black with #8581D8
Text Example
Text Example
White with #8581D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8581D8; }
p { color: rgb(133,129,216); }
H1.HeaderClassName
{
color: #8581D8;
}
.AnyTagClassName
{
color: #8581D8;
}
</style>
background-color css
<style>
a { background-color: #8581D8; }
a { background-color: rgb(133,129,216); }
div.DivClassName
{
background-color: #8581D8;
}
.BgClassName
{
background-color: #8581D8;
}
</style>
border-color css
<style>
span { border-color: #8581D8; }
span { border-color: rgb(133,129,216); }
td.TdClassName
{
border-color: #8581D8;
}
.TagClassName
{
border-color: #8581D8;
}
</style>