Shades of Moody Blue #847ACB
Tints of Moody Blue #847ACB
RGB
CMYK
RGB Variations
Color information
#847ACB (or 0x847ACB) is known color: Moody Blue. HEX triplet: 84, 7A and CB. RGB value is (132,122,203). Sum of RGB (Red+Green+Blue) = 132+122+203=457 (60% of max value = 765). Red value is 132 (51.95% from 255 or 28.88% from 457); Green value is 122 (48.05% from 255 or 26.70% from 457); Blue value is 203 (79.69% from 255 or 44.42% from 457); Max value from RGB is 203 - color contains mainly: blue. Hex color #847ACB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #847ACB is #7B8534. Grayscale: #858585. Windows color (decimal): -8095029 or 13335172. OLE color: 13335172.
HSL color Cylindrical-coordinate representation of color #847ACB: hue angle of 247.41º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #847ACB is Cyan = 0.35, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 132 | 122 | 203 | - |
| CMYK | 0.35 | 0.40 | 0 | 0.20 |
| HSL | 247.41º | 0.44% | 0.64% | - |
| HSV(B) | 247.41º | 0.4% | 0.8% | - |
| XYZ | 27.25 | 23.14 | 59.53 | - |
| YUV | 134.22 | 166.81 | 126.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 122 | 203 | 0.35 | 0.40 | 0 | 0.20 | 247.41 | 0.44 | 0.64 |
| Hex | 84 | 7A | CB | 23 | 28 | 0 | 14 | F7 | 2C | 40 |
| Octal | 204 | 172 | 313 | 43 | 50 | 0 | 24 | 367 | 54 | 100 |
| Binary | 10000100 | 1111010 | 11001011 | 100011 | 101000 | 0 | 10100 | 11110111 | 101100 | 1000000 |
Color Harmonies of #847ACB
Complementary color
Monochromatic Colors of #847ACB
Black with #847ACB
Text Example
Text Example
White with #847ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #847ACB; }
p { color: rgb(132,122,203); }
H1.HeaderClassName
{
color: #847ACB;
}
.AnyTagClassName
{
color: #847ACB;
}
</style>
background-color css
<style>
a { background-color: #847ACB; }
a { background-color: rgb(132,122,203); }
div.DivClassName
{
background-color: #847ACB;
}
.BgClassName
{
background-color: #847ACB;
}
</style>
border-color css
<style>
span { border-color: #847ACB; }
span { border-color: rgb(132,122,203); }
td.TdClassName
{
border-color: #847ACB;
}
.TagClassName
{
border-color: #847ACB;
}
</style>