Shades of Moody Blue #8476C0
Tints of Moody Blue #8476C0
RGB
CMYK
RGB Variations
Color information
#8476C0 (or 0x8476C0) is known color: Moody Blue. HEX triplet: 84, 76 and C0. RGB value is (132,118,192). Sum of RGB (Red+Green+Blue) = 132+118+192=442 (58% of max value = 765). Red value is 132 (51.95% from 255 or 29.86% from 442); Green value is 118 (46.48% from 255 or 26.70% from 442); Blue value is 192 (75.39% from 255 or 43.44% from 442); Max value from RGB is 192 - color contains mainly: blue. Hex color #8476C0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8476C0 is #7B893F. Grayscale: #828282. Windows color (decimal): -8096064 or 12613252. OLE color: 12613252.
HSL color Cylindrical-coordinate representation of color #8476C0: hue angle of 251.35º degrees, saturation: 0.37, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8476C0 is Cyan = 0.31, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 132 | 118 | 192 | - |
| CMYK | 0.31 | 0.39 | 0 | 0.25 |
| HSL | 251.35º | 0.37% | 0.61% | - |
| HSV(B) | 251.35º | 0.39% | 0.75% | - |
| XYZ | 25.51 | 21.67 | 52.71 | - |
| YUV | 130.62 | 162.64 | 128.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 118 | 192 | 0.31 | 0.39 | 0 | 0.25 | 251.35 | 0.37 | 0.61 |
| Hex | 84 | 76 | C0 | 1F | 27 | 0 | 19 | FB | 25 | 3D |
| Octal | 204 | 166 | 300 | 37 | 47 | 0 | 31 | 373 | 45 | 75 |
| Binary | 10000100 | 1110110 | 11000000 | 11111 | 100111 | 0 | 11001 | 11111011 | 100101 | 111101 |
Color Harmonies of #8476C0
Complementary color
Monochromatic Colors of #8476C0
Black with #8476C0
Text Example
Text Example
White with #8476C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8476C0; }
p { color: rgb(132,118,192); }
H1.HeaderClassName
{
color: #8476C0;
}
.AnyTagClassName
{
color: #8476C0;
}
</style>
background-color css
<style>
a { background-color: #8476C0; }
a { background-color: rgb(132,118,192); }
div.DivClassName
{
background-color: #8476C0;
}
.BgClassName
{
background-color: #8476C0;
}
</style>
border-color css
<style>
span { border-color: #8476C0; }
span { border-color: rgb(132,118,192); }
td.TdClassName
{
border-color: #8476C0;
}
.TagClassName
{
border-color: #8476C0;
}
</style>