Shades of Moody Blue #847BCA
Tints of Moody Blue #847BCA
RGB
CMYK
RGB Variations
Color information
#847BCA (or 0x847BCA) is known color: Moody Blue. HEX triplet: 84, 7B and CA. RGB value is (132,123,202). Sum of RGB (Red+Green+Blue) = 132+123+202=457 (60% of max value = 765). Red value is 132 (51.95% from 255 or 28.88% from 457); Green value is 123 (48.44% from 255 or 26.91% from 457); Blue value is 202 (79.30% from 255 or 44.20% from 457); Max value from RGB is 202 - color contains mainly: blue. Hex color #847BCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #847BCA is #7B8435. Grayscale: #868686. Windows color (decimal): -8094774 or 13269892. OLE color: 13269892.
HSL color Cylindrical-coordinate representation of color #847BCA: hue angle of 246.84º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #847BCA is Cyan = 0.35, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 132 | 123 | 202 | - |
| CMYK | 0.35 | 0.39 | 0 | 0.21 |
| HSL | 246.84º | 0.43% | 0.64% | - |
| HSV(B) | 246.84º | 0.39% | 0.79% | - |
| XYZ | 27.26 | 23.34 | 58.94 | - |
| YUV | 134.7 | 165.98 | 126.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 123 | 202 | 0.35 | 0.39 | 0 | 0.21 | 246.84 | 0.43 | 0.64 |
| Hex | 84 | 7B | CA | 23 | 27 | 0 | 15 | F7 | 2B | 40 |
| Octal | 204 | 173 | 312 | 43 | 47 | 0 | 25 | 367 | 53 | 100 |
| Binary | 10000100 | 1111011 | 11001010 | 100011 | 100111 | 0 | 10101 | 11110111 | 101011 | 1000000 |
Color Harmonies of #847BCA
Complementary color
Monochromatic Colors of #847BCA
Black with #847BCA
Text Example
Text Example
White with #847BCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #847BCA; }
p { color: rgb(132,123,202); }
H1.HeaderClassName
{
color: #847BCA;
}
.AnyTagClassName
{
color: #847BCA;
}
</style>
background-color css
<style>
a { background-color: #847BCA; }
a { background-color: rgb(132,123,202); }
div.DivClassName
{
background-color: #847BCA;
}
.BgClassName
{
background-color: #847BCA;
}
</style>
border-color css
<style>
span { border-color: #847BCA; }
span { border-color: rgb(132,123,202); }
td.TdClassName
{
border-color: #847BCA;
}
.TagClassName
{
border-color: #847BCA;
}
</style>