Shades of Medium Slate Blue #857AE0
Tints of Medium Slate Blue #857AE0
RGB
CMYK
RGB Variations
Color information
#857AE0 (or 0x857AE0) is known color: Medium Slate Blue. HEX triplet: 85, 7A and E0. RGB value is (133,122,224). Sum of RGB (Red+Green+Blue) = 133+122+224=479 (63% of max value = 765). Red value is 133 (52.34% from 255 or 27.77% from 479); Green value is 122 (48.05% from 255 or 25.47% from 479); Blue value is 224 (87.89% from 255 or 46.76% from 479); Max value from RGB is 224 - color contains mainly: blue. Hex color #857AE0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #857AE0 is #7A851F. Grayscale: #888888. Windows color (decimal): -8029472 or 14711429. OLE color: 14711429.
HSL color Cylindrical-coordinate representation of color #857AE0: hue angle of 246.47º degrees, saturation: 0.62, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #857AE0 is Cyan = 0.41, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 133 | 122 | 224 | - |
| CMYK | 0.41 | 0.46 | 0 | 0.12 |
| HSL | 246.47º | 0.62% | 0.68% | - |
| HSV(B) | 246.47º | 0.46% | 0.88% | - |
| XYZ | 30.09 | 24.29 | 73.62 | - |
| YUV | 136.92 | 177.14 | 125.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 122 | 224 | 0.41 | 0.46 | 0 | 0.12 | 246.47 | 0.62 | 0.68 |
| Hex | 85 | 7A | E0 | 29 | 2E | 0 | C | F6 | 3E | 44 |
| Octal | 205 | 172 | 340 | 51 | 56 | 0 | 14 | 366 | 76 | 104 |
| Binary | 10000101 | 1111010 | 11100000 | 101001 | 101110 | 0 | 1100 | 11110110 | 111110 | 1000100 |
Color Harmonies of #857AE0
Complementary color
Monochromatic Colors of #857AE0
Black with #857AE0
Text Example
Text Example
White with #857AE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #857AE0; }
p { color: rgb(133,122,224); }
H1.HeaderClassName
{
color: #857AE0;
}
.AnyTagClassName
{
color: #857AE0;
}
</style>
background-color css
<style>
a { background-color: #857AE0; }
a { background-color: rgb(133,122,224); }
div.DivClassName
{
background-color: #857AE0;
}
.BgClassName
{
background-color: #857AE0;
}
</style>
border-color css
<style>
span { border-color: #857AE0; }
span { border-color: rgb(133,122,224); }
td.TdClassName
{
border-color: #857AE0;
}
.TagClassName
{
border-color: #857AE0;
}
</style>