Shades of Medium Slate Blue #857BE8
Tints of Medium Slate Blue #857BE8
RGB
CMYK
RGB Variations
Color information
#857BE8 (or 0x857BE8) is known color: Medium Slate Blue. HEX triplet: 85, 7B and E8. RGB value is (133,123,232). Sum of RGB (Red+Green+Blue) = 133+123+232=488 (64% of max value = 765). Red value is 133 (52.34% from 255 or 27.25% from 488); Green value is 123 (48.44% from 255 or 25.20% from 488); Blue value is 232 (91.02% from 255 or 47.54% from 488); Max value from RGB is 232 - color contains mainly: blue. Hex color #857BE8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #857BE8 is #7A8417. Grayscale: #898989. Windows color (decimal): -8029208 or 15235973. OLE color: 15235973.
HSL color Cylindrical-coordinate representation of color #857BE8: hue angle of 245.5º degrees, saturation: 0.7, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #857BE8 is Cyan = 0.43, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 133 | 123 | 232 | - |
| CMYK | 0.43 | 0.47 | 0 | 0.09 |
| HSL | 245.5º | 0.7% | 0.7% | - |
| HSV(B) | 245.5º | 0.47% | 0.91% | - |
| XYZ | 31.32 | 24.98 | 79.51 | - |
| YUV | 138.42 | 180.81 | 124.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 123 | 232 | 0.43 | 0.47 | 0 | 0.09 | 245.5 | 0.7 | 0.7 |
| Hex | 85 | 7B | E8 | 2B | 2F | 0 | 9 | F6 | 46 | 46 |
| Octal | 205 | 173 | 350 | 53 | 57 | 0 | 11 | 366 | 106 | 106 |
| Binary | 10000101 | 1111011 | 11101000 | 101011 | 101111 | 0 | 1001 | 11110110 | 1000110 | 1000110 |
Color Harmonies of #857BE8
Complementary color
Monochromatic Colors of #857BE8
Black with #857BE8
Text Example
Text Example
White with #857BE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #857BE8; }
p { color: rgb(133,123,232); }
H1.HeaderClassName
{
color: #857BE8;
}
.AnyTagClassName
{
color: #857BE8;
}
</style>
background-color css
<style>
a { background-color: #857BE8; }
a { background-color: rgb(133,123,232); }
div.DivClassName
{
background-color: #857BE8;
}
.BgClassName
{
background-color: #857BE8;
}
</style>
border-color css
<style>
span { border-color: #857BE8; }
span { border-color: rgb(133,123,232); }
td.TdClassName
{
border-color: #857BE8;
}
.TagClassName
{
border-color: #857BE8;
}
</style>