Shades of Moody Blue #8471C3
Tints of Moody Blue #8471C3
RGB
CMYK
RGB Variations
Color information
#8471C3 (or 0x8471C3) is known color: Moody Blue. HEX triplet: 84, 71 and C3. RGB value is (132,113,195). Sum of RGB (Red+Green+Blue) = 132+113+195=440 (58% of max value = 765). Red value is 132 (51.95% from 255 or 30% from 440); Green value is 113 (44.53% from 255 or 25.68% from 440); Blue value is 195 (76.56% from 255 or 44.32% from 440); Max value from RGB is 195 - color contains mainly: blue. Hex color #8471C3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8471C3 is #7B8E3C. Grayscale: #7F7F7F. Windows color (decimal): -8097341 or 12808580. OLE color: 12808580.
HSL color Cylindrical-coordinate representation of color #8471C3: hue angle of 253.9º degrees, saturation: 0.41, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8471C3 is Cyan = 0.32, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 132 | 113 | 195 | - |
| CMYK | 0.32 | 0.42 | 0 | 0.24 |
| HSL | 253.9º | 0.41% | 0.6% | - |
| HSV(B) | 253.9º | 0.42% | 0.76% | - |
| XYZ | 25.27 | 20.66 | 54.28 | - |
| YUV | 128.03 | 165.79 | 130.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 113 | 195 | 0.32 | 0.42 | 0 | 0.24 | 253.9 | 0.41 | 0.6 |
| Hex | 84 | 71 | C3 | 20 | 2A | 0 | 18 | FE | 29 | 3C |
| Octal | 204 | 161 | 303 | 40 | 52 | 0 | 30 | 376 | 51 | 74 |
| Binary | 10000100 | 1110001 | 11000011 | 100000 | 101010 | 0 | 11000 | 11111110 | 101001 | 111100 |
Color Harmonies of #8471C3
Complementary color
Monochromatic Colors of #8471C3
Black with #8471C3
Text Example
Text Example
White with #8471C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8471C3; }
p { color: rgb(132,113,195); }
H1.HeaderClassName
{
color: #8471C3;
}
.AnyTagClassName
{
color: #8471C3;
}
</style>
background-color css
<style>
a { background-color: #8471C3; }
a { background-color: rgb(132,113,195); }
div.DivClassName
{
background-color: #8471C3;
}
.BgClassName
{
background-color: #8471C3;
}
</style>
border-color css
<style>
span { border-color: #8471C3; }
span { border-color: rgb(132,113,195); }
td.TdClassName
{
border-color: #8471C3;
}
.TagClassName
{
border-color: #8471C3;
}
</style>