Shades of Light Slate Blue #847CED
Tints of Light Slate Blue #847CED
RGB
CMYK
RGB Variations
Color information
#847CED (or 0x847CED) is known color: Light Slate Blue. HEX triplet: 84, 7C and ED. RGB value is (132,124,237). Sum of RGB (Red+Green+Blue) = 132+124+237=493 (65% of max value = 765). Red value is 132 (51.95% from 255 or 26.77% from 493); Green value is 124 (48.83% from 255 or 25.15% from 493); Blue value is 237 (92.97% from 255 or 48.07% from 493); Max value from RGB is 237 - color contains mainly: blue. Hex color #847CED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #847CED is #7B8312. Grayscale: #8A8A8A. Windows color (decimal): -8094483 or 15563908. OLE color: 15563908.
HSL color Cylindrical-coordinate representation of color #847CED: hue angle of 244.25º degrees, saturation: 0.76, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #847CED is Cyan = 0.44, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 132 | 124 | 237 | - |
| CMYK | 0.44 | 0.48 | 0 | 0.07 |
| HSL | 244.25º | 0.76% | 0.71% | - |
| HSV(B) | 244.25º | 0.48% | 0.93% | - |
| XYZ | 32.01 | 25.44 | 83.34 | - |
| YUV | 139.27 | 183.15 | 122.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 124 | 237 | 0.44 | 0.48 | 0 | 0.07 | 244.25 | 0.76 | 0.71 |
| Hex | 84 | 7C | ED | 2C | 30 | 0 | 7 | F4 | 4C | 47 |
| Octal | 204 | 174 | 355 | 54 | 60 | 0 | 7 | 364 | 114 | 107 |
| Binary | 10000100 | 1111100 | 11101101 | 101100 | 110000 | 0 | 111 | 11110100 | 1001100 | 1000111 |
Color Harmonies of #847CED
Complementary color
Monochromatic Colors of #847CED
Black with #847CED
Text Example
Text Example
White with #847CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #847CED; }
p { color: rgb(132,124,237); }
H1.HeaderClassName
{
color: #847CED;
}
.AnyTagClassName
{
color: #847CED;
}
</style>
background-color css
<style>
a { background-color: #847CED; }
a { background-color: rgb(132,124,237); }
div.DivClassName
{
background-color: #847CED;
}
.BgClassName
{
background-color: #847CED;
}
</style>
border-color css
<style>
span { border-color: #847CED; }
span { border-color: rgb(132,124,237); }
td.TdClassName
{
border-color: #847CED;
}
.TagClassName
{
border-color: #847CED;
}
</style>