Shades of Light Slate Blue #836FF5
Tints of Light Slate Blue #836FF5
RGB
CMYK
RGB Variations
Color information
#836FF5 (or 0x836FF5) is known color: Light Slate Blue. HEX triplet: 83, 6F and F5. RGB value is (131,111,245). Sum of RGB (Red+Green+Blue) = 131+111+245=487 (64% of max value = 765). Red value is 131 (51.56% from 255 or 26.90% from 487); Green value is 111 (43.75% from 255 or 22.79% from 487); Blue value is 245 (96.09% from 255 or 50.31% from 487); Max value from RGB is 245 - color contains mainly: blue. Hex color #836FF5 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #836FF5 is #7C900A. Grayscale: #838383. Windows color (decimal): -8163339 or 16084867. OLE color: 16084867.
HSL color Cylindrical-coordinate representation of color #836FF5: hue angle of 248.96º degrees, saturation: 0.87, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #836FF5 is Cyan = 0.47, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 131 | 111 | 245 | - |
| CMYK | 0.47 | 0.55 | 0 | 0.04 |
| HSL | 248.96º | 0.87% | 0.7% | - |
| HSV(B) | 248.96º | 0.55% | 0.96% | - |
| XYZ | 31.53 | 22.79 | 89.12 | - |
| YUV | 132.26 | 191.63 | 127.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 111 | 245 | 0.47 | 0.55 | 0 | 0.04 | 248.96 | 0.87 | 0.7 |
| Hex | 83 | 6F | F5 | 2F | 37 | 0 | 4 | F9 | 57 | 46 |
| Octal | 203 | 157 | 365 | 57 | 67 | 0 | 4 | 371 | 127 | 106 |
| Binary | 10000011 | 1101111 | 11110101 | 101111 | 110111 | 0 | 100 | 11111001 | 1010111 | 1000110 |
Color Harmonies of #836FF5
Complementary color
Monochromatic Colors of #836FF5
Black with #836FF5
Text Example
Text Example
White with #836FF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #836FF5; }
p { color: rgb(131,111,245); }
H1.HeaderClassName
{
color: #836FF5;
}
.AnyTagClassName
{
color: #836FF5;
}
</style>
background-color css
<style>
a { background-color: #836FF5; }
a { background-color: rgb(131,111,245); }
div.DivClassName
{
background-color: #836FF5;
}
.BgClassName
{
background-color: #836FF5;
}
</style>
border-color css
<style>
span { border-color: #836FF5; }
span { border-color: rgb(131,111,245); }
td.TdClassName
{
border-color: #836FF5;
}
.TagClassName
{
border-color: #836FF5;
}
</style>