Shades of Moody Blue #8476BE
Tints of Moody Blue #8476BE
RGB
CMYK
RGB Variations
Color information
#8476BE (or 0x8476BE) is known color: Moody Blue. HEX triplet: 84, 76 and BE. RGB value is (132,118,190). Sum of RGB (Red+Green+Blue) = 132+118+190=440 (58% of max value = 765). Red value is 132 (51.95% from 255 or 30% from 440); Green value is 118 (46.48% from 255 or 26.82% from 440); Blue value is 190 (74.61% from 255 or 43.18% from 440); Max value from RGB is 190 - color contains mainly: blue. Hex color #8476BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8476BE is #7B8941. Grayscale: #828282. Windows color (decimal): -8096066 or 12482180. OLE color: 12482180.
HSL color Cylindrical-coordinate representation of color #8476BE: hue angle of 251.67º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8476BE is Cyan = 0.31, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 132 | 118 | 190 | - |
| CMYK | 0.31 | 0.38 | 0 | 0.25 |
| HSL | 251.67º | 0.36% | 0.6% | - |
| HSV(B) | 251.67º | 0.38% | 0.75% | - |
| XYZ | 25.29 | 21.58 | 51.55 | - |
| YUV | 130.39 | 161.64 | 129.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 118 | 190 | 0.31 | 0.38 | 0 | 0.25 | 251.67 | 0.36 | 0.6 |
| Hex | 84 | 76 | BE | 1F | 26 | 0 | 19 | FC | 24 | 3C |
| Octal | 204 | 166 | 276 | 37 | 46 | 0 | 31 | 374 | 44 | 74 |
| Binary | 10000100 | 1110110 | 10111110 | 11111 | 100110 | 0 | 11001 | 11111100 | 100100 | 111100 |
Color Harmonies of #8476BE
Complementary color
Monochromatic Colors of #8476BE
Black with #8476BE
Text Example
Text Example
White with #8476BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8476BE; }
p { color: rgb(132,118,190); }
H1.HeaderClassName
{
color: #8476BE;
}
.AnyTagClassName
{
color: #8476BE;
}
</style>
background-color css
<style>
a { background-color: #8476BE; }
a { background-color: rgb(132,118,190); }
div.DivClassName
{
background-color: #8476BE;
}
.BgClassName
{
background-color: #8476BE;
}
</style>
border-color css
<style>
span { border-color: #8476BE; }
span { border-color: rgb(132,118,190); }
td.TdClassName
{
border-color: #8476BE;
}
.TagClassName
{
border-color: #8476BE;
}
</style>