Shades of Medium Slate Blue #874AF5
Tints of Medium Slate Blue #874AF5
RGB
CMYK
RGB Variations
Color information
#874AF5 (or 0x874AF5) is known color: Medium Slate Blue. HEX triplet: 87, 4A and F5. RGB value is (135,74,245). Sum of RGB (Red+Green+Blue) = 135+74+245=454 (60% of max value = 765). Red value is 135 (53.12% from 255 or 29.74% from 454); Green value is 74 (29.30% from 255 or 16.30% from 454); Blue value is 245 (96.09% from 255 or 53.96% from 454); Max value from RGB is 245 - color contains mainly: blue. Hex color #874AF5 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #874AF5 is #78B50A. Grayscale: #6F6F6F. Windows color (decimal): -7910667 or 16075399. OLE color: 16075399.
HSL color Cylindrical-coordinate representation of color #874AF5: hue angle of 261.4º degrees, saturation: 0.9, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #874AF5 is Cyan = 0.45, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 135 | 74 | 245 | - |
| CMYK | 0.45 | 0.70 | 0 | 0.04 |
| HSL | 261.4º | 0.9% | 0.63% | - |
| HSV(B) | 261.4º | 0.7% | 0.96% | - |
| XYZ | 28.92 | 16.64 | 88.07 | - |
| YUV | 111.73 | 203.21 | 144.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 74 | 245 | 0.45 | 0.70 | 0 | 0.04 | 261.4 | 0.9 | 0.63 |
| Hex | 87 | 4A | F5 | 2D | 46 | 0 | 4 | 105 | 5A | 3F |
| Octal | 207 | 112 | 365 | 55 | 106 | 0 | 4 | 405 | 132 | 77 |
| Binary | 10000111 | 1001010 | 11110101 | 101101 | 1000110 | 0 | 100 | 100000101 | 1011010 | 111111 |
Color Harmonies of #874AF5
Complementary color
Monochromatic Colors of #874AF5
Black with #874AF5
Text Example
Text Example
White with #874AF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #874AF5; }
p { color: rgb(135,74,245); }
H1.HeaderClassName
{
color: #874AF5;
}
.AnyTagClassName
{
color: #874AF5;
}
</style>
background-color css
<style>
a { background-color: #874AF5; }
a { background-color: rgb(135,74,245); }
div.DivClassName
{
background-color: #874AF5;
}
.BgClassName
{
background-color: #874AF5;
}
</style>
border-color css
<style>
span { border-color: #874AF5; }
span { border-color: rgb(135,74,245); }
td.TdClassName
{
border-color: #874AF5;
}
.TagClassName
{
border-color: #874AF5;
}
</style>