Shades of Medium Slate Blue #835CFC
Tints of Medium Slate Blue #835CFC
RGB
CMYK
RGB Variations
Color information
#835CFC (or 0x835CFC) is known color: Medium Slate Blue. HEX triplet: 83, 5C and FC. RGB value is (131,92,252). Sum of RGB (Red+Green+Blue) = 131+92+252=475 (62% of max value = 765). Red value is 131 (51.56% from 255 or 27.58% from 475); Green value is 92 (36.33% from 255 or 19.37% from 475); Blue value is 252 (98.83% from 255 or 53.05% from 475); Max value from RGB is 252 - color contains mainly: blue. Hex color #835CFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #835CFC is #7CA303. Grayscale: #797979. Windows color (decimal): -8168196 or 16538755. OLE color: 16538755.
HSL color Cylindrical-coordinate representation of color #835CFC: hue angle of 254.62º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #835CFC is Cyan = 0.48, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 131 | 92 | 252 | - |
| CMYK | 0.48 | 0.63 | 0 | 0.01 |
| HSL | 254.63º | 0.96% | 0.67% | - |
| HSV(B) | 254.63º | 0.63% | 0.99% | - |
| XYZ | 30.76 | 19.51 | 94.24 | - |
| YUV | 121.9 | 201.42 | 134.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 92 | 252 | 0.48 | 0.63 | 0 | 0.01 | 254.63 | 0.96 | 0.67 |
| Hex | 83 | 5C | FC | 30 | 3F | 0 | 1 | FF | 60 | 43 |
| Octal | 203 | 134 | 374 | 60 | 77 | 0 | 1 | 377 | 140 | 103 |
| Binary | 10000011 | 1011100 | 11111100 | 110000 | 111111 | 0 | 1 | 11111111 | 1100000 | 1000011 |
Color Harmonies of #835CFC
Complementary color
Monochromatic Colors of #835CFC
Black with #835CFC
Text Example
Text Example
White with #835CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #835CFC; }
p { color: rgb(131,92,252); }
H1.HeaderClassName
{
color: #835CFC;
}
.AnyTagClassName
{
color: #835CFC;
}
</style>
background-color css
<style>
a { background-color: #835CFC; }
a { background-color: rgb(131,92,252); }
div.DivClassName
{
background-color: #835CFC;
}
.BgClassName
{
background-color: #835CFC;
}
</style>
border-color css
<style>
span { border-color: #835CFC; }
span { border-color: rgb(131,92,252); }
td.TdClassName
{
border-color: #835CFC;
}
.TagClassName
{
border-color: #835CFC;
}
</style>