Shades of Moody Blue #847DBE
Tints of Moody Blue #847DBE
RGB
CMYK
RGB Variations
Color information
#847DBE (or 0x847DBE) is known color: Moody Blue. HEX triplet: 84, 7D and BE. RGB value is (132,125,190). Sum of RGB (Red+Green+Blue) = 132+125+190=447 (59% of max value = 765). Red value is 132 (51.95% from 255 or 29.53% from 447); Green value is 125 (49.22% from 255 or 27.96% from 447); Blue value is 190 (74.61% from 255 or 42.51% from 447); Max value from RGB is 190 - color contains mainly: blue. Hex color #847DBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #847DBE is #7B8241. Grayscale: #868686. Windows color (decimal): -8094274 or 12483972. OLE color: 12483972.
HSL color Cylindrical-coordinate representation of color #847DBE: hue angle of 246.46º degrees, saturation: 0.33, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #847DBE is Cyan = 0.31, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 132 | 125 | 190 | - |
| CMYK | 0.31 | 0.34 | 0 | 0.25 |
| HSL | 246.46º | 0.33% | 0.62% | - |
| HSV(B) | 246.46º | 0.34% | 0.75% | - |
| XYZ | 26.14 | 23.29 | 51.83 | - |
| YUV | 134.5 | 159.32 | 126.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 125 | 190 | 0.31 | 0.34 | 0 | 0.25 | 246.46 | 0.33 | 0.62 |
| Hex | 84 | 7D | BE | 1F | 22 | 0 | 19 | F6 | 21 | 3E |
| Octal | 204 | 175 | 276 | 37 | 42 | 0 | 31 | 366 | 41 | 76 |
| Binary | 10000100 | 1111101 | 10111110 | 11111 | 100010 | 0 | 11001 | 11110110 | 100001 | 111110 |
Color Harmonies of #847DBE
Complementary color
Monochromatic Colors of #847DBE
Black with #847DBE
Text Example
Text Example
White with #847DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #847DBE; }
p { color: rgb(132,125,190); }
H1.HeaderClassName
{
color: #847DBE;
}
.AnyTagClassName
{
color: #847DBE;
}
</style>
background-color css
<style>
a { background-color: #847DBE; }
a { background-color: rgb(132,125,190); }
div.DivClassName
{
background-color: #847DBE;
}
.BgClassName
{
background-color: #847DBE;
}
</style>
border-color css
<style>
span { border-color: #847DBE; }
span { border-color: rgb(132,125,190); }
td.TdClassName
{
border-color: #847DBE;
}
.TagClassName
{
border-color: #847DBE;
}
</style>