Shades of Medium Slate Blue #847EE6
Tints of Medium Slate Blue #847EE6
RGB
CMYK
RGB Variations
Color information
#847EE6 (or 0x847EE6) is known color: Medium Slate Blue. HEX triplet: 84, 7E and E6. RGB value is (132,126,230). Sum of RGB (Red+Green+Blue) = 132+126+230=488 (64% of max value = 765). Red value is 132 (51.95% from 255 or 27.05% from 488); Green value is 126 (49.61% from 255 or 25.82% from 488); Blue value is 230 (90.23% from 255 or 47.13% from 488); Max value from RGB is 230 - color contains mainly: blue. Hex color #847EE6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #847EE6 is #7B8119. Grayscale: #8B8B8B. Windows color (decimal): -8093978 or 15105668. OLE color: 15105668.
HSL color Cylindrical-coordinate representation of color #847EE6: hue angle of 243.46º degrees, saturation: 0.68, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #847EE6 is Cyan = 0.43, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 132 | 126 | 230 | - |
| CMYK | 0.43 | 0.45 | 0 | 0.10 |
| HSL | 243.46º | 0.68% | 0.7% | - |
| HSV(B) | 243.46º | 0.45% | 0.9% | - |
| XYZ | 31.26 | 25.54 | 78.15 | - |
| YUV | 139.65 | 178.99 | 122.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 126 | 230 | 0.43 | 0.45 | 0 | 0.10 | 243.46 | 0.68 | 0.7 |
| Hex | 84 | 7E | E6 | 2B | 2D | 0 | A | F3 | 44 | 46 |
| Octal | 204 | 176 | 346 | 53 | 55 | 0 | 12 | 363 | 104 | 106 |
| Binary | 10000100 | 1111110 | 11100110 | 101011 | 101101 | 0 | 1010 | 11110011 | 1000100 | 1000110 |
Color Harmonies of #847EE6
Complementary color
Monochromatic Colors of #847EE6
Black with #847EE6
Text Example
Text Example
White with #847EE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #847EE6; }
p { color: rgb(132,126,230); }
H1.HeaderClassName
{
color: #847EE6;
}
.AnyTagClassName
{
color: #847EE6;
}
</style>
background-color css
<style>
a { background-color: #847EE6; }
a { background-color: rgb(132,126,230); }
div.DivClassName
{
background-color: #847EE6;
}
.BgClassName
{
background-color: #847EE6;
}
</style>
border-color css
<style>
span { border-color: #847EE6; }
span { border-color: rgb(132,126,230); }
td.TdClassName
{
border-color: #847EE6;
}
.TagClassName
{
border-color: #847EE6;
}
</style>