Shades of Medium Slate Blue #835CF1
Tints of Medium Slate Blue #835CF1
RGB
CMYK
RGB Variations
Color information
#835CF1 (or 0x835CF1) is known color: Medium Slate Blue. HEX triplet: 83, 5C and F1. RGB value is (131,92,241). Sum of RGB (Red+Green+Blue) = 131+92+241=464 (61% of max value = 765). Red value is 131 (51.56% from 255 or 28.23% from 464); Green value is 92 (36.33% from 255 or 19.83% from 464); Blue value is 241 (94.53% from 255 or 51.94% from 464); Max value from RGB is 241 - color contains mainly: blue. Hex color #835CF1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #835CF1 is #7CA30E. Grayscale: #787878. Windows color (decimal): -8168207 or 15817859. OLE color: 15817859.
HSL color Cylindrical-coordinate representation of color #835CF1: hue angle of 255.7º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #835CF1 is Cyan = 0.46, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 131 | 92 | 241 | - |
| CMYK | 0.46 | 0.62 | 0 | 0.05 |
| HSL | 255.7º | 0.84% | 0.65% | - |
| HSV(B) | 255.7º | 0.62% | 0.95% | - |
| XYZ | 29.06 | 18.83 | 85.32 | - |
| YUV | 120.65 | 195.92 | 135.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 92 | 241 | 0.46 | 0.62 | 0 | 0.05 | 255.7 | 0.84 | 0.65 |
| Hex | 83 | 5C | F1 | 2E | 3E | 0 | 5 | 100 | 54 | 41 |
| Octal | 203 | 134 | 361 | 56 | 76 | 0 | 5 | 400 | 124 | 101 |
| Binary | 10000011 | 1011100 | 11110001 | 101110 | 111110 | 0 | 101 | 100000000 | 1010100 | 1000001 |
Color Harmonies of #835CF1
Complementary color
Monochromatic Colors of #835CF1
Black with #835CF1
Text Example
Text Example
White with #835CF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #835CF1; }
p { color: rgb(131,92,241); }
H1.HeaderClassName
{
color: #835CF1;
}
.AnyTagClassName
{
color: #835CF1;
}
</style>
background-color css
<style>
a { background-color: #835CF1; }
a { background-color: rgb(131,92,241); }
div.DivClassName
{
background-color: #835CF1;
}
.BgClassName
{
background-color: #835CF1;
}
</style>
border-color css
<style>
span { border-color: #835CF1; }
span { border-color: rgb(131,92,241); }
td.TdClassName
{
border-color: #835CF1;
}
.TagClassName
{
border-color: #835CF1;
}
</style>