Shades of Light Slate Blue #837FFF
Tints of Light Slate Blue #837FFF
RGB
CMYK
RGB Variations
Color information
#837FFF (or 0x837FFF) is known color: Light Slate Blue. HEX triplet: 83, 7F and FF. RGB value is (131,127,255). Sum of RGB (Red+Green+Blue) = 131+127+255=513 (67% of max value = 765). Red value is 131 (51.56% from 255 or 25.54% from 513); Green value is 127 (50% from 255 or 24.76% from 513); Blue value is 255 (100% from 255 or 49.71% from 513); Max value from RGB is 255 - color contains mainly: blue. Hex color #837FFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #837FFF is #7C8000. Grayscale: #8E8E8E. Windows color (decimal): -8159233 or 16744323. OLE color: 16744323.
HSL color Cylindrical-coordinate representation of color #837FFF: hue angle of 241.88º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #837FFF is Cyan = 0.49, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 131 | 127 | 255 | - |
| CMYK | 0.49 | 0.50 | 0 | 0 |
| HSL | 241.88º | 1% | 0.75% | - |
| HSV(B) | 241.88º | 0.5% | 1% | - |
| XYZ | 35 | 27.22 | 98.02 | - |
| YUV | 142.79 | 191.33 | 119.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 127 | 255 | 0.49 | 0.50 | 0 | 0 | 241.88 | 1 | 0.75 |
| Hex | 83 | 7F | FF | 31 | 32 | 0 | 0 | F2 | 64 | 4B |
| Octal | 203 | 177 | 377 | 61 | 62 | 0 | 0 | 362 | 144 | 113 |
| Binary | 10000011 | 1111111 | 11111111 | 110001 | 110010 | 0 | 0 | 11110010 | 1100100 | 1001011 |
Color Harmonies of #837FFF
Complementary color
Monochromatic Colors of #837FFF
Black with #837FFF
Text Example
Text Example
White with #837FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #837FFF; }
p { color: rgb(131,127,255); }
H1.HeaderClassName
{
color: #837FFF;
}
.AnyTagClassName
{
color: #837FFF;
}
</style>
background-color css
<style>
a { background-color: #837FFF; }
a { background-color: rgb(131,127,255); }
div.DivClassName
{
background-color: #837FFF;
}
.BgClassName
{
background-color: #837FFF;
}
</style>
border-color css
<style>
span { border-color: #837FFF; }
span { border-color: rgb(131,127,255); }
td.TdClassName
{
border-color: #837FFF;
}
.TagClassName
{
border-color: #837FFF;
}
</style>