Shades of Medium Slate Blue #835FF5
Tints of Medium Slate Blue #835FF5
RGB
CMYK
RGB Variations
Color information
#835FF5 (or 0x835FF5) is known color: Medium Slate Blue. HEX triplet: 83, 5F and F5. RGB value is (131,95,245). Sum of RGB (Red+Green+Blue) = 131+95+245=471 (62% of max value = 765). Red value is 131 (51.56% from 255 or 27.81% from 471); Green value is 95 (37.5% from 255 or 20.17% from 471); Blue value is 245 (96.09% from 255 or 52.02% from 471); Max value from RGB is 245 - color contains mainly: blue. Hex color #835FF5 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #835FF5 is #7CA00A. Grayscale: #7A7A7A. Windows color (decimal): -8167435 or 16080771. OLE color: 16080771.
HSL color Cylindrical-coordinate representation of color #835FF5: hue angle of 254.4º degrees, saturation: 0.88, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #835FF5 is Cyan = 0.47, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 131 | 95 | 245 | - |
| CMYK | 0.47 | 0.61 | 0 | 0.04 |
| HSL | 254.4º | 0.88% | 0.67% | - |
| HSV(B) | 254.4º | 0.61% | 0.96% | - |
| XYZ | 29.93 | 19.6 | 88.59 | - |
| YUV | 122.86 | 196.93 | 133.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 95 | 245 | 0.47 | 0.61 | 0 | 0.04 | 254.4 | 0.88 | 0.67 |
| Hex | 83 | 5F | F5 | 2F | 3D | 0 | 4 | FE | 58 | 43 |
| Octal | 203 | 137 | 365 | 57 | 75 | 0 | 4 | 376 | 130 | 103 |
| Binary | 10000011 | 1011111 | 11110101 | 101111 | 111101 | 0 | 100 | 11111110 | 1011000 | 1000011 |
Color Harmonies of #835FF5
Complementary color
Monochromatic Colors of #835FF5
Black with #835FF5
Text Example
Text Example
White with #835FF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #835FF5; }
p { color: rgb(131,95,245); }
H1.HeaderClassName
{
color: #835FF5;
}
.AnyTagClassName
{
color: #835FF5;
}
</style>
background-color css
<style>
a { background-color: #835FF5; }
a { background-color: rgb(131,95,245); }
div.DivClassName
{
background-color: #835FF5;
}
.BgClassName
{
background-color: #835FF5;
}
</style>
border-color css
<style>
span { border-color: #835FF5; }
span { border-color: rgb(131,95,245); }
td.TdClassName
{
border-color: #835FF5;
}
.TagClassName
{
border-color: #835FF5;
}
</style>