Shades of Medium Slate Blue #8974ED
Tints of Medium Slate Blue #8974ED
RGB
CMYK
RGB Variations
Color information
#8974ED (or 0x8974ED) is known color: Medium Slate Blue. HEX triplet: 89, 74 and ED. RGB value is (137,116,237). Sum of RGB (Red+Green+Blue) = 137+116+237=490 (64% of max value = 765). Red value is 137 (53.91% from 255 or 27.96% from 490); Green value is 116 (45.70% from 255 or 23.67% from 490); Blue value is 237 (92.97% from 255 or 48.37% from 490); Max value from RGB is 237 - color contains mainly: blue. Hex color #8974ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8974ED is #768B12. Grayscale: #878787. Windows color (decimal): -7768851 or 15561865. OLE color: 15561865.
HSL color Cylindrical-coordinate representation of color #8974ED: hue angle of 250.41º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8974ED is Cyan = 0.42, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 137 | 116 | 237 | - |
| CMYK | 0.42 | 0.51 | 0 | 0.07 |
| HSL | 250.41º | 0.77% | 0.69% | - |
| HSV(B) | 250.41º | 0.51% | 0.93% | - |
| XYZ | 31.85 | 23.92 | 83.06 | - |
| YUV | 136.07 | 184.96 | 128.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 116 | 237 | 0.42 | 0.51 | 0 | 0.07 | 250.41 | 0.77 | 0.69 |
| Hex | 89 | 74 | ED | 2A | 33 | 0 | 7 | FA | 4D | 45 |
| Octal | 211 | 164 | 355 | 52 | 63 | 0 | 7 | 372 | 115 | 105 |
| Binary | 10001001 | 1110100 | 11101101 | 101010 | 110011 | 0 | 111 | 11111010 | 1001101 | 1000101 |
Color Harmonies of #8974ED
Complementary color
Monochromatic Colors of #8974ED
Black with #8974ED
Text Example
Text Example
White with #8974ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8974ED; }
p { color: rgb(137,116,237); }
H1.HeaderClassName
{
color: #8974ED;
}
.AnyTagClassName
{
color: #8974ED;
}
</style>
background-color css
<style>
a { background-color: #8974ED; }
a { background-color: rgb(137,116,237); }
div.DivClassName
{
background-color: #8974ED;
}
.BgClassName
{
background-color: #8974ED;
}
</style>
border-color css
<style>
span { border-color: #8974ED; }
span { border-color: rgb(137,116,237); }
td.TdClassName
{
border-color: #8974ED;
}
.TagClassName
{
border-color: #8974ED;
}
</style>