Shades of Medium Slate Blue #835AFB
Tints of Medium Slate Blue #835AFB
RGB
CMYK
RGB Variations
Color information
#835AFB (or 0x835AFB) is known color: Medium Slate Blue. HEX triplet: 83, 5A and FB. RGB value is (131,90,251). Sum of RGB (Red+Green+Blue) = 131+90+251=472 (62% of max value = 765). Red value is 131 (51.56% from 255 or 27.75% from 472); Green value is 90 (35.55% from 255 or 19.07% from 472); Blue value is 251 (98.44% from 255 or 53.18% from 472); Max value from RGB is 251 - color contains mainly: blue. Hex color #835AFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #835AFB is #7CA504. Grayscale: #787878. Windows color (decimal): -8168709 or 16472707. OLE color: 16472707.
HSL color Cylindrical-coordinate representation of color #835AFB: hue angle of 255.28º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #835AFB is Cyan = 0.48, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 131 | 90 | 251 | - |
| CMYK | 0.48 | 0.64 | 0 | 0.02 |
| HSL | 255.28º | 0.95% | 0.67% | - |
| HSV(B) | 255.28º | 0.64% | 0.98% | - |
| XYZ | 30.43 | 19.1 | 93.35 | - |
| YUV | 120.61 | 201.58 | 135.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 90 | 251 | 0.48 | 0.64 | 0 | 0.02 | 255.28 | 0.95 | 0.67 |
| Hex | 83 | 5A | FB | 30 | 40 | 0 | 2 | FF | 5F | 43 |
| Octal | 203 | 132 | 373 | 60 | 100 | 0 | 2 | 377 | 137 | 103 |
| Binary | 10000011 | 1011010 | 11111011 | 110000 | 1000000 | 0 | 10 | 11111111 | 1011111 | 1000011 |
Color Harmonies of #835AFB
Complementary color
Monochromatic Colors of #835AFB
Black with #835AFB
Text Example
Text Example
White with #835AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #835AFB; }
p { color: rgb(131,90,251); }
H1.HeaderClassName
{
color: #835AFB;
}
.AnyTagClassName
{
color: #835AFB;
}
</style>
background-color css
<style>
a { background-color: #835AFB; }
a { background-color: rgb(131,90,251); }
div.DivClassName
{
background-color: #835AFB;
}
.BgClassName
{
background-color: #835AFB;
}
</style>
border-color css
<style>
span { border-color: #835AFB; }
span { border-color: rgb(131,90,251); }
td.TdClassName
{
border-color: #835AFB;
}
.TagClassName
{
border-color: #835AFB;
}
</style>