Shades of Medium Slate Blue #855EEE
Tints of Medium Slate Blue #855EEE
RGB
CMYK
RGB Variations
Color information
#855EEE (or 0x855EEE) is known color: Medium Slate Blue. HEX triplet: 85, 5E and EE. RGB value is (133,94,238). Sum of RGB (Red+Green+Blue) = 133+94+238=465 (61% of max value = 765). Red value is 133 (52.34% from 255 or 28.60% from 465); Green value is 94 (37.11% from 255 or 20.22% from 465); Blue value is 238 (93.36% from 255 or 51.18% from 465); Max value from RGB is 238 - color contains mainly: blue. Hex color #855EEE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #855EEE is #7AA111. Grayscale: #797979. Windows color (decimal): -8036626 or 15621765. OLE color: 15621765.
HSL color Cylindrical-coordinate representation of color #855EEE: hue angle of 256.25º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #855EEE is Cyan = 0.44, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 133 | 94 | 238 | - |
| CMYK | 0.44 | 0.61 | 0 | 0.07 |
| HSL | 256.25º | 0.81% | 0.65% | - |
| HSV(B) | 256.25º | 0.61% | 0.93% | - |
| XYZ | 29.11 | 19.17 | 83.05 | - |
| YUV | 122.08 | 193.42 | 135.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 94 | 238 | 0.44 | 0.61 | 0 | 0.07 | 256.25 | 0.81 | 0.65 |
| Hex | 85 | 5E | EE | 2C | 3D | 0 | 7 | 100 | 51 | 41 |
| Octal | 205 | 136 | 356 | 54 | 75 | 0 | 7 | 400 | 121 | 101 |
| Binary | 10000101 | 1011110 | 11101110 | 101100 | 111101 | 0 | 111 | 100000000 | 1010001 | 1000001 |
Color Harmonies of #855EEE
Complementary color
Monochromatic Colors of #855EEE
Black with #855EEE
Text Example
Text Example
White with #855EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #855EEE; }
p { color: rgb(133,94,238); }
H1.HeaderClassName
{
color: #855EEE;
}
.AnyTagClassName
{
color: #855EEE;
}
</style>
background-color css
<style>
a { background-color: #855EEE; }
a { background-color: rgb(133,94,238); }
div.DivClassName
{
background-color: #855EEE;
}
.BgClassName
{
background-color: #855EEE;
}
</style>
border-color css
<style>
span { border-color: #855EEE; }
span { border-color: rgb(133,94,238); }
td.TdClassName
{
border-color: #855EEE;
}
.TagClassName
{
border-color: #855EEE;
}
</style>