Shades of Medium Slate Blue #835CEF
Tints of Medium Slate Blue #835CEF
RGB
CMYK
RGB Variations
Color information
#835CEF (or 0x835CEF) is known color: Medium Slate Blue. HEX triplet: 83, 5C and EF. RGB value is (131,92,239). Sum of RGB (Red+Green+Blue) = 131+92+239=462 (61% of max value = 765). Red value is 131 (51.56% from 255 or 28.35% from 462); Green value is 92 (36.33% from 255 or 19.91% from 462); Blue value is 239 (93.75% from 255 or 51.73% from 462); Max value from RGB is 239 - color contains mainly: blue. Hex color #835CEF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #835CEF is #7CA310. Grayscale: #777777. Windows color (decimal): -8168209 or 15686787. OLE color: 15686787.
HSL color Cylindrical-coordinate representation of color #835CEF: hue angle of 255.92º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #835CEF is Cyan = 0.45, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 131 | 92 | 239 | - |
| CMYK | 0.45 | 0.62 | 0 | 0.06 |
| HSL | 255.92º | 0.82% | 0.65% | - |
| HSV(B) | 255.92º | 0.62% | 0.94% | - |
| XYZ | 28.77 | 18.71 | 83.76 | - |
| YUV | 120.42 | 194.92 | 135.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 92 | 239 | 0.45 | 0.62 | 0 | 0.06 | 255.92 | 0.82 | 0.65 |
| Hex | 83 | 5C | EF | 2D | 3E | 0 | 6 | 100 | 52 | 41 |
| Octal | 203 | 134 | 357 | 55 | 76 | 0 | 6 | 400 | 122 | 101 |
| Binary | 10000011 | 1011100 | 11101111 | 101101 | 111110 | 0 | 110 | 100000000 | 1010010 | 1000001 |
Color Harmonies of #835CEF
Complementary color
Monochromatic Colors of #835CEF
Black with #835CEF
Text Example
Text Example
White with #835CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #835CEF; }
p { color: rgb(131,92,239); }
H1.HeaderClassName
{
color: #835CEF;
}
.AnyTagClassName
{
color: #835CEF;
}
</style>
background-color css
<style>
a { background-color: #835CEF; }
a { background-color: rgb(131,92,239); }
div.DivClassName
{
background-color: #835CEF;
}
.BgClassName
{
background-color: #835CEF;
}
</style>
border-color css
<style>
span { border-color: #835CEF; }
span { border-color: rgb(131,92,239); }
td.TdClassName
{
border-color: #835CEF;
}
.TagClassName
{
border-color: #835CEF;
}
</style>