Shades of Medium Slate Blue #835FF2
Tints of Medium Slate Blue #835FF2
RGB
CMYK
RGB Variations
Color information
#835FF2 (or 0x835FF2) is known color: Medium Slate Blue. HEX triplet: 83, 5F and F2. RGB value is (131,95,242). Sum of RGB (Red+Green+Blue) = 131+95+242=468 (61% of max value = 765). Red value is 131 (51.56% from 255 or 27.99% from 468); Green value is 95 (37.5% from 255 or 20.30% from 468); Blue value is 242 (94.92% from 255 or 51.71% from 468); Max value from RGB is 242 - color contains mainly: blue. Hex color #835FF2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #835FF2 is #7CA00D. Grayscale: #797979. Windows color (decimal): -8167438 or 15884163. OLE color: 15884163.
HSL color Cylindrical-coordinate representation of color #835FF2: hue angle of 254.69º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #835FF2 is Cyan = 0.46, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 131 | 95 | 242 | - |
| CMYK | 0.46 | 0.61 | 0 | 0.05 |
| HSL | 254.69º | 0.85% | 0.66% | - |
| HSV(B) | 254.69º | 0.61% | 0.95% | - |
| XYZ | 29.48 | 19.42 | 86.2 | - |
| YUV | 122.52 | 195.43 | 134.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 95 | 242 | 0.46 | 0.61 | 0 | 0.05 | 254.69 | 0.85 | 0.66 |
| Hex | 83 | 5F | F2 | 2E | 3D | 0 | 5 | FF | 55 | 42 |
| Octal | 203 | 137 | 362 | 56 | 75 | 0 | 5 | 377 | 125 | 102 |
| Binary | 10000011 | 1011111 | 11110010 | 101110 | 111101 | 0 | 101 | 11111111 | 1010101 | 1000010 |
Color Harmonies of #835FF2
Complementary color
Monochromatic Colors of #835FF2
Black with #835FF2
Text Example
Text Example
White with #835FF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #835FF2; }
p { color: rgb(131,95,242); }
H1.HeaderClassName
{
color: #835FF2;
}
.AnyTagClassName
{
color: #835FF2;
}
</style>
background-color css
<style>
a { background-color: #835FF2; }
a { background-color: rgb(131,95,242); }
div.DivClassName
{
background-color: #835FF2;
}
.BgClassName
{
background-color: #835FF2;
}
</style>
border-color css
<style>
span { border-color: #835FF2; }
span { border-color: rgb(131,95,242); }
td.TdClassName
{
border-color: #835FF2;
}
.TagClassName
{
border-color: #835FF2;
}
</style>