Shades of Medium Slate Blue #855FEB
Tints of Medium Slate Blue #855FEB
RGB
CMYK
RGB Variations
Color information
#855FEB (or 0x855FEB) is known color: Medium Slate Blue. HEX triplet: 85, 5F and EB. RGB value is (133,95,235). Sum of RGB (Red+Green+Blue) = 133+95+235=463 (61% of max value = 765). Red value is 133 (52.34% from 255 or 28.73% from 463); Green value is 95 (37.5% from 255 or 20.52% from 463); Blue value is 235 (92.19% from 255 or 50.76% from 463); Max value from RGB is 235 - color contains mainly: blue. Hex color #855FEB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #855FEB is #7AA014. Grayscale: #797979. Windows color (decimal): -8036373 or 15425413. OLE color: 15425413.
HSL color Cylindrical-coordinate representation of color #855FEB: hue angle of 256.29º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #855FEB is Cyan = 0.43, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 133 | 95 | 235 | - |
| CMYK | 0.43 | 0.60 | 0 | 0.08 |
| HSL | 256.29º | 0.78% | 0.65% | - |
| HSV(B) | 256.29º | 0.6% | 0.92% | - |
| XYZ | 28.76 | 19.17 | 80.78 | - |
| YUV | 122.32 | 191.59 | 135.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 95 | 235 | 0.43 | 0.60 | 0 | 0.08 | 256.29 | 0.78 | 0.65 |
| Hex | 85 | 5F | EB | 2B | 3C | 0 | 8 | 100 | 4E | 41 |
| Octal | 205 | 137 | 353 | 53 | 74 | 0 | 10 | 400 | 116 | 101 |
| Binary | 10000101 | 1011111 | 11101011 | 101011 | 111100 | 0 | 1000 | 100000000 | 1001110 | 1000001 |
Color Harmonies of #855FEB
Complementary color
Monochromatic Colors of #855FEB
Black with #855FEB
Text Example
Text Example
White with #855FEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #855FEB; }
p { color: rgb(133,95,235); }
H1.HeaderClassName
{
color: #855FEB;
}
.AnyTagClassName
{
color: #855FEB;
}
</style>
background-color css
<style>
a { background-color: #855FEB; }
a { background-color: rgb(133,95,235); }
div.DivClassName
{
background-color: #855FEB;
}
.BgClassName
{
background-color: #855FEB;
}
</style>
border-color css
<style>
span { border-color: #855FEB; }
span { border-color: rgb(133,95,235); }
td.TdClassName
{
border-color: #855FEB;
}
.TagClassName
{
border-color: #855FEB;
}
</style>