Shades of Medium Slate Blue #857AE3
Tints of Medium Slate Blue #857AE3
RGB
CMYK
RGB Variations
Color information
#857AE3 (or 0x857AE3) is known color: Medium Slate Blue. HEX triplet: 85, 7A and E3. RGB value is (133,122,227). Sum of RGB (Red+Green+Blue) = 133+122+227=482 (63% of max value = 765). Red value is 133 (52.34% from 255 or 27.59% from 482); Green value is 122 (48.05% from 255 or 25.31% from 482); Blue value is 227 (89.06% from 255 or 47.10% from 482); Max value from RGB is 227 - color contains mainly: blue. Hex color #857AE3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #857AE3 is #7A851C. Grayscale: #888888. Windows color (decimal): -8029469 or 14908037. OLE color: 14908037.
HSL color Cylindrical-coordinate representation of color #857AE3: hue angle of 246.29º degrees, saturation: 0.65, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #857AE3 is Cyan = 0.41, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 133 | 122 | 227 | - |
| CMYK | 0.41 | 0.46 | 0 | 0.11 |
| HSL | 246.29º | 0.65% | 0.68% | - |
| HSV(B) | 246.29º | 0.46% | 0.89% | - |
| XYZ | 30.5 | 24.45 | 75.79 | - |
| YUV | 137.26 | 178.64 | 124.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 122 | 227 | 0.41 | 0.46 | 0 | 0.11 | 246.29 | 0.65 | 0.68 |
| Hex | 85 | 7A | E3 | 29 | 2E | 0 | B | F6 | 41 | 44 |
| Octal | 205 | 172 | 343 | 51 | 56 | 0 | 13 | 366 | 101 | 104 |
| Binary | 10000101 | 1111010 | 11100011 | 101001 | 101110 | 0 | 1011 | 11110110 | 1000001 | 1000100 |
Color Harmonies of #857AE3
Complementary color
Monochromatic Colors of #857AE3
Black with #857AE3
Text Example
Text Example
White with #857AE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #857AE3; }
p { color: rgb(133,122,227); }
H1.HeaderClassName
{
color: #857AE3;
}
.AnyTagClassName
{
color: #857AE3;
}
</style>
background-color css
<style>
a { background-color: #857AE3; }
a { background-color: rgb(133,122,227); }
div.DivClassName
{
background-color: #857AE3;
}
.BgClassName
{
background-color: #857AE3;
}
</style>
border-color css
<style>
span { border-color: #857AE3; }
span { border-color: rgb(133,122,227); }
td.TdClassName
{
border-color: #857AE3;
}
.TagClassName
{
border-color: #857AE3;
}
</style>