Shades of Moody Blue #8477C1
Tints of Moody Blue #8477C1
RGB
CMYK
RGB Variations
Color information
#8477C1 (or 0x8477C1) is known color: Moody Blue. HEX triplet: 84, 77 and C1. RGB value is (132,119,193). Sum of RGB (Red+Green+Blue) = 132+119+193=444 (58% of max value = 765). Red value is 132 (51.95% from 255 or 29.73% from 444); Green value is 119 (46.88% from 255 or 26.80% from 444); Blue value is 193 (75.78% from 255 or 43.47% from 444); Max value from RGB is 193 - color contains mainly: blue. Hex color #8477C1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8477C1 is #7B883E. Grayscale: #838383. Windows color (decimal): -8095807 or 12679044. OLE color: 12679044.
HSL color Cylindrical-coordinate representation of color #8477C1: hue angle of 250.54º degrees, saturation: 0.37, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8477C1 is Cyan = 0.32, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 132 | 119 | 193 | - |
| CMYK | 0.32 | 0.38 | 0 | 0.24 |
| HSL | 250.54º | 0.37% | 0.61% | - |
| HSV(B) | 250.54º | 0.38% | 0.76% | - |
| XYZ | 25.74 | 21.95 | 53.33 | - |
| YUV | 131.32 | 162.81 | 128.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 119 | 193 | 0.32 | 0.38 | 0 | 0.24 | 250.54 | 0.37 | 0.61 |
| Hex | 84 | 77 | C1 | 20 | 26 | 0 | 18 | FB | 25 | 3D |
| Octal | 204 | 167 | 301 | 40 | 46 | 0 | 30 | 373 | 45 | 75 |
| Binary | 10000100 | 1110111 | 11000001 | 100000 | 100110 | 0 | 11000 | 11111011 | 100101 | 111101 |
Color Harmonies of #8477C1
Complementary color
Monochromatic Colors of #8477C1
Black with #8477C1
Text Example
Text Example
White with #8477C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8477C1; }
p { color: rgb(132,119,193); }
H1.HeaderClassName
{
color: #8477C1;
}
.AnyTagClassName
{
color: #8477C1;
}
</style>
background-color css
<style>
a { background-color: #8477C1; }
a { background-color: rgb(132,119,193); }
div.DivClassName
{
background-color: #8477C1;
}
.BgClassName
{
background-color: #8477C1;
}
</style>
border-color css
<style>
span { border-color: #8477C1; }
span { border-color: rgb(132,119,193); }
td.TdClassName
{
border-color: #8477C1;
}
.TagClassName
{
border-color: #8477C1;
}
</style>