Shades of Medium Slate Blue #847EEA
Tints of Medium Slate Blue #847EEA
RGB
CMYK
RGB Variations
Color information
#847EEA (or 0x847EEA) is known color: Medium Slate Blue. HEX triplet: 84, 7E and EA. RGB value is (132,126,234). Sum of RGB (Red+Green+Blue) = 132+126+234=492 (65% of max value = 765). Red value is 132 (51.95% from 255 or 26.83% from 492); Green value is 126 (49.61% from 255 or 25.61% from 492); Blue value is 234 (91.80% from 255 or 47.56% from 492); Max value from RGB is 234 - color contains mainly: blue. Hex color #847EEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #847EEA is #7B8115. Grayscale: #8B8B8B. Windows color (decimal): -8093974 or 15367812. OLE color: 15367812.
HSL color Cylindrical-coordinate representation of color #847EEA: hue angle of 243.33º degrees, saturation: 0.72, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #847EEA is Cyan = 0.44, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 132 | 126 | 234 | - |
| CMYK | 0.44 | 0.46 | 0 | 0.08 |
| HSL | 243.33º | 0.72% | 0.71% | - |
| HSV(B) | 243.33º | 0.46% | 0.92% | - |
| XYZ | 31.83 | 25.77 | 81.14 | - |
| YUV | 140.11 | 180.99 | 122.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 126 | 234 | 0.44 | 0.46 | 0 | 0.08 | 243.33 | 0.72 | 0.71 |
| Hex | 84 | 7E | EA | 2C | 2E | 0 | 8 | F3 | 48 | 47 |
| Octal | 204 | 176 | 352 | 54 | 56 | 0 | 10 | 363 | 110 | 107 |
| Binary | 10000100 | 1111110 | 11101010 | 101100 | 101110 | 0 | 1000 | 11110011 | 1001000 | 1000111 |
Color Harmonies of #847EEA
Complementary color
Monochromatic Colors of #847EEA
Black with #847EEA
Text Example
Text Example
White with #847EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #847EEA; }
p { color: rgb(132,126,234); }
H1.HeaderClassName
{
color: #847EEA;
}
.AnyTagClassName
{
color: #847EEA;
}
</style>
background-color css
<style>
a { background-color: #847EEA; }
a { background-color: rgb(132,126,234); }
div.DivClassName
{
background-color: #847EEA;
}
.BgClassName
{
background-color: #847EEA;
}
</style>
border-color css
<style>
span { border-color: #847EEA; }
span { border-color: rgb(132,126,234); }
td.TdClassName
{
border-color: #847EEA;
}
.TagClassName
{
border-color: #847EEA;
}
</style>