Shades of Medium Slate Blue #857AE1
Tints of Medium Slate Blue #857AE1
RGB
CMYK
RGB Variations
Color information
#857AE1 (or 0x857AE1) is known color: Medium Slate Blue. HEX triplet: 85, 7A and E1. RGB value is (133,122,225). Sum of RGB (Red+Green+Blue) = 133+122+225=480 (63% of max value = 765). Red value is 133 (52.34% from 255 or 27.71% from 480); Green value is 122 (48.05% from 255 or 25.42% from 480); Blue value is 225 (88.28% from 255 or 46.88% from 480); Max value from RGB is 225 - color contains mainly: blue. Hex color #857AE1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #857AE1 is #7A851E. Grayscale: #888888. Windows color (decimal): -8029471 or 14776965. OLE color: 14776965.
HSL color Cylindrical-coordinate representation of color #857AE1: hue angle of 246.41º degrees, saturation: 0.63, 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 #857AE1 is Cyan = 0.41, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 133 | 122 | 225 | - |
| CMYK | 0.41 | 0.46 | 0 | 0.12 |
| HSL | 246.41º | 0.63% | 0.68% | - |
| HSV(B) | 246.41º | 0.46% | 0.88% | - |
| XYZ | 30.22 | 24.34 | 74.34 | - |
| YUV | 137.03 | 177.64 | 125.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 122 | 225 | 0.41 | 0.46 | 0 | 0.12 | 246.41 | 0.63 | 0.68 |
| Hex | 85 | 7A | E1 | 29 | 2E | 0 | C | F6 | 3F | 44 |
| Octal | 205 | 172 | 341 | 51 | 56 | 0 | 14 | 366 | 77 | 104 |
| Binary | 10000101 | 1111010 | 11100001 | 101001 | 101110 | 0 | 1100 | 11110110 | 111111 | 1000100 |
Color Harmonies of #857AE1
Complementary color
Monochromatic Colors of #857AE1
Black with #857AE1
Text Example
Text Example
White with #857AE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #857AE1; }
p { color: rgb(133,122,225); }
H1.HeaderClassName
{
color: #857AE1;
}
.AnyTagClassName
{
color: #857AE1;
}
</style>
background-color css
<style>
a { background-color: #857AE1; }
a { background-color: rgb(133,122,225); }
div.DivClassName
{
background-color: #857AE1;
}
.BgClassName
{
background-color: #857AE1;
}
</style>
border-color css
<style>
span { border-color: #857AE1; }
span { border-color: rgb(133,122,225); }
td.TdClassName
{
border-color: #857AE1;
}
.TagClassName
{
border-color: #857AE1;
}
</style>