Shades of Moody Blue #847EC0
Tints of Moody Blue #847EC0
RGB
CMYK
RGB Variations
Color information
#847EC0 (or 0x847EC0) is known color: Moody Blue. HEX triplet: 84, 7E and C0. RGB value is (132,126,192). Sum of RGB (Red+Green+Blue) = 132+126+192=450 (59% of max value = 765). Red value is 132 (51.95% from 255 or 29.33% from 450); Green value is 126 (49.61% from 255 or 28% from 450); Blue value is 192 (75.39% from 255 or 42.67% from 450); Max value from RGB is 192 - color contains mainly: blue. Hex color #847EC0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #847EC0 is #7B813F. Grayscale: #878787. Windows color (decimal): -8094016 or 12615300. OLE color: 12615300.
HSL color Cylindrical-coordinate representation of color #847EC0: hue angle of 245.45º degrees, saturation: 0.34, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #847EC0 is Cyan = 0.31, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 132 | 126 | 192 | - |
| CMYK | 0.31 | 0.34 | 0 | 0.25 |
| HSL | 245.45º | 0.34% | 0.62% | - |
| HSV(B) | 245.45º | 0.34% | 0.75% | - |
| XYZ | 26.49 | 23.63 | 53.03 | - |
| YUV | 135.32 | 159.99 | 125.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 126 | 192 | 0.31 | 0.34 | 0 | 0.25 | 245.45 | 0.34 | 0.62 |
| Hex | 84 | 7E | C0 | 1F | 22 | 0 | 19 | F5 | 22 | 3E |
| Octal | 204 | 176 | 300 | 37 | 42 | 0 | 31 | 365 | 42 | 76 |
| Binary | 10000100 | 1111110 | 11000000 | 11111 | 100010 | 0 | 11001 | 11110101 | 100010 | 111110 |
Color Harmonies of #847EC0
Complementary color
Monochromatic Colors of #847EC0
Black with #847EC0
Text Example
Text Example
White with #847EC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #847EC0; }
p { color: rgb(132,126,192); }
H1.HeaderClassName
{
color: #847EC0;
}
.AnyTagClassName
{
color: #847EC0;
}
</style>
background-color css
<style>
a { background-color: #847EC0; }
a { background-color: rgb(132,126,192); }
div.DivClassName
{
background-color: #847EC0;
}
.BgClassName
{
background-color: #847EC0;
}
</style>
border-color css
<style>
span { border-color: #847EC0; }
span { border-color: rgb(132,126,192); }
td.TdClassName
{
border-color: #847EC0;
}
.TagClassName
{
border-color: #847EC0;
}
</style>