Shades of Moody Blue #8577DD
Tints of Moody Blue #8577DD
RGB
CMYK
RGB Variations
Color information
#8577DD (or 0x8577DD) is known color: Moody Blue. HEX triplet: 85, 77 and DD. RGB value is (133,119,221). Sum of RGB (Red+Green+Blue) = 133+119+221=473 (62% of max value = 765). Red value is 133 (52.34% from 255 or 28.12% from 473); Green value is 119 (46.88% from 255 or 25.16% from 473); Blue value is 221 (86.72% from 255 or 46.72% from 473); Max value from RGB is 221 - color contains mainly: blue. Hex color #8577DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8577DD is #7A8822. Grayscale: #868686. Windows color (decimal): -8030243 or 14514053. OLE color: 14514053.
HSL color Cylindrical-coordinate representation of color #8577DD: hue angle of 248.24º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8577DD is Cyan = 0.40, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 133 | 119 | 221 | - |
| CMYK | 0.40 | 0.46 | 0 | 0.13 |
| HSL | 248.24º | 0.6% | 0.67% | - |
| HSV(B) | 248.24º | 0.46% | 0.87% | - |
| XYZ | 29.32 | 23.4 | 71.38 | - |
| YUV | 134.81 | 176.64 | 126.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 119 | 221 | 0.40 | 0.46 | 0 | 0.13 | 248.24 | 0.6 | 0.67 |
| Hex | 85 | 77 | DD | 28 | 2E | 0 | D | F8 | 3C | 43 |
| Octal | 205 | 167 | 335 | 50 | 56 | 0 | 15 | 370 | 74 | 103 |
| Binary | 10000101 | 1110111 | 11011101 | 101000 | 101110 | 0 | 1101 | 11111000 | 111100 | 1000011 |
Color Harmonies of #8577DD
Complementary color
Monochromatic Colors of #8577DD
Black with #8577DD
Text Example
Text Example
White with #8577DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8577DD; }
p { color: rgb(133,119,221); }
H1.HeaderClassName
{
color: #8577DD;
}
.AnyTagClassName
{
color: #8577DD;
}
</style>
background-color css
<style>
a { background-color: #8577DD; }
a { background-color: rgb(133,119,221); }
div.DivClassName
{
background-color: #8577DD;
}
.BgClassName
{
background-color: #8577DD;
}
</style>
border-color css
<style>
span { border-color: #8577DD; }
span { border-color: rgb(133,119,221); }
td.TdClassName
{
border-color: #8577DD;
}
.TagClassName
{
border-color: #8577DD;
}
</style>