Shades of Moody Blue #847BBB
Tints of Moody Blue #847BBB
RGB
CMYK
RGB Variations
Color information
#847BBB (or 0x847BBB) is known color: Moody Blue. HEX triplet: 84, 7B and BB. RGB value is (132,123,187). Sum of RGB (Red+Green+Blue) = 132+123+187=442 (58% of max value = 765). Red value is 132 (51.95% from 255 or 29.86% from 442); Green value is 123 (48.44% from 255 or 27.83% from 442); Blue value is 187 (73.44% from 255 or 42.31% from 442); Max value from RGB is 187 - color contains mainly: blue. Hex color #847BBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #847BBB is #7B8444. Grayscale: #848484. Windows color (decimal): -8094789 or 12286852. OLE color: 12286852.
HSL color Cylindrical-coordinate representation of color #847BBB: hue angle of 248.44º degrees, saturation: 0.32, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #847BBB is Cyan = 0.29, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 132 | 123 | 187 | - |
| CMYK | 0.29 | 0.34 | 0 | 0.27 |
| HSL | 248.44º | 0.32% | 0.61% | - |
| HSV(B) | 248.44º | 0.34% | 0.73% | - |
| XYZ | 25.57 | 22.66 | 50.04 | - |
| YUV | 132.99 | 158.48 | 127.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 123 | 187 | 0.29 | 0.34 | 0 | 0.27 | 248.44 | 0.32 | 0.61 |
| Hex | 84 | 7B | BB | 1D | 22 | 0 | 1B | F8 | 20 | 3D |
| Octal | 204 | 173 | 273 | 35 | 42 | 0 | 33 | 370 | 40 | 75 |
| Binary | 10000100 | 1111011 | 10111011 | 11101 | 100010 | 0 | 11011 | 11111000 | 100000 | 111101 |
Color Harmonies of #847BBB
Complementary color
Monochromatic Colors of #847BBB
Black with #847BBB
Text Example
Text Example
White with #847BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #847BBB; }
p { color: rgb(132,123,187); }
H1.HeaderClassName
{
color: #847BBB;
}
.AnyTagClassName
{
color: #847BBB;
}
</style>
background-color css
<style>
a { background-color: #847BBB; }
a { background-color: rgb(132,123,187); }
div.DivClassName
{
background-color: #847BBB;
}
.BgClassName
{
background-color: #847BBB;
}
</style>
border-color css
<style>
span { border-color: #847BBB; }
span { border-color: rgb(132,123,187); }
td.TdClassName
{
border-color: #847BBB;
}
.TagClassName
{
border-color: #847BBB;
}
</style>