Shades of Light Slate Blue #847FEC
Tints of Light Slate Blue #847FEC
RGB
CMYK
RGB Variations
Color information
#847FEC (or 0x847FEC) is known color: Light Slate Blue. HEX triplet: 84, 7F and EC. RGB value is (132,127,236). Sum of RGB (Red+Green+Blue) = 132+127+236=495 (65% of max value = 765). Red value is 132 (51.95% from 255 or 26.67% from 495); Green value is 127 (50% from 255 or 25.66% from 495); Blue value is 236 (92.58% from 255 or 47.68% from 495); Max value from RGB is 236 - color contains mainly: blue. Hex color #847FEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #847FEC is #7B8013. Grayscale: #8C8C8C. Windows color (decimal): -8093716 or 15499140. OLE color: 15499140.
HSL color Cylindrical-coordinate representation of color #847FEC: hue angle of 242.75º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #847FEC is Cyan = 0.44, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 132 | 127 | 236 | - |
| CMYK | 0.44 | 0.46 | 0 | 0.07 |
| HSL | 242.75º | 0.74% | 0.71% | - |
| HSV(B) | 242.75º | 0.46% | 0.93% | - |
| XYZ | 32.25 | 26.14 | 82.7 | - |
| YUV | 140.92 | 181.66 | 121.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 127 | 236 | 0.44 | 0.46 | 0 | 0.07 | 242.75 | 0.74 | 0.71 |
| Hex | 84 | 7F | EC | 2C | 2E | 0 | 7 | F3 | 4A | 47 |
| Octal | 204 | 177 | 354 | 54 | 56 | 0 | 7 | 363 | 112 | 107 |
| Binary | 10000100 | 1111111 | 11101100 | 101100 | 101110 | 0 | 111 | 11110011 | 1001010 | 1000111 |
Color Harmonies of #847FEC
Complementary color
Monochromatic Colors of #847FEC
Black with #847FEC
Text Example
Text Example
White with #847FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #847FEC; }
p { color: rgb(132,127,236); }
H1.HeaderClassName
{
color: #847FEC;
}
.AnyTagClassName
{
color: #847FEC;
}
</style>
background-color css
<style>
a { background-color: #847FEC; }
a { background-color: rgb(132,127,236); }
div.DivClassName
{
background-color: #847FEC;
}
.BgClassName
{
background-color: #847FEC;
}
</style>
border-color css
<style>
span { border-color: #847FEC; }
span { border-color: rgb(132,127,236); }
td.TdClassName
{
border-color: #847FEC;
}
.TagClassName
{
border-color: #847FEC;
}
</style>