Shades of Light Slate Blue #847FED
Tints of Light Slate Blue #847FED
RGB
CMYK
RGB Variations
Color information
#847FED (or 0x847FED) is known color: Light Slate Blue. HEX triplet: 84, 7F and ED. RGB value is (132,127,237). Sum of RGB (Red+Green+Blue) = 132+127+237=496 (65% of max value = 765). Red value is 132 (51.95% from 255 or 26.61% from 496); Green value is 127 (50% from 255 or 25.60% from 496); Blue value is 237 (92.97% from 255 or 47.78% from 496); Max value from RGB is 237 - color contains mainly: blue. Hex color #847FED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #847FED is #7B8012. Grayscale: #8C8C8C. Windows color (decimal): -8093715 or 15564676. OLE color: 15564676.
HSL color Cylindrical-coordinate representation of color #847FED: hue angle of 242.73º degrees, saturation: 0.75, 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 #847FED is Cyan = 0.44, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 132 | 127 | 237 | - |
| CMYK | 0.44 | 0.46 | 0 | 0.07 |
| HSL | 242.73º | 0.75% | 0.71% | - |
| HSV(B) | 242.73º | 0.46% | 0.93% | - |
| XYZ | 32.39 | 26.2 | 83.47 | - |
| YUV | 141.04 | 182.16 | 121.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 127 | 237 | 0.44 | 0.46 | 0 | 0.07 | 242.73 | 0.75 | 0.71 |
| Hex | 84 | 7F | ED | 2C | 2E | 0 | 7 | F3 | 4B | 47 |
| Octal | 204 | 177 | 355 | 54 | 56 | 0 | 7 | 363 | 113 | 107 |
| Binary | 10000100 | 1111111 | 11101101 | 101100 | 101110 | 0 | 111 | 11110011 | 1001011 | 1000111 |
Color Harmonies of #847FED
Complementary color
Monochromatic Colors of #847FED
Black with #847FED
Text Example
Text Example
White with #847FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #847FED; }
p { color: rgb(132,127,237); }
H1.HeaderClassName
{
color: #847FED;
}
.AnyTagClassName
{
color: #847FED;
}
</style>
background-color css
<style>
a { background-color: #847FED; }
a { background-color: rgb(132,127,237); }
div.DivClassName
{
background-color: #847FED;
}
.BgClassName
{
background-color: #847FED;
}
</style>
border-color css
<style>
span { border-color: #847FED; }
span { border-color: rgb(132,127,237); }
td.TdClassName
{
border-color: #847FED;
}
.TagClassName
{
border-color: #847FED;
}
</style>