Shades of Medium Slate Blue #835BFC
Tints of Medium Slate Blue #835BFC
RGB
CMYK
RGB Variations
Color information
#835BFC (or 0x835BFC) is known color: Medium Slate Blue. HEX triplet: 83, 5B and FC. RGB value is (131,91,252). Sum of RGB (Red+Green+Blue) = 131+91+252=474 (62% of max value = 765). Red value is 131 (51.56% from 255 or 27.64% from 474); Green value is 91 (35.94% from 255 or 19.20% from 474); Blue value is 252 (98.83% from 255 or 53.16% from 474); Max value from RGB is 252 - color contains mainly: blue. Hex color #835BFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #835BFC is #7CA403. Grayscale: #787878. Windows color (decimal): -8168452 or 16538499. OLE color: 16538499.
HSL color Cylindrical-coordinate representation of color #835BFC: hue angle of 254.91º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #835BFC is Cyan = 0.48, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 131 | 91 | 252 | - |
| CMYK | 0.48 | 0.64 | 0 | 0.01 |
| HSL | 254.91º | 0.96% | 0.67% | - |
| HSV(B) | 254.91º | 0.64% | 0.99% | - |
| XYZ | 30.67 | 19.34 | 94.21 | - |
| YUV | 121.31 | 201.75 | 134.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 91 | 252 | 0.48 | 0.64 | 0 | 0.01 | 254.91 | 0.96 | 0.67 |
| Hex | 83 | 5B | FC | 30 | 40 | 0 | 1 | FF | 60 | 43 |
| Octal | 203 | 133 | 374 | 60 | 100 | 0 | 1 | 377 | 140 | 103 |
| Binary | 10000011 | 1011011 | 11111100 | 110000 | 1000000 | 0 | 1 | 11111111 | 1100000 | 1000011 |
Color Harmonies of #835BFC
Complementary color
Monochromatic Colors of #835BFC
Black with #835BFC
Text Example
Text Example
White with #835BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #835BFC; }
p { color: rgb(131,91,252); }
H1.HeaderClassName
{
color: #835BFC;
}
.AnyTagClassName
{
color: #835BFC;
}
</style>
background-color css
<style>
a { background-color: #835BFC; }
a { background-color: rgb(131,91,252); }
div.DivClassName
{
background-color: #835BFC;
}
.BgClassName
{
background-color: #835BFC;
}
</style>
border-color css
<style>
span { border-color: #835BFC; }
span { border-color: rgb(131,91,252); }
td.TdClassName
{
border-color: #835BFC;
}
.TagClassName
{
border-color: #835BFC;
}
</style>