Shades of Moody Blue #8577CB
Tints of Moody Blue #8577CB
RGB
CMYK
RGB Variations
Color information
#8577CB (or 0x8577CB) is known color: Moody Blue. HEX triplet: 85, 77 and CB. RGB value is (133,119,203). Sum of RGB (Red+Green+Blue) = 133+119+203=455 (60% of max value = 765). Red value is 133 (52.34% from 255 or 29.23% from 455); Green value is 119 (46.88% from 255 or 26.15% from 455); Blue value is 203 (79.69% from 255 or 44.62% from 455); Max value from RGB is 203 - color contains mainly: blue. Hex color #8577CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8577CB is #7A8834. Grayscale: #848484. Windows color (decimal): -8030261 or 13334405. OLE color: 13334405.
HSL color Cylindrical-coordinate representation of color #8577CB: hue angle of 250º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8577CB is Cyan = 0.34, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 133 | 119 | 203 | - |
| CMYK | 0.34 | 0.41 | 0 | 0.20 |
| HSL | 250º | 0.45% | 0.63% | - |
| HSV(B) | 250º | 0.41% | 0.8% | - |
| XYZ | 27.05 | 22.49 | 59.42 | - |
| YUV | 132.76 | 167.64 | 128.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 119 | 203 | 0.34 | 0.41 | 0 | 0.20 | 250 | 0.45 | 0.63 |
| Hex | 85 | 77 | CB | 22 | 29 | 0 | 14 | FA | 2D | 3F |
| Octal | 205 | 167 | 313 | 42 | 51 | 0 | 24 | 372 | 55 | 77 |
| Binary | 10000101 | 1110111 | 11001011 | 100010 | 101001 | 0 | 10100 | 11111010 | 101101 | 111111 |
Color Harmonies of #8577CB
Complementary color
Monochromatic Colors of #8577CB
Black with #8577CB
Text Example
Text Example
White with #8577CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8577CB; }
p { color: rgb(133,119,203); }
H1.HeaderClassName
{
color: #8577CB;
}
.AnyTagClassName
{
color: #8577CB;
}
</style>
background-color css
<style>
a { background-color: #8577CB; }
a { background-color: rgb(133,119,203); }
div.DivClassName
{
background-color: #8577CB;
}
.BgClassName
{
background-color: #8577CB;
}
</style>
border-color css
<style>
span { border-color: #8577CB; }
span { border-color: rgb(133,119,203); }
td.TdClassName
{
border-color: #8577CB;
}
.TagClassName
{
border-color: #8577CB;
}
</style>