Shades of Medium Slate Blue #835BFA
Tints of Medium Slate Blue #835BFA
RGB
CMYK
RGB Variations
Color information
#835BFA (or 0x835BFA) is known color: Medium Slate Blue. HEX triplet: 83, 5B and FA. RGB value is (131,91,250). Sum of RGB (Red+Green+Blue) = 131+91+250=472 (62% of max value = 765). Red value is 131 (51.56% from 255 or 27.75% from 472); Green value is 91 (35.94% from 255 or 19.28% from 472); Blue value is 250 (98.05% from 255 or 52.97% from 472); Max value from RGB is 250 - color contains mainly: blue. Hex color #835BFA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #835BFA is #7CA405. Grayscale: #787878. Windows color (decimal): -8168454 or 16407427. OLE color: 16407427.
HSL color Cylindrical-coordinate representation of color #835BFA: hue angle of 255.09º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #835BFA is Cyan = 0.48, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 131 | 91 | 250 | - |
| CMYK | 0.48 | 0.64 | 0 | 0.02 |
| HSL | 255.09º | 0.94% | 0.67% | - |
| HSV(B) | 255.09º | 0.64% | 0.98% | - |
| XYZ | 30.36 | 19.21 | 92.55 | - |
| YUV | 121.09 | 200.75 | 135.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 91 | 250 | 0.48 | 0.64 | 0 | 0.02 | 255.09 | 0.94 | 0.67 |
| Hex | 83 | 5B | FA | 30 | 40 | 0 | 2 | FF | 5E | 43 |
| Octal | 203 | 133 | 372 | 60 | 100 | 0 | 2 | 377 | 136 | 103 |
| Binary | 10000011 | 1011011 | 11111010 | 110000 | 1000000 | 0 | 10 | 11111111 | 1011110 | 1000011 |
Color Harmonies of #835BFA
Complementary color
Monochromatic Colors of #835BFA
Black with #835BFA
Text Example
Text Example
White with #835BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #835BFA; }
p { color: rgb(131,91,250); }
H1.HeaderClassName
{
color: #835BFA;
}
.AnyTagClassName
{
color: #835BFA;
}
</style>
background-color css
<style>
a { background-color: #835BFA; }
a { background-color: rgb(131,91,250); }
div.DivClassName
{
background-color: #835BFA;
}
.BgClassName
{
background-color: #835BFA;
}
</style>
border-color css
<style>
span { border-color: #835BFA; }
span { border-color: rgb(131,91,250); }
td.TdClassName
{
border-color: #835BFA;
}
.TagClassName
{
border-color: #835BFA;
}
</style>