Shades of Moody Blue #8577BA
Tints of Moody Blue #8577BA
RGB
CMYK
RGB Variations
Color information
#8577BA (or 0x8577BA) is known color: Moody Blue. HEX triplet: 85, 77 and BA. RGB value is (133,119,186). Sum of RGB (Red+Green+Blue) = 133+119+186=438 (58% of max value = 765). Red value is 133 (52.34% from 255 or 30.37% from 438); Green value is 119 (46.88% from 255 or 27.17% from 438); Blue value is 186 (73.05% from 255 or 42.47% from 438); Max value from RGB is 186 - color contains mainly: blue. Hex color #8577BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8577BA is #7A8845. Grayscale: #828282. Windows color (decimal): -8030278 or 12220293. OLE color: 12220293.
HSL color Cylindrical-coordinate representation of color #8577BA: hue angle of 252.54º degrees, saturation: 0.33, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8577BA is Cyan = 0.28, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 133 | 119 | 186 | - |
| CMYK | 0.28 | 0.36 | 0 | 0.27 |
| HSL | 252.54º | 0.33% | 0.6% | - |
| HSV(B) | 252.54º | 0.36% | 0.73% | - |
| XYZ | 25.13 | 21.73 | 49.32 | - |
| YUV | 130.82 | 159.14 | 129.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 119 | 186 | 0.28 | 0.36 | 0 | 0.27 | 252.54 | 0.33 | 0.6 |
| Hex | 85 | 77 | BA | 1C | 24 | 0 | 1B | FD | 21 | 3C |
| Octal | 205 | 167 | 272 | 34 | 44 | 0 | 33 | 375 | 41 | 74 |
| Binary | 10000101 | 1110111 | 10111010 | 11100 | 100100 | 0 | 11011 | 11111101 | 100001 | 111100 |
Color Harmonies of #8577BA
Complementary color
Monochromatic Colors of #8577BA
Black with #8577BA
Text Example
Text Example
White with #8577BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8577BA; }
p { color: rgb(133,119,186); }
H1.HeaderClassName
{
color: #8577BA;
}
.AnyTagClassName
{
color: #8577BA;
}
</style>
background-color css
<style>
a { background-color: #8577BA; }
a { background-color: rgb(133,119,186); }
div.DivClassName
{
background-color: #8577BA;
}
.BgClassName
{
background-color: #8577BA;
}
</style>
border-color css
<style>
span { border-color: #8577BA; }
span { border-color: rgb(133,119,186); }
td.TdClassName
{
border-color: #8577BA;
}
.TagClassName
{
border-color: #8577BA;
}
</style>