Shades of Medium Slate Blue #8049EA
Tints of Medium Slate Blue #8049EA
RGB
CMYK
RGB Variations
Color information
#8049EA (or 0x8049EA) is known color: Medium Slate Blue. HEX triplet: 80, 49 and EA. RGB value is (128,73,234). Sum of RGB (Red+Green+Blue) = 128+73+234=435 (57% of max value = 765). Red value is 128 (50.39% from 255 or 29.43% from 435); Green value is 73 (28.91% from 255 or 16.78% from 435); Blue value is 234 (91.80% from 255 or 53.79% from 435); Max value from RGB is 234 - color contains mainly: blue. Hex color #8049EA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8049EA is #7FB615. Grayscale: #6B6B6B. Windows color (decimal): -8369686 or 15354240. OLE color: 15354240.
HSL color Cylindrical-coordinate representation of color #8049EA: hue angle of 260.5º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8049EA is Cyan = 0.45, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 128 | 73 | 234 | - |
| CMYK | 0.45 | 0.69 | 0 | 0.08 |
| HSL | 260.5º | 0.79% | 0.6% | - |
| HSV(B) | 260.5º | 0.69% | 0.92% | - |
| XYZ | 26.14 | 15.29 | 79.42 | - |
| YUV | 107.8 | 199.22 | 142.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 73 | 234 | 0.45 | 0.69 | 0 | 0.08 | 260.5 | 0.79 | 0.6 |
| Hex | 80 | 49 | EA | 2D | 45 | 0 | 8 | 104 | 4F | 3C |
| Octal | 200 | 111 | 352 | 55 | 105 | 0 | 10 | 404 | 117 | 74 |
| Binary | 10000000 | 1001001 | 11101010 | 101101 | 1000101 | 0 | 1000 | 100000100 | 1001111 | 111100 |
Color Harmonies of #8049EA
Complementary color
Monochromatic Colors of #8049EA
Black with #8049EA
Text Example
Text Example
White with #8049EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8049EA; }
p { color: rgb(128,73,234); }
H1.HeaderClassName
{
color: #8049EA;
}
.AnyTagClassName
{
color: #8049EA;
}
</style>
background-color css
<style>
a { background-color: #8049EA; }
a { background-color: rgb(128,73,234); }
div.DivClassName
{
background-color: #8049EA;
}
.BgClassName
{
background-color: #8049EA;
}
</style>
border-color css
<style>
span { border-color: #8049EA; }
span { border-color: rgb(128,73,234); }
td.TdClassName
{
border-color: #8049EA;
}
.TagClassName
{
border-color: #8049EA;
}
</style>