Shades of Medium Slate Blue #874CEF
Tints of Medium Slate Blue #874CEF
RGB
CMYK
RGB Variations
Color information
#874CEF (or 0x874CEF) is known color: Medium Slate Blue. HEX triplet: 87, 4C and EF. RGB value is (135,76,239). Sum of RGB (Red+Green+Blue) = 135+76+239=450 (59% of max value = 765). Red value is 135 (53.12% from 255 or 30% from 450); Green value is 76 (30.08% from 255 or 16.89% 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 #874CEF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #874CEF is #78B310. Grayscale: #6F6F6F. Windows color (decimal): -7910161 or 15682695. OLE color: 15682695.
HSL color Cylindrical-coordinate representation of color #874CEF: hue angle of 261.72º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #874CEF is Cyan = 0.44, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 135 | 76 | 239 | - |
| CMYK | 0.44 | 0.68 | 0 | 0.06 |
| HSL | 261.72º | 0.84% | 0.62% | - |
| HSV(B) | 261.72º | 0.68% | 0.94% | - |
| XYZ | 28.16 | 16.55 | 83.37 | - |
| YUV | 112.22 | 199.55 | 144.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 76 | 239 | 0.44 | 0.68 | 0 | 0.06 | 261.72 | 0.84 | 0.62 |
| Hex | 87 | 4C | EF | 2C | 44 | 0 | 6 | 106 | 54 | 3E |
| Octal | 207 | 114 | 357 | 54 | 104 | 0 | 6 | 406 | 124 | 76 |
| Binary | 10000111 | 1001100 | 11101111 | 101100 | 1000100 | 0 | 110 | 100000110 | 1010100 | 111110 |
Color Harmonies of #874CEF
Complementary color
Monochromatic Colors of #874CEF
Black with #874CEF
Text Example
Text Example
White with #874CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #874CEF; }
p { color: rgb(135,76,239); }
H1.HeaderClassName
{
color: #874CEF;
}
.AnyTagClassName
{
color: #874CEF;
}
</style>
background-color css
<style>
a { background-color: #874CEF; }
a { background-color: rgb(135,76,239); }
div.DivClassName
{
background-color: #874CEF;
}
.BgClassName
{
background-color: #874CEF;
}
</style>
border-color css
<style>
span { border-color: #874CEF; }
span { border-color: rgb(135,76,239); }
td.TdClassName
{
border-color: #874CEF;
}
.TagClassName
{
border-color: #874CEF;
}
</style>