Shades of Moody Blue #8471C1
Tints of Moody Blue #8471C1
RGB
CMYK
RGB Variations
Color information
#8471C1 (or 0x8471C1) is known color: Moody Blue. HEX triplet: 84, 71 and C1. RGB value is (132,113,193). Sum of RGB (Red+Green+Blue) = 132+113+193=438 (58% of max value = 765). Red value is 132 (51.95% from 255 or 30.14% from 438); Green value is 113 (44.53% from 255 or 25.80% from 438); Blue value is 193 (75.78% from 255 or 44.06% from 438); Max value from RGB is 193 - color contains mainly: blue. Hex color #8471C1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8471C1 is #7B8E3E. Grayscale: #7F7F7F. Windows color (decimal): -8097343 or 12677508. OLE color: 12677508.
HSL color Cylindrical-coordinate representation of color #8471C1: hue angle of 254.25º degrees, saturation: 0.39, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8471C1 is Cyan = 0.32, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 132 | 113 | 193 | - |
| CMYK | 0.32 | 0.41 | 0 | 0.24 |
| HSL | 254.25º | 0.39% | 0.6% | - |
| HSV(B) | 254.25º | 0.41% | 0.76% | - |
| XYZ | 25.05 | 20.57 | 53.1 | - |
| YUV | 127.8 | 164.79 | 131 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 113 | 193 | 0.32 | 0.41 | 0 | 0.24 | 254.25 | 0.39 | 0.6 |
| Hex | 84 | 71 | C1 | 20 | 29 | 0 | 18 | FE | 27 | 3C |
| Octal | 204 | 161 | 301 | 40 | 51 | 0 | 30 | 376 | 47 | 74 |
| Binary | 10000100 | 1110001 | 11000001 | 100000 | 101001 | 0 | 11000 | 11111110 | 100111 | 111100 |
Color Harmonies of #8471C1
Complementary color
Monochromatic Colors of #8471C1
Black with #8471C1
Text Example
Text Example
White with #8471C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8471C1; }
p { color: rgb(132,113,193); }
H1.HeaderClassName
{
color: #8471C1;
}
.AnyTagClassName
{
color: #8471C1;
}
</style>
background-color css
<style>
a { background-color: #8471C1; }
a { background-color: rgb(132,113,193); }
div.DivClassName
{
background-color: #8471C1;
}
.BgClassName
{
background-color: #8471C1;
}
</style>
border-color css
<style>
span { border-color: #8471C1; }
span { border-color: rgb(132,113,193); }
td.TdClassName
{
border-color: #8471C1;
}
.TagClassName
{
border-color: #8471C1;
}
</style>