Shades of Moody Blue #8581DB
Tints of Moody Blue #8581DB
RGB
CMYK
RGB Variations
Color information
#8581DB (or 0x8581DB) is known color: Moody Blue. HEX triplet: 85, 81 and DB. RGB value is (133,129,219). Sum of RGB (Red+Green+Blue) = 133+129+219=481 (63% of max value = 765). Red value is 133 (52.34% from 255 or 27.65% from 481); Green value is 129 (50.78% from 255 or 26.82% from 481); Blue value is 219 (85.94% from 255 or 45.53% from 481); Max value from RGB is 219 - color contains mainly: blue. Hex color #8581DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8581DB is #7A7E24. Grayscale: #8C8C8C. Windows color (decimal): -8027685 or 14385541. OLE color: 14385541.
HSL color Cylindrical-coordinate representation of color #8581DB: hue angle of 242.67º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8581DB is Cyan = 0.39, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 133 | 129 | 219 | - |
| CMYK | 0.39 | 0.41 | 0 | 0.14 |
| HSL | 242.67º | 0.56% | 0.68% | - |
| HSV(B) | 242.67º | 0.41% | 0.86% | - |
| XYZ | 30.31 | 25.8 | 70.4 | - |
| YUV | 140.46 | 172.33 | 122.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 129 | 219 | 0.39 | 0.41 | 0 | 0.14 | 242.67 | 0.56 | 0.68 |
| Hex | 85 | 81 | DB | 27 | 29 | 0 | E | F3 | 38 | 44 |
| Octal | 205 | 201 | 333 | 47 | 51 | 0 | 16 | 363 | 70 | 104 |
| Binary | 10000101 | 10000001 | 11011011 | 100111 | 101001 | 0 | 1110 | 11110011 | 111000 | 1000100 |
Color Harmonies of #8581DB
Complementary color
Monochromatic Colors of #8581DB
Black with #8581DB
Text Example
Text Example
White with #8581DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8581DB; }
p { color: rgb(133,129,219); }
H1.HeaderClassName
{
color: #8581DB;
}
.AnyTagClassName
{
color: #8581DB;
}
</style>
background-color css
<style>
a { background-color: #8581DB; }
a { background-color: rgb(133,129,219); }
div.DivClassName
{
background-color: #8581DB;
}
.BgClassName
{
background-color: #8581DB;
}
</style>
border-color css
<style>
span { border-color: #8581DB; }
span { border-color: rgb(133,129,219); }
td.TdClassName
{
border-color: #8581DB;
}
.TagClassName
{
border-color: #8581DB;
}
</style>