Shades of Light Slate Blue #837FEC
Tints of Light Slate Blue #837FEC
RGB
CMYK
RGB Variations
Color information
#837FEC (or 0x837FEC) is known color: Light Slate Blue. HEX triplet: 83, 7F and EC. RGB value is (131,127,236). Sum of RGB (Red+Green+Blue) = 131+127+236=494 (65% of max value = 765). Red value is 131 (51.56% from 255 or 26.52% from 494); Green value is 127 (50% from 255 or 25.71% from 494); Blue value is 236 (92.58% from 255 or 47.77% from 494); Max value from RGB is 236 - color contains mainly: blue. Hex color #837FEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #837FEC is #7C8013. Grayscale: #8C8C8C. Windows color (decimal): -8159252 or 15499139. OLE color: 15499139.
HSL color Cylindrical-coordinate representation of color #837FEC: hue angle of 242.2º 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 #837FEC is Cyan = 0.44, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 131 | 127 | 236 | - |
| CMYK | 0.44 | 0.46 | 0 | 0.07 |
| HSL | 242.2º | 0.74% | 0.71% | - |
| HSV(B) | 242.2º | 0.46% | 0.93% | - |
| XYZ | 32.09 | 26.06 | 82.7 | - |
| YUV | 140.62 | 181.83 | 121.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 127 | 236 | 0.44 | 0.46 | 0 | 0.07 | 242.2 | 0.74 | 0.71 |
| Hex | 83 | 7F | EC | 2C | 2E | 0 | 7 | F2 | 4A | 47 |
| Octal | 203 | 177 | 354 | 54 | 56 | 0 | 7 | 362 | 112 | 107 |
| Binary | 10000011 | 1111111 | 11101100 | 101100 | 101110 | 0 | 111 | 11110010 | 1001010 | 1000111 |
Color Harmonies of #837FEC
Complementary color
Monochromatic Colors of #837FEC
Black with #837FEC
Text Example
Text Example
White with #837FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #837FEC; }
p { color: rgb(131,127,236); }
H1.HeaderClassName
{
color: #837FEC;
}
.AnyTagClassName
{
color: #837FEC;
}
</style>
background-color css
<style>
a { background-color: #837FEC; }
a { background-color: rgb(131,127,236); }
div.DivClassName
{
background-color: #837FEC;
}
.BgClassName
{
background-color: #837FEC;
}
</style>
border-color css
<style>
span { border-color: #837FEC; }
span { border-color: rgb(131,127,236); }
td.TdClassName
{
border-color: #837FEC;
}
.TagClassName
{
border-color: #837FEC;
}
</style>