Shades of Moody Blue #847CCB
Tints of Moody Blue #847CCB
RGB
CMYK
RGB Variations
Color information
#847CCB (or 0x847CCB) is known color: Moody Blue. HEX triplet: 84, 7C and CB. RGB value is (132,124,203). Sum of RGB (Red+Green+Blue) = 132+124+203=459 (60% of max value = 765). Red value is 132 (51.95% from 255 or 28.76% from 459); Green value is 124 (48.83% from 255 or 27.02% from 459); Blue value is 203 (79.69% from 255 or 44.23% from 459); Max value from RGB is 203 - color contains mainly: blue. Hex color #847CCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #847CCB is #7B8334. Grayscale: #878787. Windows color (decimal): -8094517 or 13335684. OLE color: 13335684.
HSL color Cylindrical-coordinate representation of color #847CCB: hue angle of 246.08º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #847CCB is Cyan = 0.35, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 132 | 124 | 203 | - |
| CMYK | 0.35 | 0.39 | 0 | 0.20 |
| HSL | 246.08º | 0.43% | 0.64% | - |
| HSV(B) | 246.08º | 0.39% | 0.8% | - |
| XYZ | 27.5 | 23.63 | 59.61 | - |
| YUV | 135.4 | 166.15 | 125.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 124 | 203 | 0.35 | 0.39 | 0 | 0.20 | 246.08 | 0.43 | 0.64 |
| Hex | 84 | 7C | CB | 23 | 27 | 0 | 14 | F6 | 2B | 40 |
| Octal | 204 | 174 | 313 | 43 | 47 | 0 | 24 | 366 | 53 | 100 |
| Binary | 10000100 | 1111100 | 11001011 | 100011 | 100111 | 0 | 10100 | 11110110 | 101011 | 1000000 |
Color Harmonies of #847CCB
Complementary color
Monochromatic Colors of #847CCB
Black with #847CCB
Text Example
Text Example
White with #847CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #847CCB; }
p { color: rgb(132,124,203); }
H1.HeaderClassName
{
color: #847CCB;
}
.AnyTagClassName
{
color: #847CCB;
}
</style>
background-color css
<style>
a { background-color: #847CCB; }
a { background-color: rgb(132,124,203); }
div.DivClassName
{
background-color: #847CCB;
}
.BgClassName
{
background-color: #847CCB;
}
</style>
border-color css
<style>
span { border-color: #847CCB; }
span { border-color: rgb(132,124,203); }
td.TdClassName
{
border-color: #847CCB;
}
.TagClassName
{
border-color: #847CCB;
}
</style>