Shades of Medium Slate Blue #855FE5
Tints of Medium Slate Blue #855FE5
RGB
CMYK
RGB Variations
Color information
#855FE5 (or 0x855FE5) is known color: Medium Slate Blue. HEX triplet: 85, 5F and E5. RGB value is (133,95,229). Sum of RGB (Red+Green+Blue) = 133+95+229=457 (60% of max value = 765). Red value is 133 (52.34% from 255 or 29.10% from 457); Green value is 95 (37.5% from 255 or 20.79% from 457); Blue value is 229 (89.84% from 255 or 50.11% from 457); Max value from RGB is 229 - color contains mainly: blue. Hex color #855FE5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #855FE5 is #7AA01A. Grayscale: #797979. Windows color (decimal): -8036379 or 15032197. OLE color: 15032197.
HSL color Cylindrical-coordinate representation of color #855FE5: hue angle of 257.01º degrees, saturation: 0.72, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #855FE5 is Cyan = 0.42, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 133 | 95 | 229 | - |
| CMYK | 0.42 | 0.59 | 0 | 0.10 |
| HSL | 257.01º | 0.72% | 0.64% | - |
| HSV(B) | 257.01º | 0.59% | 0.9% | - |
| XYZ | 27.91 | 18.83 | 76.29 | - |
| YUV | 121.64 | 188.59 | 136.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 95 | 229 | 0.42 | 0.59 | 0 | 0.10 | 257.01 | 0.72 | 0.64 |
| Hex | 85 | 5F | E5 | 2A | 3B | 0 | A | 101 | 48 | 40 |
| Octal | 205 | 137 | 345 | 52 | 73 | 0 | 12 | 401 | 110 | 100 |
| Binary | 10000101 | 1011111 | 11100101 | 101010 | 111011 | 0 | 1010 | 100000001 | 1001000 | 1000000 |
Color Harmonies of #855FE5
Complementary color
Monochromatic Colors of #855FE5
Black with #855FE5
Text Example
Text Example
White with #855FE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #855FE5; }
p { color: rgb(133,95,229); }
H1.HeaderClassName
{
color: #855FE5;
}
.AnyTagClassName
{
color: #855FE5;
}
</style>
background-color css
<style>
a { background-color: #855FE5; }
a { background-color: rgb(133,95,229); }
div.DivClassName
{
background-color: #855FE5;
}
.BgClassName
{
background-color: #855FE5;
}
</style>
border-color css
<style>
span { border-color: #855FE5; }
span { border-color: rgb(133,95,229); }
td.TdClassName
{
border-color: #855FE5;
}
.TagClassName
{
border-color: #855FE5;
}
</style>