Shades of Moody Blue #8581DD
Tints of Moody Blue #8581DD
RGB
CMYK
RGB Variations
Color information
#8581DD (or 0x8581DD) is known color: Moody Blue. HEX triplet: 85, 81 and DD. RGB value is (133,129,221). Sum of RGB (Red+Green+Blue) = 133+129+221=483 (63% of max value = 765). Red value is 133 (52.34% from 255 or 27.54% from 483); Green value is 129 (50.78% from 255 or 26.71% from 483); Blue value is 221 (86.72% from 255 or 45.76% from 483); Max value from RGB is 221 - color contains mainly: blue. Hex color #8581DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8581DD is #7A7E22. Grayscale: #8C8C8C. Windows color (decimal): -8027683 or 14516613. OLE color: 14516613.
HSL color Cylindrical-coordinate representation of color #8581DD: hue angle of 242.61º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8581DD is Cyan = 0.40, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 133 | 129 | 221 | - |
| CMYK | 0.40 | 0.42 | 0 | 0.13 |
| HSL | 242.61º | 0.58% | 0.69% | - |
| HSV(B) | 242.61º | 0.42% | 0.87% | - |
| XYZ | 30.57 | 25.91 | 71.8 | - |
| YUV | 140.68 | 173.33 | 122.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 129 | 221 | 0.40 | 0.42 | 0 | 0.13 | 242.61 | 0.58 | 0.69 |
| Hex | 85 | 81 | DD | 28 | 2A | 0 | D | F3 | 3A | 45 |
| Octal | 205 | 201 | 335 | 50 | 52 | 0 | 15 | 363 | 72 | 105 |
| Binary | 10000101 | 10000001 | 11011101 | 101000 | 101010 | 0 | 1101 | 11110011 | 111010 | 1000101 |
Color Harmonies of #8581DD
Complementary color
Monochromatic Colors of #8581DD
Black with #8581DD
Text Example
Text Example
White with #8581DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8581DD; }
p { color: rgb(133,129,221); }
H1.HeaderClassName
{
color: #8581DD;
}
.AnyTagClassName
{
color: #8581DD;
}
</style>
background-color css
<style>
a { background-color: #8581DD; }
a { background-color: rgb(133,129,221); }
div.DivClassName
{
background-color: #8581DD;
}
.BgClassName
{
background-color: #8581DD;
}
</style>
border-color css
<style>
span { border-color: #8581DD; }
span { border-color: rgb(133,129,221); }
td.TdClassName
{
border-color: #8581DD;
}
.TagClassName
{
border-color: #8581DD;
}
</style>