Shades of Medium Slate Blue #835AF7
Tints of Medium Slate Blue #835AF7
RGB
CMYK
RGB Variations
Color information
#835AF7 (or 0x835AF7) is known color: Medium Slate Blue. HEX triplet: 83, 5A and F7. RGB value is (131,90,247). Sum of RGB (Red+Green+Blue) = 131+90+247=468 (61% of max value = 765). Red value is 131 (51.56% from 255 or 27.99% from 468); Green value is 90 (35.55% from 255 or 19.23% from 468); Blue value is 247 (96.88% from 255 or 52.78% from 468); Max value from RGB is 247 - color contains mainly: blue. Hex color #835AF7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #835AF7 is #7CA508. Grayscale: #777777. Windows color (decimal): -8168713 or 16210563. OLE color: 16210563.
HSL color Cylindrical-coordinate representation of color #835AF7: hue angle of 255.67º degrees, saturation: 0.91, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #835AF7 is Cyan = 0.47, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 131 | 90 | 247 | - |
| CMYK | 0.47 | 0.64 | 0 | 0.03 |
| HSL | 255.67º | 0.91% | 0.66% | - |
| HSV(B) | 255.67º | 0.64% | 0.97% | - |
| XYZ | 29.8 | 18.85 | 90.06 | - |
| YUV | 120.16 | 199.58 | 135.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 90 | 247 | 0.47 | 0.64 | 0 | 0.03 | 255.67 | 0.91 | 0.66 |
| Hex | 83 | 5A | F7 | 2F | 40 | 0 | 3 | 100 | 5B | 42 |
| Octal | 203 | 132 | 367 | 57 | 100 | 0 | 3 | 400 | 133 | 102 |
| Binary | 10000011 | 1011010 | 11110111 | 101111 | 1000000 | 0 | 11 | 100000000 | 1011011 | 1000010 |
Color Harmonies of #835AF7
Complementary color
Monochromatic Colors of #835AF7
Black with #835AF7
Text Example
Text Example
White with #835AF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #835AF7; }
p { color: rgb(131,90,247); }
H1.HeaderClassName
{
color: #835AF7;
}
.AnyTagClassName
{
color: #835AF7;
}
</style>
background-color css
<style>
a { background-color: #835AF7; }
a { background-color: rgb(131,90,247); }
div.DivClassName
{
background-color: #835AF7;
}
.BgClassName
{
background-color: #835AF7;
}
</style>
border-color css
<style>
span { border-color: #835AF7; }
span { border-color: rgb(131,90,247); }
td.TdClassName
{
border-color: #835AF7;
}
.TagClassName
{
border-color: #835AF7;
}
</style>