Shades of Moody Blue #847EBD
Tints of Moody Blue #847EBD
RGB
CMYK
RGB Variations
Color information
#847EBD (or 0x847EBD) is known color: Moody Blue. HEX triplet: 84, 7E and BD. RGB value is (132,126,189). Sum of RGB (Red+Green+Blue) = 132+126+189=447 (59% of max value = 765). Red value is 132 (51.95% from 255 or 29.53% from 447); Green value is 126 (49.61% from 255 or 28.19% from 447); Blue value is 189 (74.22% from 255 or 42.28% from 447); Max value from RGB is 189 - color contains mainly: blue. Hex color #847EBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #847EBD is #7B8142. Grayscale: #868686. Windows color (decimal): -8094019 or 12418692. OLE color: 12418692.
HSL color Cylindrical-coordinate representation of color #847EBD: hue angle of 245.71º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #847EBD is Cyan = 0.30, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 132 | 126 | 189 | - |
| CMYK | 0.30 | 0.33 | 0 | 0.26 |
| HSL | 245.71º | 0.32% | 0.62% | - |
| HSV(B) | 245.71º | 0.33% | 0.74% | - |
| XYZ | 26.16 | 23.5 | 51.3 | - |
| YUV | 134.98 | 158.49 | 125.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 126 | 189 | 0.30 | 0.33 | 0 | 0.26 | 245.71 | 0.32 | 0.62 |
| Hex | 84 | 7E | BD | 1E | 21 | 0 | 1A | F6 | 20 | 3E |
| Octal | 204 | 176 | 275 | 36 | 41 | 0 | 32 | 366 | 40 | 76 |
| Binary | 10000100 | 1111110 | 10111101 | 11110 | 100001 | 0 | 11010 | 11110110 | 100000 | 111110 |
Color Harmonies of #847EBD
Complementary color
Monochromatic Colors of #847EBD
Black with #847EBD
Text Example
Text Example
White with #847EBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #847EBD; }
p { color: rgb(132,126,189); }
H1.HeaderClassName
{
color: #847EBD;
}
.AnyTagClassName
{
color: #847EBD;
}
</style>
background-color css
<style>
a { background-color: #847EBD; }
a { background-color: rgb(132,126,189); }
div.DivClassName
{
background-color: #847EBD;
}
.BgClassName
{
background-color: #847EBD;
}
</style>
border-color css
<style>
span { border-color: #847EBD; }
span { border-color: rgb(132,126,189); }
td.TdClassName
{
border-color: #847EBD;
}
.TagClassName
{
border-color: #847EBD;
}
</style>