Shades of Moody Blue #8577C0
Tints of Moody Blue #8577C0
RGB
CMYK
RGB Variations
Color information
#8577C0 (or 0x8577C0) is known color: Moody Blue. HEX triplet: 85, 77 and C0. RGB value is (133,119,192). Sum of RGB (Red+Green+Blue) = 133+119+192=444 (58% of max value = 765). Red value is 133 (52.34% from 255 or 29.95% from 444); Green value is 119 (46.88% from 255 or 26.80% from 444); Blue value is 192 (75.39% from 255 or 43.24% from 444); Max value from RGB is 192 - color contains mainly: blue. Hex color #8577C0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8577C0 is #7A883F. Grayscale: #838383. Windows color (decimal): -8030272 or 12613509. OLE color: 12613509.
HSL color Cylindrical-coordinate representation of color #8577C0: hue angle of 251.51º degrees, saturation: 0.37, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8577C0 is Cyan = 0.31, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 133 | 119 | 192 | - |
| CMYK | 0.31 | 0.38 | 0 | 0.25 |
| HSL | 251.51º | 0.37% | 0.61% | - |
| HSV(B) | 251.51º | 0.38% | 0.75% | - |
| XYZ | 25.78 | 21.99 | 52.75 | - |
| YUV | 131.51 | 162.14 | 129.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 119 | 192 | 0.31 | 0.38 | 0 | 0.25 | 251.51 | 0.37 | 0.61 |
| Hex | 85 | 77 | C0 | 1F | 26 | 0 | 19 | FC | 25 | 3D |
| Octal | 205 | 167 | 300 | 37 | 46 | 0 | 31 | 374 | 45 | 75 |
| Binary | 10000101 | 1110111 | 11000000 | 11111 | 100110 | 0 | 11001 | 11111100 | 100101 | 111101 |
Color Harmonies of #8577C0
Complementary color
Monochromatic Colors of #8577C0
Black with #8577C0
Text Example
Text Example
White with #8577C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8577C0; }
p { color: rgb(133,119,192); }
H1.HeaderClassName
{
color: #8577C0;
}
.AnyTagClassName
{
color: #8577C0;
}
</style>
background-color css
<style>
a { background-color: #8577C0; }
a { background-color: rgb(133,119,192); }
div.DivClassName
{
background-color: #8577C0;
}
.BgClassName
{
background-color: #8577C0;
}
</style>
border-color css
<style>
span { border-color: #8577C0; }
span { border-color: rgb(133,119,192); }
td.TdClassName
{
border-color: #8577C0;
}
.TagClassName
{
border-color: #8577C0;
}
</style>