Shades of Moody Blue #8577C6
Tints of Moody Blue #8577C6
RGB
CMYK
RGB Variations
Color information
#8577C6 (or 0x8577C6) is known color: Moody Blue. HEX triplet: 85, 77 and C6. RGB value is (133,119,198). Sum of RGB (Red+Green+Blue) = 133+119+198=450 (59% of max value = 765). Red value is 133 (52.34% from 255 or 29.56% from 450); Green value is 119 (46.88% from 255 or 26.44% from 450); Blue value is 198 (77.73% from 255 or 44% from 450); Max value from RGB is 198 - color contains mainly: blue. Hex color #8577C6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8577C6 is #7A8839. Grayscale: #838383. Windows color (decimal): -8030266 or 13006725. OLE color: 13006725.
HSL color Cylindrical-coordinate representation of color #8577C6: hue angle of 250.63º degrees, saturation: 0.41, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8577C6 is Cyan = 0.33, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 133 | 119 | 198 | - |
| CMYK | 0.33 | 0.40 | 0 | 0.22 |
| HSL | 250.63º | 0.41% | 0.62% | - |
| HSV(B) | 250.63º | 0.4% | 0.78% | - |
| XYZ | 26.46 | 22.26 | 56.33 | - |
| YUV | 132.19 | 165.14 | 128.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 119 | 198 | 0.33 | 0.40 | 0 | 0.22 | 250.63 | 0.41 | 0.62 |
| Hex | 85 | 77 | C6 | 21 | 28 | 0 | 16 | FB | 29 | 3E |
| Octal | 205 | 167 | 306 | 41 | 50 | 0 | 26 | 373 | 51 | 76 |
| Binary | 10000101 | 1110111 | 11000110 | 100001 | 101000 | 0 | 10110 | 11111011 | 101001 | 111110 |
Color Harmonies of #8577C6
Complementary color
Monochromatic Colors of #8577C6
Black with #8577C6
Text Example
Text Example
White with #8577C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8577C6; }
p { color: rgb(133,119,198); }
H1.HeaderClassName
{
color: #8577C6;
}
.AnyTagClassName
{
color: #8577C6;
}
</style>
background-color css
<style>
a { background-color: #8577C6; }
a { background-color: rgb(133,119,198); }
div.DivClassName
{
background-color: #8577C6;
}
.BgClassName
{
background-color: #8577C6;
}
</style>
border-color css
<style>
span { border-color: #8577C6; }
span { border-color: rgb(133,119,198); }
td.TdClassName
{
border-color: #8577C6;
}
.TagClassName
{
border-color: #8577C6;
}
</style>