Shades of Medium Slate Blue #854EEE
Tints of Medium Slate Blue #854EEE
RGB
CMYK
RGB Variations
Color information
#854EEE (or 0x854EEE) is known color: Medium Slate Blue. HEX triplet: 85, 4E and EE. RGB value is (133,78,238). Sum of RGB (Red+Green+Blue) = 133+78+238=449 (59% of max value = 765). Red value is 133 (52.34% from 255 or 29.62% from 449); Green value is 78 (30.86% from 255 or 17.37% from 449); Blue value is 238 (93.36% from 255 or 53.01% from 449); Max value from RGB is 238 - color contains mainly: blue. Hex color #854EEE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #854EEE is #7AB111. Grayscale: #707070. Windows color (decimal): -8040722 or 15617669. OLE color: 15617669.
HSL color Cylindrical-coordinate representation of color #854EEE: hue angle of 260.62º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #854EEE is Cyan = 0.44, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 133 | 78 | 238 | - |
| CMYK | 0.44 | 0.67 | 0 | 0.07 |
| HSL | 260.63º | 0.82% | 0.62% | - |
| HSV(B) | 260.63º | 0.67% | 0.93% | - |
| XYZ | 27.83 | 16.61 | 82.63 | - |
| YUV | 112.69 | 198.72 | 142.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 78 | 238 | 0.44 | 0.67 | 0 | 0.07 | 260.63 | 0.82 | 0.62 |
| Hex | 85 | 4E | EE | 2C | 43 | 0 | 7 | 105 | 52 | 3E |
| Octal | 205 | 116 | 356 | 54 | 103 | 0 | 7 | 405 | 122 | 76 |
| Binary | 10000101 | 1001110 | 11101110 | 101100 | 1000011 | 0 | 111 | 100000101 | 1010010 | 111110 |
Color Harmonies of #854EEE
Complementary color
Monochromatic Colors of #854EEE
Black with #854EEE
Text Example
Text Example
White with #854EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #854EEE; }
p { color: rgb(133,78,238); }
H1.HeaderClassName
{
color: #854EEE;
}
.AnyTagClassName
{
color: #854EEE;
}
</style>
background-color css
<style>
a { background-color: #854EEE; }
a { background-color: rgb(133,78,238); }
div.DivClassName
{
background-color: #854EEE;
}
.BgClassName
{
background-color: #854EEE;
}
</style>
border-color css
<style>
span { border-color: #854EEE; }
span { border-color: rgb(133,78,238); }
td.TdClassName
{
border-color: #854EEE;
}
.TagClassName
{
border-color: #854EEE;
}
</style>