Shades of Moody Blue #8476C1
Tints of Moody Blue #8476C1
RGB
CMYK
RGB Variations
Color information
#8476C1 (or 0x8476C1) is known color: Moody Blue. HEX triplet: 84, 76 and C1. RGB value is (132,118,193). Sum of RGB (Red+Green+Blue) = 132+118+193=443 (58% of max value = 765). Red value is 132 (51.95% from 255 or 29.80% from 443); Green value is 118 (46.48% from 255 or 26.64% from 443); Blue value is 193 (75.78% from 255 or 43.57% from 443); Max value from RGB is 193 - color contains mainly: blue. Hex color #8476C1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8476C1 is #7B893E. Grayscale: #828282. Windows color (decimal): -8096063 or 12678788. OLE color: 12678788.
HSL color Cylindrical-coordinate representation of color #8476C1: hue angle of 251.2º degrees, saturation: 0.38, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8476C1 is Cyan = 0.32, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 132 | 118 | 193 | - |
| CMYK | 0.32 | 0.39 | 0 | 0.24 |
| HSL | 251.2º | 0.38% | 0.61% | - |
| HSV(B) | 251.2º | 0.39% | 0.76% | - |
| XYZ | 25.62 | 21.71 | 53.29 | - |
| YUV | 130.74 | 163.14 | 128.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 118 | 193 | 0.32 | 0.39 | 0 | 0.24 | 251.2 | 0.38 | 0.61 |
| Hex | 84 | 76 | C1 | 20 | 27 | 0 | 18 | FB | 26 | 3D |
| Octal | 204 | 166 | 301 | 40 | 47 | 0 | 30 | 373 | 46 | 75 |
| Binary | 10000100 | 1110110 | 11000001 | 100000 | 100111 | 0 | 11000 | 11111011 | 100110 | 111101 |
Color Harmonies of #8476C1
Complementary color
Monochromatic Colors of #8476C1
Black with #8476C1
Text Example
Text Example
White with #8476C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8476C1; }
p { color: rgb(132,118,193); }
H1.HeaderClassName
{
color: #8476C1;
}
.AnyTagClassName
{
color: #8476C1;
}
</style>
background-color css
<style>
a { background-color: #8476C1; }
a { background-color: rgb(132,118,193); }
div.DivClassName
{
background-color: #8476C1;
}
.BgClassName
{
background-color: #8476C1;
}
</style>
border-color css
<style>
span { border-color: #8476C1; }
span { border-color: rgb(132,118,193); }
td.TdClassName
{
border-color: #8476C1;
}
.TagClassName
{
border-color: #8476C1;
}
</style>