Shades of Moody Blue #8477CF
Tints of Moody Blue #8477CF
RGB
CMYK
RGB Variations
Color information
#8477CF (or 0x8477CF) is known color: Moody Blue. HEX triplet: 84, 77 and CF. RGB value is (132,119,207). Sum of RGB (Red+Green+Blue) = 132+119+207=458 (60% of max value = 765). Red value is 132 (51.95% from 255 or 28.82% from 458); Green value is 119 (46.88% from 255 or 25.98% from 458); Blue value is 207 (81.25% from 255 or 45.20% from 458); Max value from RGB is 207 - color contains mainly: blue. Hex color #8477CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8477CF is #7B8830. Grayscale: #848484. Windows color (decimal): -8095793 or 13596548. OLE color: 13596548.
HSL color Cylindrical-coordinate representation of color #8477CF: hue angle of 248.86º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8477CF is Cyan = 0.36, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 132 | 119 | 207 | - |
| CMYK | 0.36 | 0.43 | 0 | 0.19 |
| HSL | 248.86º | 0.48% | 0.64% | - |
| HSV(B) | 248.86º | 0.43% | 0.81% | - |
| XYZ | 27.38 | 22.6 | 61.95 | - |
| YUV | 132.92 | 169.81 | 127.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 119 | 207 | 0.36 | 0.43 | 0 | 0.19 | 248.86 | 0.48 | 0.64 |
| Hex | 84 | 77 | CF | 24 | 2B | 0 | 13 | F9 | 30 | 40 |
| Octal | 204 | 167 | 317 | 44 | 53 | 0 | 23 | 371 | 60 | 100 |
| Binary | 10000100 | 1110111 | 11001111 | 100100 | 101011 | 0 | 10011 | 11111001 | 110000 | 1000000 |
Color Harmonies of #8477CF
Complementary color
Monochromatic Colors of #8477CF
Black with #8477CF
Text Example
Text Example
White with #8477CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8477CF; }
p { color: rgb(132,119,207); }
H1.HeaderClassName
{
color: #8477CF;
}
.AnyTagClassName
{
color: #8477CF;
}
</style>
background-color css
<style>
a { background-color: #8477CF; }
a { background-color: rgb(132,119,207); }
div.DivClassName
{
background-color: #8477CF;
}
.BgClassName
{
background-color: #8477CF;
}
</style>
border-color css
<style>
span { border-color: #8477CF; }
span { border-color: rgb(132,119,207); }
td.TdClassName
{
border-color: #8477CF;
}
.TagClassName
{
border-color: #8477CF;
}
</style>