Shades of Moody Blue #8477BE
Tints of Moody Blue #8477BE
RGB
CMYK
RGB Variations
Color information
#8477BE (or 0x8477BE) is known color: Moody Blue. HEX triplet: 84, 77 and BE. RGB value is (132,119,190). Sum of RGB (Red+Green+Blue) = 132+119+190=441 (58% of max value = 765). Red value is 132 (51.95% from 255 or 29.93% from 441); Green value is 119 (46.88% from 255 or 26.98% from 441); Blue value is 190 (74.61% from 255 or 43.08% from 441); Max value from RGB is 190 - color contains mainly: blue. Hex color #8477BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8477BE is #7B8841. Grayscale: #828282. Windows color (decimal): -8095810 or 12482436. OLE color: 12482436.
HSL color Cylindrical-coordinate representation of color #8477BE: hue angle of 250.99º degrees, saturation: 0.35, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8477BE is Cyan = 0.31, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 132 | 119 | 190 | - |
| CMYK | 0.31 | 0.37 | 0 | 0.25 |
| HSL | 250.99º | 0.35% | 0.61% | - |
| HSV(B) | 250.99º | 0.37% | 0.75% | - |
| XYZ | 25.41 | 21.82 | 51.59 | - |
| YUV | 130.98 | 161.31 | 128.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 119 | 190 | 0.31 | 0.37 | 0 | 0.25 | 250.99 | 0.35 | 0.61 |
| Hex | 84 | 77 | BE | 1F | 25 | 0 | 19 | FB | 23 | 3D |
| Octal | 204 | 167 | 276 | 37 | 45 | 0 | 31 | 373 | 43 | 75 |
| Binary | 10000100 | 1110111 | 10111110 | 11111 | 100101 | 0 | 11001 | 11111011 | 100011 | 111101 |
Color Harmonies of #8477BE
Complementary color
Monochromatic Colors of #8477BE
Black with #8477BE
Text Example
Text Example
White with #8477BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8477BE; }
p { color: rgb(132,119,190); }
H1.HeaderClassName
{
color: #8477BE;
}
.AnyTagClassName
{
color: #8477BE;
}
</style>
background-color css
<style>
a { background-color: #8477BE; }
a { background-color: rgb(132,119,190); }
div.DivClassName
{
background-color: #8477BE;
}
.BgClassName
{
background-color: #8477BE;
}
</style>
border-color css
<style>
span { border-color: #8477BE; }
span { border-color: rgb(132,119,190); }
td.TdClassName
{
border-color: #8477BE;
}
.TagClassName
{
border-color: #8477BE;
}
</style>