Shades of Medium Slate Blue #835AF8
Tints of Medium Slate Blue #835AF8
RGB
CMYK
RGB Variations
Color information
#835AF8 (or 0x835AF8) is known color: Medium Slate Blue. HEX triplet: 83, 5A and F8. RGB value is (131,90,248). Sum of RGB (Red+Green+Blue) = 131+90+248=469 (62% of max value = 765). Red value is 131 (51.56% from 255 or 27.93% from 469); Green value is 90 (35.55% from 255 or 19.19% from 469); Blue value is 248 (97.27% from 255 or 52.88% from 469); Max value from RGB is 248 - color contains mainly: blue. Hex color #835AF8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #835AF8 is #7CA507. Grayscale: #777777. Windows color (decimal): -8168712 or 16276099. OLE color: 16276099.
HSL color Cylindrical-coordinate representation of color #835AF8: hue angle of 255.57º degrees, saturation: 0.92, 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 #835AF8 is Cyan = 0.47, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 131 | 90 | 248 | - |
| CMYK | 0.47 | 0.64 | 0 | 0.03 |
| HSL | 255.57º | 0.92% | 0.66% | - |
| HSV(B) | 255.57º | 0.64% | 0.97% | - |
| XYZ | 29.96 | 18.91 | 90.88 | - |
| YUV | 120.27 | 200.08 | 135.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 90 | 248 | 0.47 | 0.64 | 0 | 0.03 | 255.57 | 0.92 | 0.66 |
| Hex | 83 | 5A | F8 | 2F | 40 | 0 | 3 | 100 | 5C | 42 |
| Octal | 203 | 132 | 370 | 57 | 100 | 0 | 3 | 400 | 134 | 102 |
| Binary | 10000011 | 1011010 | 11111000 | 101111 | 1000000 | 0 | 11 | 100000000 | 1011100 | 1000010 |
Color Harmonies of #835AF8
Complementary color
Monochromatic Colors of #835AF8
Black with #835AF8
Text Example
Text Example
White with #835AF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #835AF8; }
p { color: rgb(131,90,248); }
H1.HeaderClassName
{
color: #835AF8;
}
.AnyTagClassName
{
color: #835AF8;
}
</style>
background-color css
<style>
a { background-color: #835AF8; }
a { background-color: rgb(131,90,248); }
div.DivClassName
{
background-color: #835AF8;
}
.BgClassName
{
background-color: #835AF8;
}
</style>
border-color css
<style>
span { border-color: #835AF8; }
span { border-color: rgb(131,90,248); }
td.TdClassName
{
border-color: #835AF8;
}
.TagClassName
{
border-color: #835AF8;
}
</style>