Shades of Medium Slate Blue #847FE9
Tints of Medium Slate Blue #847FE9
RGB
CMYK
RGB Variations
Color information
#847FE9 (or 0x847FE9) is known color: Medium Slate Blue. HEX triplet: 84, 7F and E9. RGB value is (132,127,233). Sum of RGB (Red+Green+Blue) = 132+127+233=492 (65% of max value = 765). Red value is 132 (51.95% from 255 or 26.83% from 492); Green value is 127 (50% from 255 or 25.81% from 492); Blue value is 233 (91.41% from 255 or 47.36% from 492); Max value from RGB is 233 - color contains mainly: blue. Hex color #847FE9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #847FE9 is #7B8016. Grayscale: #8C8C8C. Windows color (decimal): -8093719 or 15302532. OLE color: 15302532.
HSL color Cylindrical-coordinate representation of color #847FE9: hue angle of 242.83º degrees, saturation: 0.71, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #847FE9 is Cyan = 0.43, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 132 | 127 | 233 | - |
| CMYK | 0.43 | 0.45 | 0 | 0.09 |
| HSL | 242.83º | 0.71% | 0.71% | - |
| HSV(B) | 242.83º | 0.45% | 0.91% | - |
| XYZ | 31.81 | 25.97 | 80.43 | - |
| YUV | 140.58 | 180.16 | 121.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 127 | 233 | 0.43 | 0.45 | 0 | 0.09 | 242.83 | 0.71 | 0.71 |
| Hex | 84 | 7F | E9 | 2B | 2D | 0 | 9 | F3 | 47 | 47 |
| Octal | 204 | 177 | 351 | 53 | 55 | 0 | 11 | 363 | 107 | 107 |
| Binary | 10000100 | 1111111 | 11101001 | 101011 | 101101 | 0 | 1001 | 11110011 | 1000111 | 1000111 |
Color Harmonies of #847FE9
Complementary color
Monochromatic Colors of #847FE9
Black with #847FE9
Text Example
Text Example
White with #847FE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #847FE9; }
p { color: rgb(132,127,233); }
H1.HeaderClassName
{
color: #847FE9;
}
.AnyTagClassName
{
color: #847FE9;
}
</style>
background-color css
<style>
a { background-color: #847FE9; }
a { background-color: rgb(132,127,233); }
div.DivClassName
{
background-color: #847FE9;
}
.BgClassName
{
background-color: #847FE9;
}
</style>
border-color css
<style>
span { border-color: #847FE9; }
span { border-color: rgb(132,127,233); }
td.TdClassName
{
border-color: #847FE9;
}
.TagClassName
{
border-color: #847FE9;
}
</style>