Shades of Moody Blue #8582DB
Tints of Moody Blue #8582DB
RGB
CMYK
RGB Variations
Color information
#8582DB (or 0x8582DB) is known color: Moody Blue. HEX triplet: 85, 82 and DB. RGB value is (133,130,219). Sum of RGB (Red+Green+Blue) = 133+130+219=482 (63% of max value = 765). Red value is 133 (52.34% from 255 or 27.59% from 482); Green value is 130 (51.17% from 255 or 26.97% from 482); Blue value is 219 (85.94% from 255 or 45.44% from 482); Max value from RGB is 219 - color contains mainly: blue. Hex color #8582DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8582DB is #7A7D24. Grayscale: #8C8C8C. Windows color (decimal): -8027429 or 14385797. OLE color: 14385797.
HSL color Cylindrical-coordinate representation of color #8582DB: hue angle of 242.02º degrees, saturation: 0.55, 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 #8582DB is Cyan = 0.39, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 133 | 130 | 219 | - |
| CMYK | 0.39 | 0.41 | 0 | 0.14 |
| HSL | 242.02º | 0.55% | 0.68% | - |
| HSV(B) | 242.02º | 0.41% | 0.86% | - |
| XYZ | 30.44 | 26.07 | 70.44 | - |
| YUV | 141.04 | 171.99 | 122.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 130 | 219 | 0.39 | 0.41 | 0 | 0.14 | 242.02 | 0.55 | 0.68 |
| Hex | 85 | 82 | DB | 27 | 29 | 0 | E | F2 | 37 | 44 |
| Octal | 205 | 202 | 333 | 47 | 51 | 0 | 16 | 362 | 67 | 104 |
| Binary | 10000101 | 10000010 | 11011011 | 100111 | 101001 | 0 | 1110 | 11110010 | 110111 | 1000100 |
Color Harmonies of #8582DB
Complementary color
Monochromatic Colors of #8582DB
Black with #8582DB
Text Example
Text Example
White with #8582DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8582DB; }
p { color: rgb(133,130,219); }
H1.HeaderClassName
{
color: #8582DB;
}
.AnyTagClassName
{
color: #8582DB;
}
</style>
background-color css
<style>
a { background-color: #8582DB; }
a { background-color: rgb(133,130,219); }
div.DivClassName
{
background-color: #8582DB;
}
.BgClassName
{
background-color: #8582DB;
}
</style>
border-color css
<style>
span { border-color: #8582DB; }
span { border-color: rgb(133,130,219); }
td.TdClassName
{
border-color: #8582DB;
}
.TagClassName
{
border-color: #8582DB;
}
</style>