Shades of Medium Slate Blue #854EEF
Tints of Medium Slate Blue #854EEF
RGB
CMYK
RGB Variations
Color information
#854EEF (or 0x854EEF) is known color: Medium Slate Blue. HEX triplet: 85, 4E and EF. RGB value is (133,78,239). Sum of RGB (Red+Green+Blue) = 133+78+239=450 (59% of max value = 765). Red value is 133 (52.34% from 255 or 29.56% from 450); Green value is 78 (30.86% from 255 or 17.33% from 450); Blue value is 239 (93.75% from 255 or 53.11% from 450); Max value from RGB is 239 - color contains mainly: blue. Hex color #854EEF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #854EEF is #7AB110. Grayscale: #707070. Windows color (decimal): -8040721 or 15683205. OLE color: 15683205.
HSL color Cylindrical-coordinate representation of color #854EEF: hue angle of 260.5º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #854EEF is Cyan = 0.44, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 133 | 78 | 239 | - |
| CMYK | 0.44 | 0.67 | 0 | 0.06 |
| HSL | 260.5º | 0.83% | 0.62% | - |
| HSV(B) | 260.5º | 0.67% | 0.94% | - |
| XYZ | 27.98 | 16.67 | 83.4 | - |
| YUV | 112.8 | 199.22 | 142.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 78 | 239 | 0.44 | 0.67 | 0 | 0.06 | 260.5 | 0.83 | 0.62 |
| Hex | 85 | 4E | EF | 2C | 43 | 0 | 6 | 104 | 53 | 3E |
| Octal | 205 | 116 | 357 | 54 | 103 | 0 | 6 | 404 | 123 | 76 |
| Binary | 10000101 | 1001110 | 11101111 | 101100 | 1000011 | 0 | 110 | 100000100 | 1010011 | 111110 |
Color Harmonies of #854EEF
Complementary color
Monochromatic Colors of #854EEF
Black with #854EEF
Text Example
Text Example
White with #854EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #854EEF; }
p { color: rgb(133,78,239); }
H1.HeaderClassName
{
color: #854EEF;
}
.AnyTagClassName
{
color: #854EEF;
}
</style>
background-color css
<style>
a { background-color: #854EEF; }
a { background-color: rgb(133,78,239); }
div.DivClassName
{
background-color: #854EEF;
}
.BgClassName
{
background-color: #854EEF;
}
</style>
border-color css
<style>
span { border-color: #854EEF; }
span { border-color: rgb(133,78,239); }
td.TdClassName
{
border-color: #854EEF;
}
.TagClassName
{
border-color: #854EEF;
}
</style>