Shades of Moody Blue #8577DB
Tints of Moody Blue #8577DB
RGB
CMYK
RGB Variations
Color information
#8577DB (or 0x8577DB) is known color: Moody Blue. HEX triplet: 85, 77 and DB. RGB value is (133,119,219). Sum of RGB (Red+Green+Blue) = 133+119+219=471 (62% of max value = 765). Red value is 133 (52.34% from 255 or 28.24% from 471); Green value is 119 (46.88% from 255 or 25.27% from 471); Blue value is 219 (85.94% from 255 or 46.50% from 471); Max value from RGB is 219 - color contains mainly: blue. Hex color #8577DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8577DB is #7A8824. Grayscale: #868686. Windows color (decimal): -8030245 or 14382981. OLE color: 14382981.
HSL color Cylindrical-coordinate representation of color #8577DB: hue angle of 248.4º 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 #8577DB is Cyan = 0.39, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 133 | 119 | 219 | - |
| CMYK | 0.39 | 0.46 | 0 | 0.14 |
| HSL | 248.4º | 0.58% | 0.66% | - |
| HSV(B) | 248.4º | 0.46% | 0.86% | - |
| XYZ | 29.06 | 23.29 | 69.98 | - |
| YUV | 134.59 | 175.64 | 126.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 119 | 219 | 0.39 | 0.46 | 0 | 0.14 | 248.4 | 0.58 | 0.66 |
| Hex | 85 | 77 | DB | 27 | 2E | 0 | E | F8 | 3A | 42 |
| Octal | 205 | 167 | 333 | 47 | 56 | 0 | 16 | 370 | 72 | 102 |
| Binary | 10000101 | 1110111 | 11011011 | 100111 | 101110 | 0 | 1110 | 11111000 | 111010 | 1000010 |
Color Harmonies of #8577DB
Complementary color
Monochromatic Colors of #8577DB
Black with #8577DB
Text Example
Text Example
White with #8577DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8577DB; }
p { color: rgb(133,119,219); }
H1.HeaderClassName
{
color: #8577DB;
}
.AnyTagClassName
{
color: #8577DB;
}
</style>
background-color css
<style>
a { background-color: #8577DB; }
a { background-color: rgb(133,119,219); }
div.DivClassName
{
background-color: #8577DB;
}
.BgClassName
{
background-color: #8577DB;
}
</style>
border-color css
<style>
span { border-color: #8577DB; }
span { border-color: rgb(133,119,219); }
td.TdClassName
{
border-color: #8577DB;
}
.TagClassName
{
border-color: #8577DB;
}
</style>