Shades of Medium Slate Blue #8074E0
Tints of Medium Slate Blue #8074E0
RGB
CMYK
RGB Variations
Color information
#8074E0 (or 0x8074E0) is known color: Medium Slate Blue. HEX triplet: 80, 74 and E0. RGB value is (128,116,224). Sum of RGB (Red+Green+Blue) = 128+116+224=468 (61% of max value = 765). Red value is 128 (50.39% from 255 or 27.35% from 468); Green value is 116 (45.70% from 255 or 24.79% from 468); Blue value is 224 (87.89% from 255 or 47.86% from 468); Max value from RGB is 224 - color contains mainly: blue. Hex color #8074E0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8074E0 is #7F8B1F. Grayscale: #838383. Windows color (decimal): -8358688 or 14709888. OLE color: 14709888.
HSL color Cylindrical-coordinate representation of color #8074E0: hue angle of 246.67º degrees, saturation: 0.64, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8074E0 is Cyan = 0.43, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 128 | 116 | 224 | - |
| CMYK | 0.43 | 0.48 | 0 | 0.12 |
| HSL | 246.67º | 0.64% | 0.67% | - |
| HSV(B) | 246.67º | 0.48% | 0.88% | - |
| XYZ | 28.6 | 22.46 | 73.35 | - |
| YUV | 131.9 | 179.98 | 125.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 116 | 224 | 0.43 | 0.48 | 0 | 0.12 | 246.67 | 0.64 | 0.67 |
| Hex | 80 | 74 | E0 | 2B | 30 | 0 | C | F7 | 40 | 43 |
| Octal | 200 | 164 | 340 | 53 | 60 | 0 | 14 | 367 | 100 | 103 |
| Binary | 10000000 | 1110100 | 11100000 | 101011 | 110000 | 0 | 1100 | 11110111 | 1000000 | 1000011 |
Color Harmonies of #8074E0
Complementary color
Monochromatic Colors of #8074E0
Black with #8074E0
Text Example
Text Example
White with #8074E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8074E0; }
p { color: rgb(128,116,224); }
H1.HeaderClassName
{
color: #8074E0;
}
.AnyTagClassName
{
color: #8074E0;
}
</style>
background-color css
<style>
a { background-color: #8074E0; }
a { background-color: rgb(128,116,224); }
div.DivClassName
{
background-color: #8074E0;
}
.BgClassName
{
background-color: #8074E0;
}
</style>
border-color css
<style>
span { border-color: #8074E0; }
span { border-color: rgb(128,116,224); }
td.TdClassName
{
border-color: #8074E0;
}
.TagClassName
{
border-color: #8074E0;
}
</style>