Shades of Moody Blue #847EC3
Tints of Moody Blue #847EC3
RGB
CMYK
RGB Variations
Color information
#847EC3 (or 0x847EC3) is known color: Moody Blue. HEX triplet: 84, 7E and C3. RGB value is (132,126,195). Sum of RGB (Red+Green+Blue) = 132+126+195=453 (60% of max value = 765). Red value is 132 (51.95% from 255 or 29.14% from 453); Green value is 126 (49.61% from 255 or 27.81% from 453); Blue value is 195 (76.56% from 255 or 43.05% from 453); Max value from RGB is 195 - color contains mainly: blue. Hex color #847EC3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #847EC3 is #7B813C. Grayscale: #878787. Windows color (decimal): -8094013 or 12811908. OLE color: 12811908.
HSL color Cylindrical-coordinate representation of color #847EC3: hue angle of 245.22º degrees, saturation: 0.37, 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 #847EC3 is Cyan = 0.32, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 132 | 126 | 195 | - |
| CMYK | 0.32 | 0.35 | 0 | 0.24 |
| HSL | 245.22º | 0.37% | 0.63% | - |
| HSV(B) | 245.22º | 0.35% | 0.76% | - |
| XYZ | 26.83 | 23.77 | 54.8 | - |
| YUV | 135.66 | 161.49 | 125.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 126 | 195 | 0.32 | 0.35 | 0 | 0.24 | 245.22 | 0.37 | 0.63 |
| Hex | 84 | 7E | C3 | 20 | 23 | 0 | 18 | F5 | 25 | 3F |
| Octal | 204 | 176 | 303 | 40 | 43 | 0 | 30 | 365 | 45 | 77 |
| Binary | 10000100 | 1111110 | 11000011 | 100000 | 100011 | 0 | 11000 | 11110101 | 100101 | 111111 |
Color Harmonies of #847EC3
Complementary color
Monochromatic Colors of #847EC3
Black with #847EC3
Text Example
Text Example
White with #847EC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #847EC3; }
p { color: rgb(132,126,195); }
H1.HeaderClassName
{
color: #847EC3;
}
.AnyTagClassName
{
color: #847EC3;
}
</style>
background-color css
<style>
a { background-color: #847EC3; }
a { background-color: rgb(132,126,195); }
div.DivClassName
{
background-color: #847EC3;
}
.BgClassName
{
background-color: #847EC3;
}
</style>
border-color css
<style>
span { border-color: #847EC3; }
span { border-color: rgb(132,126,195); }
td.TdClassName
{
border-color: #847EC3;
}
.TagClassName
{
border-color: #847EC3;
}
</style>