Shades of Moody Blue #847DCA
Tints of Moody Blue #847DCA
RGB
CMYK
RGB Variations
Color information
#847DCA (or 0x847DCA) is known color: Moody Blue. HEX triplet: 84, 7D and CA. RGB value is (132,125,202). Sum of RGB (Red+Green+Blue) = 132+125+202=459 (60% of max value = 765). Red value is 132 (51.95% from 255 or 28.76% from 459); Green value is 125 (49.22% from 255 or 27.23% from 459); Blue value is 202 (79.30% from 255 or 44.01% from 459); Max value from RGB is 202 - color contains mainly: blue. Hex color #847DCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #847DCA is #7B8235. Grayscale: #878787. Windows color (decimal): -8094262 or 13270404. OLE color: 13270404.
HSL color Cylindrical-coordinate representation of color #847DCA: hue angle of 245.45º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #847DCA is Cyan = 0.35, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 132 | 125 | 202 | - |
| CMYK | 0.35 | 0.38 | 0 | 0.21 |
| HSL | 245.45º | 0.42% | 0.64% | - |
| HSV(B) | 245.45º | 0.38% | 0.79% | - |
| XYZ | 27.51 | 23.84 | 59.03 | - |
| YUV | 135.87 | 165.32 | 125.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 125 | 202 | 0.35 | 0.38 | 0 | 0.21 | 245.45 | 0.42 | 0.64 |
| Hex | 84 | 7D | CA | 23 | 26 | 0 | 15 | F5 | 2A | 40 |
| Octal | 204 | 175 | 312 | 43 | 46 | 0 | 25 | 365 | 52 | 100 |
| Binary | 10000100 | 1111101 | 11001010 | 100011 | 100110 | 0 | 10101 | 11110101 | 101010 | 1000000 |
Color Harmonies of #847DCA
Complementary color
Monochromatic Colors of #847DCA
Black with #847DCA
Text Example
Text Example
White with #847DCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #847DCA; }
p { color: rgb(132,125,202); }
H1.HeaderClassName
{
color: #847DCA;
}
.AnyTagClassName
{
color: #847DCA;
}
</style>
background-color css
<style>
a { background-color: #847DCA; }
a { background-color: rgb(132,125,202); }
div.DivClassName
{
background-color: #847DCA;
}
.BgClassName
{
background-color: #847DCA;
}
</style>
border-color css
<style>
span { border-color: #847DCA; }
span { border-color: rgb(132,125,202); }
td.TdClassName
{
border-color: #847DCA;
}
.TagClassName
{
border-color: #847DCA;
}
</style>