Shades of Moody Blue #847ACE
Tints of Moody Blue #847ACE
RGB
CMYK
RGB Variations
Color information
#847ACE (or 0x847ACE) is known color: Moody Blue. HEX triplet: 84, 7A and CE. RGB value is (132,122,206). Sum of RGB (Red+Green+Blue) = 132+122+206=460 (60% of max value = 765). Red value is 132 (51.95% from 255 or 28.70% from 460); Green value is 122 (48.05% from 255 or 26.52% from 460); Blue value is 206 (80.86% from 255 or 44.78% from 460); Max value from RGB is 206 - color contains mainly: blue. Hex color #847ACE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #847ACE is #7B8531. Grayscale: #868686. Windows color (decimal): -8095026 or 13531780. OLE color: 13531780.
HSL color Cylindrical-coordinate representation of color #847ACE: hue angle of 247.14º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #847ACE is Cyan = 0.36, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 132 | 122 | 206 | - |
| CMYK | 0.36 | 0.41 | 0 | 0.19 |
| HSL | 247.14º | 0.46% | 0.64% | - |
| HSV(B) | 247.14º | 0.41% | 0.81% | - |
| XYZ | 27.62 | 23.28 | 61.43 | - |
| YUV | 134.57 | 168.31 | 126.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 122 | 206 | 0.36 | 0.41 | 0 | 0.19 | 247.14 | 0.46 | 0.64 |
| Hex | 84 | 7A | CE | 24 | 29 | 0 | 13 | F7 | 2E | 40 |
| Octal | 204 | 172 | 316 | 44 | 51 | 0 | 23 | 367 | 56 | 100 |
| Binary | 10000100 | 1111010 | 11001110 | 100100 | 101001 | 0 | 10011 | 11110111 | 101110 | 1000000 |
Color Harmonies of #847ACE
Complementary color
Monochromatic Colors of #847ACE
Black with #847ACE
Text Example
Text Example
White with #847ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #847ACE; }
p { color: rgb(132,122,206); }
H1.HeaderClassName
{
color: #847ACE;
}
.AnyTagClassName
{
color: #847ACE;
}
</style>
background-color css
<style>
a { background-color: #847ACE; }
a { background-color: rgb(132,122,206); }
div.DivClassName
{
background-color: #847ACE;
}
.BgClassName
{
background-color: #847ACE;
}
</style>
border-color css
<style>
span { border-color: #847ACE; }
span { border-color: rgb(132,122,206); }
td.TdClassName
{
border-color: #847ACE;
}
.TagClassName
{
border-color: #847ACE;
}
</style>