Shades of Moody Blue #8576DB
Tints of Moody Blue #8576DB
RGB
CMYK
RGB Variations
Color information
#8576DB (or 0x8576DB) is known color: Moody Blue. HEX triplet: 85, 76 and DB. RGB value is (133,118,219). Sum of RGB (Red+Green+Blue) = 133+118+219=470 (62% of max value = 765). Red value is 133 (52.34% from 255 or 28.30% from 470); Green value is 118 (46.48% from 255 or 25.11% from 470); Blue value is 219 (85.94% from 255 or 46.60% from 470); Max value from RGB is 219 - color contains mainly: blue. Hex color #8576DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8576DB is #7A8924. Grayscale: #858585. Windows color (decimal): -8030501 or 14382725. OLE color: 14382725.
HSL color Cylindrical-coordinate representation of color #8576DB: hue angle of 248.91º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8576DB is Cyan = 0.39, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 133 | 118 | 219 | - |
| CMYK | 0.39 | 0.46 | 0 | 0.14 |
| HSL | 248.91º | 0.58% | 0.66% | - |
| HSV(B) | 248.91º | 0.46% | 0.86% | - |
| XYZ | 28.94 | 23.06 | 69.94 | - |
| YUV | 134 | 175.97 | 127.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 118 | 219 | 0.39 | 0.46 | 0 | 0.14 | 248.91 | 0.58 | 0.66 |
| Hex | 85 | 76 | DB | 27 | 2E | 0 | E | F9 | 3A | 42 |
| Octal | 205 | 166 | 333 | 47 | 56 | 0 | 16 | 371 | 72 | 102 |
| Binary | 10000101 | 1110110 | 11011011 | 100111 | 101110 | 0 | 1110 | 11111001 | 111010 | 1000010 |
Color Harmonies of #8576DB
Complementary color
Monochromatic Colors of #8576DB
Black with #8576DB
Text Example
Text Example
White with #8576DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8576DB; }
p { color: rgb(133,118,219); }
H1.HeaderClassName
{
color: #8576DB;
}
.AnyTagClassName
{
color: #8576DB;
}
</style>
background-color css
<style>
a { background-color: #8576DB; }
a { background-color: rgb(133,118,219); }
div.DivClassName
{
background-color: #8576DB;
}
.BgClassName
{
background-color: #8576DB;
}
</style>
border-color css
<style>
span { border-color: #8576DB; }
span { border-color: rgb(133,118,219); }
td.TdClassName
{
border-color: #8576DB;
}
.TagClassName
{
border-color: #8576DB;
}
</style>