Shades of Medium Slate Blue #847FEA
Tints of Medium Slate Blue #847FEA
RGB
CMYK
RGB Variations
Color information
#847FEA (or 0x847FEA) is known color: Medium Slate Blue. HEX triplet: 84, 7F and EA. RGB value is (132,127,234). Sum of RGB (Red+Green+Blue) = 132+127+234=493 (65% of max value = 765). Red value is 132 (51.95% from 255 or 26.77% from 493); Green value is 127 (50% from 255 or 25.76% from 493); Blue value is 234 (91.80% from 255 or 47.46% from 493); Max value from RGB is 234 - color contains mainly: blue. Hex color #847FEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #847FEA is #7B8015. Grayscale: #8C8C8C. Windows color (decimal): -8093718 or 15368068. OLE color: 15368068.
HSL color Cylindrical-coordinate representation of color #847FEA: hue angle of 242.8º 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 #847FEA is Cyan = 0.44, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 132 | 127 | 234 | - |
| CMYK | 0.44 | 0.46 | 0 | 0.08 |
| HSL | 242.8º | 0.72% | 0.71% | - |
| HSV(B) | 242.8º | 0.46% | 0.92% | - |
| XYZ | 31.96 | 26.02 | 81.18 | - |
| YUV | 140.69 | 180.66 | 121.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 127 | 234 | 0.44 | 0.46 | 0 | 0.08 | 242.8 | 0.72 | 0.71 |
| Hex | 84 | 7F | EA | 2C | 2E | 0 | 8 | F3 | 48 | 47 |
| Octal | 204 | 177 | 352 | 54 | 56 | 0 | 10 | 363 | 110 | 107 |
| Binary | 10000100 | 1111111 | 11101010 | 101100 | 101110 | 0 | 1000 | 11110011 | 1001000 | 1000111 |
Color Harmonies of #847FEA
Complementary color
Monochromatic Colors of #847FEA
Black with #847FEA
Text Example
Text Example
White with #847FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #847FEA; }
p { color: rgb(132,127,234); }
H1.HeaderClassName
{
color: #847FEA;
}
.AnyTagClassName
{
color: #847FEA;
}
</style>
background-color css
<style>
a { background-color: #847FEA; }
a { background-color: rgb(132,127,234); }
div.DivClassName
{
background-color: #847FEA;
}
.BgClassName
{
background-color: #847FEA;
}
</style>
border-color css
<style>
span { border-color: #847FEA; }
span { border-color: rgb(132,127,234); }
td.TdClassName
{
border-color: #847FEA;
}
.TagClassName
{
border-color: #847FEA;
}
</style>