Shades of Moody Blue #8477CB
Tints of Moody Blue #8477CB
RGB
CMYK
RGB Variations
Color information
#8477CB (or 0x8477CB) is known color: Moody Blue. HEX triplet: 84, 77 and CB. RGB value is (132,119,203). Sum of RGB (Red+Green+Blue) = 132+119+203=454 (60% of max value = 765). Red value is 132 (51.95% from 255 or 29.07% from 454); Green value is 119 (46.88% from 255 or 26.21% from 454); Blue value is 203 (79.69% from 255 or 44.71% from 454); Max value from RGB is 203 - color contains mainly: blue. Hex color #8477CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8477CB is #7B8834. Grayscale: #848484. Windows color (decimal): -8095797 or 13334404. OLE color: 13334404.
HSL color Cylindrical-coordinate representation of color #8477CB: hue angle of 249.29º 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 #8477CB is Cyan = 0.35, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 132 | 119 | 203 | - |
| CMYK | 0.35 | 0.41 | 0 | 0.20 |
| HSL | 249.29º | 0.45% | 0.63% | - |
| HSV(B) | 249.29º | 0.41% | 0.8% | - |
| XYZ | 26.89 | 22.41 | 59.41 | - |
| YUV | 132.46 | 167.81 | 127.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 119 | 203 | 0.35 | 0.41 | 0 | 0.20 | 249.29 | 0.45 | 0.63 |
| Hex | 84 | 77 | CB | 23 | 29 | 0 | 14 | F9 | 2D | 3F |
| Octal | 204 | 167 | 313 | 43 | 51 | 0 | 24 | 371 | 55 | 77 |
| Binary | 10000100 | 1110111 | 11001011 | 100011 | 101001 | 0 | 10100 | 11111001 | 101101 | 111111 |
Color Harmonies of #8477CB
Complementary color
Monochromatic Colors of #8477CB
Black with #8477CB
Text Example
Text Example
White with #8477CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8477CB; }
p { color: rgb(132,119,203); }
H1.HeaderClassName
{
color: #8477CB;
}
.AnyTagClassName
{
color: #8477CB;
}
</style>
background-color css
<style>
a { background-color: #8477CB; }
a { background-color: rgb(132,119,203); }
div.DivClassName
{
background-color: #8477CB;
}
.BgClassName
{
background-color: #8477CB;
}
</style>
border-color css
<style>
span { border-color: #8477CB; }
span { border-color: rgb(132,119,203); }
td.TdClassName
{
border-color: #8477CB;
}
.TagClassName
{
border-color: #8477CB;
}
</style>