Shades of Medium Slate Blue #856BE3
Tints of Medium Slate Blue #856BE3
RGB
CMYK
RGB Variations
Color information
#856BE3 (or 0x856BE3) is known color: Medium Slate Blue. HEX triplet: 85, 6B and E3. RGB value is (133,107,227). Sum of RGB (Red+Green+Blue) = 133+107+227=467 (61% of max value = 765). Red value is 133 (52.34% from 255 or 28.48% from 467); Green value is 107 (42.19% from 255 or 22.91% from 467); Blue value is 227 (89.06% from 255 or 48.61% from 467); Max value from RGB is 227 - color contains mainly: blue. Hex color #856BE3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #856BE3 is #7A941C. Grayscale: #808080. Windows color (decimal): -8033309 or 14904197. OLE color: 14904197.
HSL color Cylindrical-coordinate representation of color #856BE3: hue angle of 253º degrees, saturation: 0.68, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #856BE3 is Cyan = 0.41, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 133 | 107 | 227 | - |
| CMYK | 0.41 | 0.53 | 0 | 0.11 |
| HSL | 253º | 0.68% | 0.65% | - |
| HSV(B) | 253º | 0.53% | 0.89% | - |
| XYZ | 28.8 | 21.05 | 75.22 | - |
| YUV | 128.45 | 183.61 | 131.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 107 | 227 | 0.41 | 0.53 | 0 | 0.11 | 253 | 0.68 | 0.65 |
| Hex | 85 | 6B | E3 | 29 | 35 | 0 | B | FD | 44 | 41 |
| Octal | 205 | 153 | 343 | 51 | 65 | 0 | 13 | 375 | 104 | 101 |
| Binary | 10000101 | 1101011 | 11100011 | 101001 | 110101 | 0 | 1011 | 11111101 | 1000100 | 1000001 |
Color Harmonies of #856BE3
Complementary color
Monochromatic Colors of #856BE3
Black with #856BE3
Text Example
Text Example
White with #856BE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #856BE3; }
p { color: rgb(133,107,227); }
H1.HeaderClassName
{
color: #856BE3;
}
.AnyTagClassName
{
color: #856BE3;
}
</style>
background-color css
<style>
a { background-color: #856BE3; }
a { background-color: rgb(133,107,227); }
div.DivClassName
{
background-color: #856BE3;
}
.BgClassName
{
background-color: #856BE3;
}
</style>
border-color css
<style>
span { border-color: #856BE3; }
span { border-color: rgb(133,107,227); }
td.TdClassName
{
border-color: #856BE3;
}
.TagClassName
{
border-color: #856BE3;
}
</style>