Shades of Light Slate Blue #837FED
Tints of Light Slate Blue #837FED
RGB
CMYK
RGB Variations
Color information
#837FED (or 0x837FED) is known color: Light Slate Blue. HEX triplet: 83, 7F and ED. RGB value is (131,127,237). Sum of RGB (Red+Green+Blue) = 131+127+237=495 (65% of max value = 765). Red value is 131 (51.56% from 255 or 26.46% from 495); Green value is 127 (50% from 255 or 25.66% from 495); Blue value is 237 (92.97% from 255 or 47.88% from 495); Max value from RGB is 237 - color contains mainly: blue. Hex color #837FED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #837FED is #7C8012. Grayscale: #8C8C8C. Windows color (decimal): -8159251 or 15564675. OLE color: 15564675.
HSL color Cylindrical-coordinate representation of color #837FED: hue angle of 242.18º 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 #837FED is Cyan = 0.45, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 131 | 127 | 237 | - |
| CMYK | 0.45 | 0.46 | 0 | 0.07 |
| HSL | 242.18º | 0.75% | 0.71% | - |
| HSV(B) | 242.18º | 0.46% | 0.93% | - |
| XYZ | 32.24 | 26.12 | 83.46 | - |
| YUV | 140.74 | 182.33 | 121.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 127 | 237 | 0.45 | 0.46 | 0 | 0.07 | 242.18 | 0.75 | 0.71 |
| Hex | 83 | 7F | ED | 2D | 2E | 0 | 7 | F2 | 4B | 47 |
| Octal | 203 | 177 | 355 | 55 | 56 | 0 | 7 | 362 | 113 | 107 |
| Binary | 10000011 | 1111111 | 11101101 | 101101 | 101110 | 0 | 111 | 11110010 | 1001011 | 1000111 |
Color Harmonies of #837FED
Complementary color
Monochromatic Colors of #837FED
Black with #837FED
Text Example
Text Example
White with #837FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #837FED; }
p { color: rgb(131,127,237); }
H1.HeaderClassName
{
color: #837FED;
}
.AnyTagClassName
{
color: #837FED;
}
</style>
background-color css
<style>
a { background-color: #837FED; }
a { background-color: rgb(131,127,237); }
div.DivClassName
{
background-color: #837FED;
}
.BgClassName
{
background-color: #837FED;
}
</style>
border-color css
<style>
span { border-color: #837FED; }
span { border-color: rgb(131,127,237); }
td.TdClassName
{
border-color: #837FED;
}
.TagClassName
{
border-color: #837FED;
}
</style>