Shades of Medium Slate Blue #874DEE
Tints of Medium Slate Blue #874DEE
RGB
CMYK
RGB Variations
Color information
#874DEE (or 0x874DEE) is known color: Medium Slate Blue. HEX triplet: 87, 4D and EE. RGB value is (135,77,238). Sum of RGB (Red+Green+Blue) = 135+77+238=450 (59% of max value = 765). Red value is 135 (53.12% from 255 or 30% from 450); Green value is 77 (30.47% from 255 or 17.11% from 450); Blue value is 238 (93.36% from 255 or 52.89% from 450); Max value from RGB is 238 - color contains mainly: blue. Hex color #874DEE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #874DEE is #78B211. Grayscale: #707070. Windows color (decimal): -7909906 or 15617415. OLE color: 15617415.
HSL color Cylindrical-coordinate representation of color #874DEE: hue angle of 261.61º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #874DEE is Cyan = 0.43, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 135 | 77 | 238 | - |
| CMYK | 0.43 | 0.68 | 0 | 0.07 |
| HSL | 261.61º | 0.83% | 0.62% | - |
| HSV(B) | 261.61º | 0.68% | 0.93% | - |
| XYZ | 28.08 | 16.63 | 82.62 | - |
| YUV | 112.7 | 198.72 | 143.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 77 | 238 | 0.43 | 0.68 | 0 | 0.07 | 261.61 | 0.83 | 0.62 |
| Hex | 87 | 4D | EE | 2B | 44 | 0 | 7 | 106 | 53 | 3E |
| Octal | 207 | 115 | 356 | 53 | 104 | 0 | 7 | 406 | 123 | 76 |
| Binary | 10000111 | 1001101 | 11101110 | 101011 | 1000100 | 0 | 111 | 100000110 | 1010011 | 111110 |
Color Harmonies of #874DEE
Complementary color
Monochromatic Colors of #874DEE
Black with #874DEE
Text Example
Text Example
White with #874DEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #874DEE; }
p { color: rgb(135,77,238); }
H1.HeaderClassName
{
color: #874DEE;
}
.AnyTagClassName
{
color: #874DEE;
}
</style>
background-color css
<style>
a { background-color: #874DEE; }
a { background-color: rgb(135,77,238); }
div.DivClassName
{
background-color: #874DEE;
}
.BgClassName
{
background-color: #874DEE;
}
</style>
border-color css
<style>
span { border-color: #874DEE; }
span { border-color: rgb(135,77,238); }
td.TdClassName
{
border-color: #874DEE;
}
.TagClassName
{
border-color: #874DEE;
}
</style>