Shades of Moody Blue #8580DB
Tints of Moody Blue #8580DB
RGB
CMYK
RGB Variations
Color information
#8580DB (or 0x8580DB) is known color: Moody Blue. HEX triplet: 85, 80 and DB. RGB value is (133,128,219). Sum of RGB (Red+Green+Blue) = 133+128+219=480 (63% of max value = 765). Red value is 133 (52.34% from 255 or 27.71% from 480); Green value is 128 (50.39% from 255 or 26.67% from 480); Blue value is 219 (85.94% from 255 or 45.62% from 480); Max value from RGB is 219 - color contains mainly: blue. Hex color #8580DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8580DB is #7A7F24. Grayscale: #8B8B8B. Windows color (decimal): -8027941 or 14385285. OLE color: 14385285.
HSL color Cylindrical-coordinate representation of color #8580DB: hue angle of 243.3º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8580DB is Cyan = 0.39, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 133 | 128 | 219 | - |
| CMYK | 0.39 | 0.42 | 0 | 0.14 |
| HSL | 243.3º | 0.56% | 0.68% | - |
| HSV(B) | 243.3º | 0.42% | 0.86% | - |
| XYZ | 30.18 | 25.54 | 70.36 | - |
| YUV | 139.87 | 172.66 | 123.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 128 | 219 | 0.39 | 0.42 | 0 | 0.14 | 243.3 | 0.56 | 0.68 |
| Hex | 85 | 80 | DB | 27 | 2A | 0 | E | F3 | 38 | 44 |
| Octal | 205 | 200 | 333 | 47 | 52 | 0 | 16 | 363 | 70 | 104 |
| Binary | 10000101 | 10000000 | 11011011 | 100111 | 101010 | 0 | 1110 | 11110011 | 111000 | 1000100 |
Color Harmonies of #8580DB
Complementary color
Monochromatic Colors of #8580DB
Black with #8580DB
Text Example
Text Example
White with #8580DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8580DB; }
p { color: rgb(133,128,219); }
H1.HeaderClassName
{
color: #8580DB;
}
.AnyTagClassName
{
color: #8580DB;
}
</style>
background-color css
<style>
a { background-color: #8580DB; }
a { background-color: rgb(133,128,219); }
div.DivClassName
{
background-color: #8580DB;
}
.BgClassName
{
background-color: #8580DB;
}
</style>
border-color css
<style>
span { border-color: #8580DB; }
span { border-color: rgb(133,128,219); }
td.TdClassName
{
border-color: #8580DB;
}
.TagClassName
{
border-color: #8580DB;
}
</style>