Shades of Medium Slate Blue #855FEF
Tints of Medium Slate Blue #855FEF
RGB
CMYK
RGB Variations
Color information
#855FEF (or 0x855FEF) is known color: Medium Slate Blue. HEX triplet: 85, 5F and EF. RGB value is (133,95,239). Sum of RGB (Red+Green+Blue) = 133+95+239=467 (61% of max value = 765). Red value is 133 (52.34% from 255 or 28.48% from 467); Green value is 95 (37.5% from 255 or 20.34% from 467); Blue value is 239 (93.75% from 255 or 51.18% from 467); Max value from RGB is 239 - color contains mainly: blue. Hex color #855FEF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #855FEF is #7AA010. Grayscale: #7A7A7A. Windows color (decimal): -8036369 or 15687557. OLE color: 15687557.
HSL color Cylindrical-coordinate representation of color #855FEF: hue angle of 255.83º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #855FEF is Cyan = 0.44, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 133 | 95 | 239 | - |
| CMYK | 0.44 | 0.60 | 0 | 0.06 |
| HSL | 255.83º | 0.82% | 0.65% | - |
| HSV(B) | 255.83º | 0.6% | 0.94% | - |
| XYZ | 29.35 | 19.4 | 83.86 | - |
| YUV | 122.78 | 193.59 | 135.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 95 | 239 | 0.44 | 0.60 | 0 | 0.06 | 255.83 | 0.82 | 0.65 |
| Hex | 85 | 5F | EF | 2C | 3C | 0 | 6 | 100 | 52 | 41 |
| Octal | 205 | 137 | 357 | 54 | 74 | 0 | 6 | 400 | 122 | 101 |
| Binary | 10000101 | 1011111 | 11101111 | 101100 | 111100 | 0 | 110 | 100000000 | 1010010 | 1000001 |
Color Harmonies of #855FEF
Complementary color
Monochromatic Colors of #855FEF
Black with #855FEF
Text Example
Text Example
White with #855FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #855FEF; }
p { color: rgb(133,95,239); }
H1.HeaderClassName
{
color: #855FEF;
}
.AnyTagClassName
{
color: #855FEF;
}
</style>
background-color css
<style>
a { background-color: #855FEF; }
a { background-color: rgb(133,95,239); }
div.DivClassName
{
background-color: #855FEF;
}
.BgClassName
{
background-color: #855FEF;
}
</style>
border-color css
<style>
span { border-color: #855FEF; }
span { border-color: rgb(133,95,239); }
td.TdClassName
{
border-color: #855FEF;
}
.TagClassName
{
border-color: #855FEF;
}
</style>