Shades of Moody Blue #8577C5
Tints of Moody Blue #8577C5
RGB
CMYK
RGB Variations
Color information
#8577C5 (or 0x8577C5) is known color: Moody Blue. HEX triplet: 85, 77 and C5. RGB value is (133,119,197). Sum of RGB (Red+Green+Blue) = 133+119+197=449 (59% of max value = 765). Red value is 133 (52.34% from 255 or 29.62% from 449); Green value is 119 (46.88% from 255 or 26.50% from 449); Blue value is 197 (77.34% from 255 or 43.88% from 449); Max value from RGB is 197 - color contains mainly: blue. Hex color #8577C5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8577C5 is #7A883A. Grayscale: #838383. Windows color (decimal): -8030267 or 12941189. OLE color: 12941189.
HSL color Cylindrical-coordinate representation of color #8577C5: hue angle of 250.77º degrees, saturation: 0.4, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8577C5 is Cyan = 0.32, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 133 | 119 | 197 | - |
| CMYK | 0.32 | 0.40 | 0 | 0.23 |
| HSL | 250.77º | 0.4% | 0.62% | - |
| HSV(B) | 250.77º | 0.4% | 0.77% | - |
| XYZ | 26.35 | 22.21 | 55.72 | - |
| YUV | 132.08 | 164.64 | 128.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 119 | 197 | 0.32 | 0.40 | 0 | 0.23 | 250.77 | 0.4 | 0.62 |
| Hex | 85 | 77 | C5 | 20 | 28 | 0 | 17 | FB | 28 | 3E |
| Octal | 205 | 167 | 305 | 40 | 50 | 0 | 27 | 373 | 50 | 76 |
| Binary | 10000101 | 1110111 | 11000101 | 100000 | 101000 | 0 | 10111 | 11111011 | 101000 | 111110 |
Color Harmonies of #8577C5
Complementary color
Monochromatic Colors of #8577C5
Black with #8577C5
Text Example
Text Example
White with #8577C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8577C5; }
p { color: rgb(133,119,197); }
H1.HeaderClassName
{
color: #8577C5;
}
.AnyTagClassName
{
color: #8577C5;
}
</style>
background-color css
<style>
a { background-color: #8577C5; }
a { background-color: rgb(133,119,197); }
div.DivClassName
{
background-color: #8577C5;
}
.BgClassName
{
background-color: #8577C5;
}
</style>
border-color css
<style>
span { border-color: #8577C5; }
span { border-color: rgb(133,119,197); }
td.TdClassName
{
border-color: #8577C5;
}
.TagClassName
{
border-color: #8577C5;
}
</style>