Shades of Medium Slate Blue #874FEA
Tints of Medium Slate Blue #874FEA
RGB
CMYK
RGB Variations
Color information
#874FEA (or 0x874FEA) is known color: Medium Slate Blue. HEX triplet: 87, 4F and EA. RGB value is (135,79,234). Sum of RGB (Red+Green+Blue) = 135+79+234=448 (59% of max value = 765). Red value is 135 (53.12% from 255 or 30.13% from 448); Green value is 79 (31.25% from 255 or 17.63% from 448); Blue value is 234 (91.80% from 255 or 52.23% from 448); Max value from RGB is 234 - color contains mainly: blue. Hex color #874FEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #874FEA is #78B015. Grayscale: #707070. Windows color (decimal): -7909398 or 15355783. OLE color: 15355783.
HSL color Cylindrical-coordinate representation of color #874FEA: hue angle of 261.68º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #874FEA is Cyan = 0.42, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 135 | 79 | 234 | - |
| CMYK | 0.42 | 0.66 | 0 | 0.08 |
| HSL | 261.68º | 0.79% | 0.61% | - |
| HSV(B) | 261.68º | 0.66% | 0.92% | - |
| XYZ | 27.64 | 16.68 | 79.61 | - |
| YUV | 113.41 | 196.05 | 143.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 79 | 234 | 0.42 | 0.66 | 0 | 0.08 | 261.68 | 0.79 | 0.61 |
| Hex | 87 | 4F | EA | 2A | 42 | 0 | 8 | 106 | 4F | 3D |
| Octal | 207 | 117 | 352 | 52 | 102 | 0 | 10 | 406 | 117 | 75 |
| Binary | 10000111 | 1001111 | 11101010 | 101010 | 1000010 | 0 | 1000 | 100000110 | 1001111 | 111101 |
Color Harmonies of #874FEA
Complementary color
Monochromatic Colors of #874FEA
Black with #874FEA
Text Example
Text Example
White with #874FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #874FEA; }
p { color: rgb(135,79,234); }
H1.HeaderClassName
{
color: #874FEA;
}
.AnyTagClassName
{
color: #874FEA;
}
</style>
background-color css
<style>
a { background-color: #874FEA; }
a { background-color: rgb(135,79,234); }
div.DivClassName
{
background-color: #874FEA;
}
.BgClassName
{
background-color: #874FEA;
}
</style>
border-color css
<style>
span { border-color: #874FEA; }
span { border-color: rgb(135,79,234); }
td.TdClassName
{
border-color: #874FEA;
}
.TagClassName
{
border-color: #874FEA;
}
</style>