Shades of Medium Slate Blue #857DE4
Tints of Medium Slate Blue #857DE4
RGB
CMYK
RGB Variations
Color information
#857DE4 (or 0x857DE4) is known color: Medium Slate Blue. HEX triplet: 85, 7D and E4. RGB value is (133,125,228). Sum of RGB (Red+Green+Blue) = 133+125+228=486 (64% of max value = 765). Red value is 133 (52.34% from 255 or 27.37% from 486); Green value is 125 (49.22% from 255 or 25.72% from 486); Blue value is 228 (89.45% from 255 or 46.91% from 486); Max value from RGB is 228 - color contains mainly: blue. Hex color #857DE4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #857DE4 is #7A821B. Grayscale: #8A8A8A. Windows color (decimal): -8028700 or 14974341. OLE color: 14974341.
HSL color Cylindrical-coordinate representation of color #857DE4: hue angle of 244.66º degrees, saturation: 0.66, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #857DE4 is Cyan = 0.42, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 133 | 125 | 228 | - |
| CMYK | 0.42 | 0.45 | 0 | 0.11 |
| HSL | 244.66º | 0.66% | 0.69% | - |
| HSV(B) | 244.66º | 0.45% | 0.89% | - |
| XYZ | 31.01 | 25.26 | 76.64 | - |
| YUV | 139.13 | 178.15 | 123.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 125 | 228 | 0.42 | 0.45 | 0 | 0.11 | 244.66 | 0.66 | 0.69 |
| Hex | 85 | 7D | E4 | 2A | 2D | 0 | B | F5 | 42 | 45 |
| Octal | 205 | 175 | 344 | 52 | 55 | 0 | 13 | 365 | 102 | 105 |
| Binary | 10000101 | 1111101 | 11100100 | 101010 | 101101 | 0 | 1011 | 11110101 | 1000010 | 1000101 |
Color Harmonies of #857DE4
Complementary color
Monochromatic Colors of #857DE4
Black with #857DE4
Text Example
Text Example
White with #857DE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #857DE4; }
p { color: rgb(133,125,228); }
H1.HeaderClassName
{
color: #857DE4;
}
.AnyTagClassName
{
color: #857DE4;
}
</style>
background-color css
<style>
a { background-color: #857DE4; }
a { background-color: rgb(133,125,228); }
div.DivClassName
{
background-color: #857DE4;
}
.BgClassName
{
background-color: #857DE4;
}
</style>
border-color css
<style>
span { border-color: #857DE4; }
span { border-color: rgb(133,125,228); }
td.TdClassName
{
border-color: #857DE4;
}
.TagClassName
{
border-color: #857DE4;
}
</style>