Shades of Light Slate Blue #835DFF
Tints of Light Slate Blue #835DFF
RGB
CMYK
RGB Variations
Color information
#835DFF (or 0x835DFF) is known color: Light Slate Blue. HEX triplet: 83, 5D and FF. RGB value is (131,93,255). Sum of RGB (Red+Green+Blue) = 131+93+255=479 (63% of max value = 765). Red value is 131 (51.56% from 255 or 27.35% from 479); Green value is 93 (36.72% from 255 or 19.42% from 479); Blue value is 255 (100% from 255 or 53.24% from 479); Max value from RGB is 255 - color contains mainly: blue. Hex color #835DFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #835DFF is #7CA200. Grayscale: #7A7A7A. Windows color (decimal): -8167937 or 16735619. OLE color: 16735619.
HSL color Cylindrical-coordinate representation of color #835DFF: hue angle of 254.07º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #835DFF is Cyan = 0.49, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 131 | 93 | 255 | - |
| CMYK | 0.49 | 0.64 | 0 | 0 |
| HSL | 254.07º | 1% | 0.68% | - |
| HSV(B) | 254.07º | 0.64% | 1% | - |
| XYZ | 31.32 | 19.87 | 96.79 | - |
| YUV | 122.83 | 202.59 | 133.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 93 | 255 | 0.49 | 0.64 | 0 | 0 | 254.07 | 1 | 0.68 |
| Hex | 83 | 5D | FF | 31 | 40 | 0 | 0 | FE | 64 | 44 |
| Octal | 203 | 135 | 377 | 61 | 100 | 0 | 0 | 376 | 144 | 104 |
| Binary | 10000011 | 1011101 | 11111111 | 110001 | 1000000 | 0 | 0 | 11111110 | 1100100 | 1000100 |
Color Harmonies of #835DFF
Complementary color
Monochromatic Colors of #835DFF
Black with #835DFF
Text Example
Text Example
White with #835DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #835DFF; }
p { color: rgb(131,93,255); }
H1.HeaderClassName
{
color: #835DFF;
}
.AnyTagClassName
{
color: #835DFF;
}
</style>
background-color css
<style>
a { background-color: #835DFF; }
a { background-color: rgb(131,93,255); }
div.DivClassName
{
background-color: #835DFF;
}
.BgClassName
{
background-color: #835DFF;
}
</style>
border-color css
<style>
span { border-color: #835DFF; }
span { border-color: rgb(131,93,255); }
td.TdClassName
{
border-color: #835DFF;
}
.TagClassName
{
border-color: #835DFF;
}
</style>