Shades of Moody Blue #847CC2
Tints of Moody Blue #847CC2
RGB
CMYK
RGB Variations
Color information
#847CC2 (or 0x847CC2) is known color: Moody Blue. HEX triplet: 84, 7C and C2. RGB value is (132,124,194). Sum of RGB (Red+Green+Blue) = 132+124+194=450 (59% of max value = 765). Red value is 132 (51.95% from 255 or 29.33% from 450); Green value is 124 (48.83% from 255 or 27.56% from 450); Blue value is 194 (76.17% from 255 or 43.11% from 450); Max value from RGB is 194 - color contains mainly: blue. Hex color #847CC2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #847CC2 is #7B833D. Grayscale: #868686. Windows color (decimal): -8094526 or 12745860. OLE color: 12745860.
HSL color Cylindrical-coordinate representation of color #847CC2: hue angle of 246.86º degrees, saturation: 0.36, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #847CC2 is Cyan = 0.32, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 132 | 124 | 194 | - |
| CMYK | 0.32 | 0.36 | 0 | 0.24 |
| HSL | 246.86º | 0.36% | 0.62% | - |
| HSV(B) | 246.86º | 0.36% | 0.76% | - |
| XYZ | 26.46 | 23.22 | 54.13 | - |
| YUV | 134.37 | 161.65 | 126.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 124 | 194 | 0.32 | 0.36 | 0 | 0.24 | 246.86 | 0.36 | 0.62 |
| Hex | 84 | 7C | C2 | 20 | 24 | 0 | 18 | F7 | 24 | 3E |
| Octal | 204 | 174 | 302 | 40 | 44 | 0 | 30 | 367 | 44 | 76 |
| Binary | 10000100 | 1111100 | 11000010 | 100000 | 100100 | 0 | 11000 | 11110111 | 100100 | 111110 |
Color Harmonies of #847CC2
Complementary color
Monochromatic Colors of #847CC2
Black with #847CC2
Text Example
Text Example
White with #847CC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #847CC2; }
p { color: rgb(132,124,194); }
H1.HeaderClassName
{
color: #847CC2;
}
.AnyTagClassName
{
color: #847CC2;
}
</style>
background-color css
<style>
a { background-color: #847CC2; }
a { background-color: rgb(132,124,194); }
div.DivClassName
{
background-color: #847CC2;
}
.BgClassName
{
background-color: #847CC2;
}
</style>
border-color css
<style>
span { border-color: #847CC2; }
span { border-color: rgb(132,124,194); }
td.TdClassName
{
border-color: #847CC2;
}
.TagClassName
{
border-color: #847CC2;
}
</style>