Shades of Moody Blue #847EC2
Tints of Moody Blue #847EC2
RGB
CMYK
RGB Variations
Color information
#847EC2 (or 0x847EC2) is known color: Moody Blue. HEX triplet: 84, 7E and C2. RGB value is (132,126,194). Sum of RGB (Red+Green+Blue) = 132+126+194=452 (59% of max value = 765). Red value is 132 (51.95% from 255 or 29.20% from 452); Green value is 126 (49.61% from 255 or 27.88% from 452); Blue value is 194 (76.17% from 255 or 42.92% from 452); Max value from RGB is 194 - color contains mainly: blue. Hex color #847EC2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #847EC2 is #7B813D. Grayscale: #878787. Windows color (decimal): -8094014 or 12746372. OLE color: 12746372.
HSL color Cylindrical-coordinate representation of color #847EC2: hue angle of 245.29º degrees, saturation: 0.36, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #847EC2 is Cyan = 0.32, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 132 | 126 | 194 | - |
| CMYK | 0.32 | 0.35 | 0 | 0.24 |
| HSL | 245.29º | 0.36% | 0.63% | - |
| HSV(B) | 245.29º | 0.35% | 0.76% | - |
| XYZ | 26.71 | 23.72 | 54.21 | - |
| YUV | 135.55 | 160.99 | 125.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 126 | 194 | 0.32 | 0.35 | 0 | 0.24 | 245.29 | 0.36 | 0.63 |
| Hex | 84 | 7E | C2 | 20 | 23 | 0 | 18 | F5 | 24 | 3F |
| Octal | 204 | 176 | 302 | 40 | 43 | 0 | 30 | 365 | 44 | 77 |
| Binary | 10000100 | 1111110 | 11000010 | 100000 | 100011 | 0 | 11000 | 11110101 | 100100 | 111111 |
Color Harmonies of #847EC2
Complementary color
Monochromatic Colors of #847EC2
Black with #847EC2
Text Example
Text Example
White with #847EC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #847EC2; }
p { color: rgb(132,126,194); }
H1.HeaderClassName
{
color: #847EC2;
}
.AnyTagClassName
{
color: #847EC2;
}
</style>
background-color css
<style>
a { background-color: #847EC2; }
a { background-color: rgb(132,126,194); }
div.DivClassName
{
background-color: #847EC2;
}
.BgClassName
{
background-color: #847EC2;
}
</style>
border-color css
<style>
span { border-color: #847EC2; }
span { border-color: rgb(132,126,194); }
td.TdClassName
{
border-color: #847EC2;
}
.TagClassName
{
border-color: #847EC2;
}
</style>