Shades of Moody Blue #8577D4
Tints of Moody Blue #8577D4
RGB
CMYK
RGB Variations
Color information
#8577D4 (or 0x8577D4) is known color: Moody Blue. HEX triplet: 85, 77 and D4. RGB value is (133,119,212). Sum of RGB (Red+Green+Blue) = 133+119+212=464 (61% of max value = 765). Red value is 133 (52.34% from 255 or 28.66% from 464); Green value is 119 (46.88% from 255 or 25.65% from 464); Blue value is 212 (83.20% from 255 or 45.69% from 464); Max value from RGB is 212 - color contains mainly: blue. Hex color #8577D4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8577D4 is #7A882B. Grayscale: #858585. Windows color (decimal): -8030252 or 13924229. OLE color: 13924229.
HSL color Cylindrical-coordinate representation of color #8577D4: hue angle of 249.03º degrees, saturation: 0.52, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8577D4 is Cyan = 0.37, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 133 | 119 | 212 | - |
| CMYK | 0.37 | 0.44 | 0 | 0.17 |
| HSL | 249.03º | 0.52% | 0.65% | - |
| HSV(B) | 249.03º | 0.44% | 0.83% | - |
| XYZ | 28.15 | 22.93 | 65.23 | - |
| YUV | 133.79 | 172.14 | 127.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 119 | 212 | 0.37 | 0.44 | 0 | 0.17 | 249.03 | 0.52 | 0.65 |
| Hex | 85 | 77 | D4 | 25 | 2C | 0 | 11 | F9 | 34 | 41 |
| Octal | 205 | 167 | 324 | 45 | 54 | 0 | 21 | 371 | 64 | 101 |
| Binary | 10000101 | 1110111 | 11010100 | 100101 | 101100 | 0 | 10001 | 11111001 | 110100 | 1000001 |
Color Harmonies of #8577D4
Complementary color
Monochromatic Colors of #8577D4
Black with #8577D4
Text Example
Text Example
White with #8577D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8577D4; }
p { color: rgb(133,119,212); }
H1.HeaderClassName
{
color: #8577D4;
}
.AnyTagClassName
{
color: #8577D4;
}
</style>
background-color css
<style>
a { background-color: #8577D4; }
a { background-color: rgb(133,119,212); }
div.DivClassName
{
background-color: #8577D4;
}
.BgClassName
{
background-color: #8577D4;
}
</style>
border-color css
<style>
span { border-color: #8577D4; }
span { border-color: rgb(133,119,212); }
td.TdClassName
{
border-color: #8577D4;
}
.TagClassName
{
border-color: #8577D4;
}
</style>