Shades of Moody Blue #847ECB
Tints of Moody Blue #847ECB
RGB
CMYK
RGB Variations
Color information
#847ECB (or 0x847ECB) is known color: Moody Blue. HEX triplet: 84, 7E and CB. RGB value is (132,126,203). Sum of RGB (Red+Green+Blue) = 132+126+203=461 (61% of max value = 765). Red value is 132 (51.95% from 255 or 28.63% from 461); Green value is 126 (49.61% from 255 or 27.33% from 461); Blue value is 203 (79.69% from 255 or 44.03% from 461); Max value from RGB is 203 - color contains mainly: blue. Hex color #847ECB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #847ECB is #7B8134. Grayscale: #888888. Windows color (decimal): -8094005 or 13336196. OLE color: 13336196.
HSL color Cylindrical-coordinate representation of color #847ECB: hue angle of 244.68º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #847ECB is Cyan = 0.35, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 132 | 126 | 203 | - |
| CMYK | 0.35 | 0.38 | 0 | 0.20 |
| HSL | 244.68º | 0.43% | 0.65% | - |
| HSV(B) | 244.68º | 0.38% | 0.8% | - |
| XYZ | 27.76 | 24.14 | 59.7 | - |
| YUV | 136.57 | 165.49 | 124.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 126 | 203 | 0.35 | 0.38 | 0 | 0.20 | 244.68 | 0.43 | 0.65 |
| Hex | 84 | 7E | CB | 23 | 26 | 0 | 14 | F5 | 2B | 41 |
| Octal | 204 | 176 | 313 | 43 | 46 | 0 | 24 | 365 | 53 | 101 |
| Binary | 10000100 | 1111110 | 11001011 | 100011 | 100110 | 0 | 10100 | 11110101 | 101011 | 1000001 |
Color Harmonies of #847ECB
Complementary color
Monochromatic Colors of #847ECB
Black with #847ECB
Text Example
Text Example
White with #847ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #847ECB; }
p { color: rgb(132,126,203); }
H1.HeaderClassName
{
color: #847ECB;
}
.AnyTagClassName
{
color: #847ECB;
}
</style>
background-color css
<style>
a { background-color: #847ECB; }
a { background-color: rgb(132,126,203); }
div.DivClassName
{
background-color: #847ECB;
}
.BgClassName
{
background-color: #847ECB;
}
</style>
border-color css
<style>
span { border-color: #847ECB; }
span { border-color: rgb(132,126,203); }
td.TdClassName
{
border-color: #847ECB;
}
.TagClassName
{
border-color: #847ECB;
}
</style>