Shades of Medium Slate Blue #855CEB
Tints of Medium Slate Blue #855CEB
RGB
CMYK
RGB Variations
Color information
#855CEB (or 0x855CEB) is known color: Medium Slate Blue. HEX triplet: 85, 5C and EB. RGB value is (133,92,235). Sum of RGB (Red+Green+Blue) = 133+92+235=460 (60% of max value = 765). Red value is 133 (52.34% from 255 or 28.91% from 460); Green value is 92 (36.33% from 255 or 20% from 460); Blue value is 235 (92.19% from 255 or 51.09% from 460); Max value from RGB is 235 - color contains mainly: blue. Hex color #855CEB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #855CEB is #7AA314. Grayscale: #787878. Windows color (decimal): -8037141 or 15424645. OLE color: 15424645.
HSL color Cylindrical-coordinate representation of color #855CEB: hue angle of 257.2º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #855CEB is Cyan = 0.43, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 133 | 92 | 235 | - |
| CMYK | 0.43 | 0.61 | 0 | 0.08 |
| HSL | 257.2º | 0.78% | 0.64% | - |
| HSV(B) | 257.2º | 0.61% | 0.92% | - |
| XYZ | 28.5 | 18.64 | 80.69 | - |
| YUV | 120.56 | 192.58 | 136.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 92 | 235 | 0.43 | 0.61 | 0 | 0.08 | 257.2 | 0.78 | 0.64 |
| Hex | 85 | 5C | EB | 2B | 3D | 0 | 8 | 101 | 4E | 40 |
| Octal | 205 | 134 | 353 | 53 | 75 | 0 | 10 | 401 | 116 | 100 |
| Binary | 10000101 | 1011100 | 11101011 | 101011 | 111101 | 0 | 1000 | 100000001 | 1001110 | 1000000 |
Color Harmonies of #855CEB
Complementary color
Monochromatic Colors of #855CEB
Black with #855CEB
Text Example
Text Example
White with #855CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #855CEB; }
p { color: rgb(133,92,235); }
H1.HeaderClassName
{
color: #855CEB;
}
.AnyTagClassName
{
color: #855CEB;
}
</style>
background-color css
<style>
a { background-color: #855CEB; }
a { background-color: rgb(133,92,235); }
div.DivClassName
{
background-color: #855CEB;
}
.BgClassName
{
background-color: #855CEB;
}
</style>
border-color css
<style>
span { border-color: #855CEB; }
span { border-color: rgb(133,92,235); }
td.TdClassName
{
border-color: #855CEB;
}
.TagClassName
{
border-color: #855CEB;
}
</style>