Shades of Light Slate Blue #835BFE
Tints of Light Slate Blue #835BFE
RGB
CMYK
RGB Variations
Color information
#835BFE (or 0x835BFE) is known color: Light Slate Blue. HEX triplet: 83, 5B and FE. RGB value is (131,91,254). Sum of RGB (Red+Green+Blue) = 131+91+254=476 (63% of max value = 765). Red value is 131 (51.56% from 255 or 27.52% from 476); Green value is 91 (35.94% from 255 or 19.12% from 476); Blue value is 254 (99.61% from 255 or 53.36% from 476); Max value from RGB is 254 - color contains mainly: blue. Hex color #835BFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #835BFE is #7CA401. Grayscale: #787878. Windows color (decimal): -8168450 or 16669571. OLE color: 16669571.
HSL color Cylindrical-coordinate representation of color #835BFE: hue angle of 254.72º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #835BFE is Cyan = 0.48, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 131 | 91 | 254 | - |
| CMYK | 0.48 | 0.64 | 0 | 0.00 |
| HSL | 254.72º | 0.99% | 0.68% | - |
| HSV(B) | 254.72º | 0.64% | 1% | - |
| XYZ | 30.99 | 19.46 | 95.89 | - |
| YUV | 121.54 | 202.75 | 134.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 91 | 254 | 0.48 | 0.64 | 0 | 0.00 | 254.72 | 0.99 | 0.68 |
| Hex | 83 | 5B | FE | 30 | 40 | 0 | 0 | FF | 63 | 44 |
| Octal | 203 | 133 | 376 | 60 | 100 | 0 | 0 | 377 | 143 | 104 |
| Binary | 10000011 | 1011011 | 11111110 | 110000 | 1000000 | 0 | 0 | 11111111 | 1100011 | 1000100 |
Color Harmonies of #835BFE
Complementary color
Monochromatic Colors of #835BFE
Black with #835BFE
Text Example
Text Example
White with #835BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #835BFE; }
p { color: rgb(131,91,254); }
H1.HeaderClassName
{
color: #835BFE;
}
.AnyTagClassName
{
color: #835BFE;
}
</style>
background-color css
<style>
a { background-color: #835BFE; }
a { background-color: rgb(131,91,254); }
div.DivClassName
{
background-color: #835BFE;
}
.BgClassName
{
background-color: #835BFE;
}
</style>
border-color css
<style>
span { border-color: #835BFE; }
span { border-color: rgb(131,91,254); }
td.TdClassName
{
border-color: #835BFE;
}
.TagClassName
{
border-color: #835BFE;
}
</style>