Shades of Moody Blue #8581D7
Tints of Moody Blue #8581D7
RGB
CMYK
RGB Variations
Color information
#8581D7 (or 0x8581D7) is known color: Moody Blue. HEX triplet: 85, 81 and D7. RGB value is (133,129,215). Sum of RGB (Red+Green+Blue) = 133+129+215=477 (63% of max value = 765). Red value is 133 (52.34% from 255 or 27.88% from 477); Green value is 129 (50.78% from 255 or 27.04% from 477); Blue value is 215 (84.38% from 255 or 45.07% from 477); Max value from RGB is 215 - color contains mainly: blue. Hex color #8581D7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8581D7 is #7A7E28. Grayscale: #8B8B8B. Windows color (decimal): -8027689 or 14123397. OLE color: 14123397.
HSL color Cylindrical-coordinate representation of color #8581D7: hue angle of 242.79º degrees, saturation: 0.52, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8581D7 is Cyan = 0.38, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 133 | 129 | 215 | - |
| CMYK | 0.38 | 0.4 | 0 | 0.16 |
| HSL | 242.79º | 0.52% | 0.67% | - |
| HSV(B) | 242.79º | 0.4% | 0.84% | - |
| XYZ | 29.79 | 25.59 | 67.66 | - |
| YUV | 140 | 170.33 | 123.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 129 | 215 | 0.38 | 0.4 | 0 | 0.16 | 242.79 | 0.52 | 0.67 |
| Hex | 85 | 81 | D7 | 26 | 28 | 0 | 10 | F3 | 34 | 43 |
| Octal | 205 | 201 | 327 | 46 | 50 | 0 | 20 | 363 | 64 | 103 |
| Binary | 10000101 | 10000001 | 11010111 | 100110 | 101000 | 0 | 10000 | 11110011 | 110100 | 1000011 |
Color Harmonies of #8581D7
Complementary color
Monochromatic Colors of #8581D7
Black with #8581D7
Text Example
Text Example
White with #8581D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8581D7; }
p { color: rgb(133,129,215); }
H1.HeaderClassName
{
color: #8581D7;
}
.AnyTagClassName
{
color: #8581D7;
}
</style>
background-color css
<style>
a { background-color: #8581D7; }
a { background-color: rgb(133,129,215); }
div.DivClassName
{
background-color: #8581D7;
}
.BgClassName
{
background-color: #8581D7;
}
</style>
border-color css
<style>
span { border-color: #8581D7; }
span { border-color: rgb(133,129,215); }
td.TdClassName
{
border-color: #8581D7;
}
.TagClassName
{
border-color: #8581D7;
}
</style>