Shades of Medium Slate Blue #874EEF
Tints of Medium Slate Blue #874EEF
RGB
CMYK
RGB Variations
Color information
#874EEF (or 0x874EEF) is known color: Medium Slate Blue. HEX triplet: 87, 4E and EF. RGB value is (135,78,239). Sum of RGB (Red+Green+Blue) = 135+78+239=452 (59% of max value = 765). Red value is 135 (53.12% from 255 or 29.87% from 452); Green value is 78 (30.86% from 255 or 17.26% from 452); Blue value is 239 (93.75% from 255 or 52.88% from 452); Max value from RGB is 239 - color contains mainly: blue. Hex color #874EEF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #874EEF is #78B110. Grayscale: #707070. Windows color (decimal): -7909649 or 15683207. OLE color: 15683207.
HSL color Cylindrical-coordinate representation of color #874EEF: hue angle of 261.24º 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 #874EEF is Cyan = 0.44, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 135 | 78 | 239 | - |
| CMYK | 0.44 | 0.67 | 0 | 0.06 |
| HSL | 261.24º | 0.83% | 0.62% | - |
| HSV(B) | 261.24º | 0.67% | 0.94% | - |
| XYZ | 28.3 | 16.83 | 83.42 | - |
| YUV | 113.4 | 198.88 | 143.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 78 | 239 | 0.44 | 0.67 | 0 | 0.06 | 261.24 | 0.83 | 0.62 |
| Hex | 87 | 4E | EF | 2C | 43 | 0 | 6 | 105 | 53 | 3E |
| Octal | 207 | 116 | 357 | 54 | 103 | 0 | 6 | 405 | 123 | 76 |
| Binary | 10000111 | 1001110 | 11101111 | 101100 | 1000011 | 0 | 110 | 100000101 | 1010011 | 111110 |
Color Harmonies of #874EEF
Complementary color
Monochromatic Colors of #874EEF
Black with #874EEF
Text Example
Text Example
White with #874EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #874EEF; }
p { color: rgb(135,78,239); }
H1.HeaderClassName
{
color: #874EEF;
}
.AnyTagClassName
{
color: #874EEF;
}
</style>
background-color css
<style>
a { background-color: #874EEF; }
a { background-color: rgb(135,78,239); }
div.DivClassName
{
background-color: #874EEF;
}
.BgClassName
{
background-color: #874EEF;
}
</style>
border-color css
<style>
span { border-color: #874EEF; }
span { border-color: rgb(135,78,239); }
td.TdClassName
{
border-color: #874EEF;
}
.TagClassName
{
border-color: #874EEF;
}
</style>