Shades of Medium Slate Blue #874CEE
Tints of Medium Slate Blue #874CEE
RGB
CMYK
RGB Variations
Color information
#874CEE (or 0x874CEE) is known color: Medium Slate Blue. HEX triplet: 87, 4C and EE. RGB value is (135,76,238). Sum of RGB (Red+Green+Blue) = 135+76+238=449 (59% of max value = 765). Red value is 135 (53.12% from 255 or 30.07% from 449); Green value is 76 (30.08% from 255 or 16.93% 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 #874CEE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #874CEE is #78B311. Grayscale: #6F6F6F. Windows color (decimal): -7910162 or 15617159. OLE color: 15617159.
HSL color Cylindrical-coordinate representation of color #874CEE: hue angle of 261.85º 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 #874CEE is Cyan = 0.43, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 135 | 76 | 238 | - |
| CMYK | 0.43 | 0.68 | 0 | 0.07 |
| HSL | 261.85º | 0.83% | 0.62% | - |
| HSV(B) | 261.85º | 0.68% | 0.93% | - |
| XYZ | 28.01 | 16.49 | 82.6 | - |
| YUV | 112.11 | 199.05 | 144.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 76 | 238 | 0.43 | 0.68 | 0 | 0.07 | 261.85 | 0.83 | 0.62 |
| Hex | 87 | 4C | EE | 2B | 44 | 0 | 7 | 106 | 53 | 3E |
| Octal | 207 | 114 | 356 | 53 | 104 | 0 | 7 | 406 | 123 | 76 |
| Binary | 10000111 | 1001100 | 11101110 | 101011 | 1000100 | 0 | 111 | 100000110 | 1010011 | 111110 |
Color Harmonies of #874CEE
Complementary color
Monochromatic Colors of #874CEE
Black with #874CEE
Text Example
Text Example
White with #874CEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #874CEE; }
p { color: rgb(135,76,238); }
H1.HeaderClassName
{
color: #874CEE;
}
.AnyTagClassName
{
color: #874CEE;
}
</style>
background-color css
<style>
a { background-color: #874CEE; }
a { background-color: rgb(135,76,238); }
div.DivClassName
{
background-color: #874CEE;
}
.BgClassName
{
background-color: #874CEE;
}
</style>
border-color css
<style>
span { border-color: #874CEE; }
span { border-color: rgb(135,76,238); }
td.TdClassName
{
border-color: #874CEE;
}
.TagClassName
{
border-color: #874CEE;
}
</style>