Shades of Medium Slate Blue #835CFA
Tints of Medium Slate Blue #835CFA
RGB
CMYK
RGB Variations
Color information
#835CFA (or 0x835CFA) is known color: Medium Slate Blue. HEX triplet: 83, 5C and FA. RGB value is (131,92,250). Sum of RGB (Red+Green+Blue) = 131+92+250=473 (62% of max value = 765). Red value is 131 (51.56% from 255 or 27.70% from 473); Green value is 92 (36.33% from 255 or 19.45% from 473); Blue value is 250 (98.05% from 255 or 52.85% from 473); Max value from RGB is 250 - color contains mainly: blue. Hex color #835CFA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #835CFA is #7CA305. Grayscale: #797979. Windows color (decimal): -8168198 or 16407683. OLE color: 16407683.
HSL color Cylindrical-coordinate representation of color #835CFA: hue angle of 254.81º degrees, saturation: 0.94, 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 #835CFA is Cyan = 0.48, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 131 | 92 | 250 | - |
| CMYK | 0.48 | 0.63 | 0 | 0.02 |
| HSL | 254.81º | 0.94% | 0.67% | - |
| HSV(B) | 254.81º | 0.63% | 0.98% | - |
| XYZ | 30.44 | 19.38 | 92.58 | - |
| YUV | 121.67 | 200.42 | 134.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 92 | 250 | 0.48 | 0.63 | 0 | 0.02 | 254.81 | 0.94 | 0.67 |
| Hex | 83 | 5C | FA | 30 | 3F | 0 | 2 | FF | 5E | 43 |
| Octal | 203 | 134 | 372 | 60 | 77 | 0 | 2 | 377 | 136 | 103 |
| Binary | 10000011 | 1011100 | 11111010 | 110000 | 111111 | 0 | 10 | 11111111 | 1011110 | 1000011 |
Color Harmonies of #835CFA
Complementary color
Monochromatic Colors of #835CFA
Black with #835CFA
Text Example
Text Example
White with #835CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #835CFA; }
p { color: rgb(131,92,250); }
H1.HeaderClassName
{
color: #835CFA;
}
.AnyTagClassName
{
color: #835CFA;
}
</style>
background-color css
<style>
a { background-color: #835CFA; }
a { background-color: rgb(131,92,250); }
div.DivClassName
{
background-color: #835CFA;
}
.BgClassName
{
background-color: #835CFA;
}
</style>
border-color css
<style>
span { border-color: #835CFA; }
span { border-color: rgb(131,92,250); }
td.TdClassName
{
border-color: #835CFA;
}
.TagClassName
{
border-color: #835CFA;
}
</style>