Shades of Medium Slate Blue #835DF9
Tints of Medium Slate Blue #835DF9
RGB
CMYK
RGB Variations
Color information
#835DF9 (or 0x835DF9) is known color: Medium Slate Blue. HEX triplet: 83, 5D and F9. RGB value is (131,93,249). Sum of RGB (Red+Green+Blue) = 131+93+249=473 (62% of max value = 765). Red value is 131 (51.56% from 255 or 27.70% from 473); Green value is 93 (36.72% from 255 or 19.66% from 473); Blue value is 249 (97.66% from 255 or 52.64% from 473); Max value from RGB is 249 - color contains mainly: blue. Hex color #835DF9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #835DF9 is #7CA206. Grayscale: #797979. Windows color (decimal): -8167943 or 16342403. OLE color: 16342403.
HSL color Cylindrical-coordinate representation of color #835DF9: hue angle of 254.62º degrees, saturation: 0.93, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #835DF9 is Cyan = 0.47, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 131 | 93 | 249 | - |
| CMYK | 0.47 | 0.63 | 0 | 0.02 |
| HSL | 254.62º | 0.93% | 0.67% | - |
| HSV(B) | 254.62º | 0.63% | 0.98% | - |
| XYZ | 30.37 | 19.49 | 91.78 | - |
| YUV | 122.15 | 199.59 | 134.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 93 | 249 | 0.47 | 0.63 | 0 | 0.02 | 254.62 | 0.93 | 0.67 |
| Hex | 83 | 5D | F9 | 2F | 3F | 0 | 2 | FF | 5D | 43 |
| Octal | 203 | 135 | 371 | 57 | 77 | 0 | 2 | 377 | 135 | 103 |
| Binary | 10000011 | 1011101 | 11111001 | 101111 | 111111 | 0 | 10 | 11111111 | 1011101 | 1000011 |
Color Harmonies of #835DF9
Complementary color
Monochromatic Colors of #835DF9
Black with #835DF9
Text Example
Text Example
White with #835DF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #835DF9; }
p { color: rgb(131,93,249); }
H1.HeaderClassName
{
color: #835DF9;
}
.AnyTagClassName
{
color: #835DF9;
}
</style>
background-color css
<style>
a { background-color: #835DF9; }
a { background-color: rgb(131,93,249); }
div.DivClassName
{
background-color: #835DF9;
}
.BgClassName
{
background-color: #835DF9;
}
</style>
border-color css
<style>
span { border-color: #835DF9; }
span { border-color: rgb(131,93,249); }
td.TdClassName
{
border-color: #835DF9;
}
.TagClassName
{
border-color: #835DF9;
}
</style>