Shades of Moody Blue #847BC2
Tints of Moody Blue #847BC2
RGB
CMYK
RGB Variations
Color information
#847BC2 (or 0x847BC2) is known color: Moody Blue. HEX triplet: 84, 7B and C2. RGB value is (132,123,194). Sum of RGB (Red+Green+Blue) = 132+123+194=449 (59% of max value = 765). Red value is 132 (51.95% from 255 or 29.40% from 449); Green value is 123 (48.44% from 255 or 27.39% from 449); Blue value is 194 (76.17% from 255 or 43.21% from 449); Max value from RGB is 194 - color contains mainly: blue. Hex color #847BC2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #847BC2 is #7B843D. Grayscale: #858585. Windows color (decimal): -8094782 or 12745604. OLE color: 12745604.
HSL color Cylindrical-coordinate representation of color #847BC2: hue angle of 247.61º degrees, saturation: 0.37, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #847BC2 is Cyan = 0.32, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 132 | 123 | 194 | - |
| CMYK | 0.32 | 0.37 | 0 | 0.24 |
| HSL | 247.61º | 0.37% | 0.62% | - |
| HSV(B) | 247.61º | 0.37% | 0.76% | - |
| XYZ | 26.34 | 22.97 | 54.08 | - |
| YUV | 133.79 | 161.98 | 126.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 123 | 194 | 0.32 | 0.37 | 0 | 0.24 | 247.61 | 0.37 | 0.62 |
| Hex | 84 | 7B | C2 | 20 | 25 | 0 | 18 | F8 | 25 | 3E |
| Octal | 204 | 173 | 302 | 40 | 45 | 0 | 30 | 370 | 45 | 76 |
| Binary | 10000100 | 1111011 | 11000010 | 100000 | 100101 | 0 | 11000 | 11111000 | 100101 | 111110 |
Color Harmonies of #847BC2
Complementary color
Monochromatic Colors of #847BC2
Black with #847BC2
Text Example
Text Example
White with #847BC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #847BC2; }
p { color: rgb(132,123,194); }
H1.HeaderClassName
{
color: #847BC2;
}
.AnyTagClassName
{
color: #847BC2;
}
</style>
background-color css
<style>
a { background-color: #847BC2; }
a { background-color: rgb(132,123,194); }
div.DivClassName
{
background-color: #847BC2;
}
.BgClassName
{
background-color: #847BC2;
}
</style>
border-color css
<style>
span { border-color: #847BC2; }
span { border-color: rgb(132,123,194); }
td.TdClassName
{
border-color: #847BC2;
}
.TagClassName
{
border-color: #847BC2;
}
</style>