Shades of Medium Slate Blue #804EE6
Tints of Medium Slate Blue #804EE6
RGB
CMYK
RGB Variations
Color information
#804EE6 (or 0x804EE6) is known color: Medium Slate Blue. HEX triplet: 80, 4E and E6. RGB value is (128,78,230). Sum of RGB (Red+Green+Blue) = 128+78+230=436 (57% of max value = 765). Red value is 128 (50.39% from 255 or 29.36% from 436); Green value is 78 (30.86% from 255 or 17.89% from 436); Blue value is 230 (90.23% from 255 or 52.75% from 436); Max value from RGB is 230 - color contains mainly: blue. Hex color #804EE6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #804EE6 is #7FB119. Grayscale: #6D6D6D. Windows color (decimal): -8368410 or 15093376. OLE color: 15093376.
HSL color Cylindrical-coordinate representation of color #804EE6: hue angle of 259.74º degrees, saturation: 0.75, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #804EE6 is Cyan = 0.44, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 128 | 78 | 230 | - |
| CMYK | 0.44 | 0.66 | 0 | 0.10 |
| HSL | 259.74º | 0.75% | 0.6% | - |
| HSV(B) | 259.74º | 0.66% | 0.9% | - |
| XYZ | 25.91 | 15.75 | 76.54 | - |
| YUV | 110.28 | 195.57 | 140.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 78 | 230 | 0.44 | 0.66 | 0 | 0.10 | 259.74 | 0.75 | 0.6 |
| Hex | 80 | 4E | E6 | 2C | 42 | 0 | A | 104 | 4B | 3C |
| Octal | 200 | 116 | 346 | 54 | 102 | 0 | 12 | 404 | 113 | 74 |
| Binary | 10000000 | 1001110 | 11100110 | 101100 | 1000010 | 0 | 1010 | 100000100 | 1001011 | 111100 |
Color Harmonies of #804EE6
Complementary color
Monochromatic Colors of #804EE6
Black with #804EE6
Text Example
Text Example
White with #804EE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #804EE6; }
p { color: rgb(128,78,230); }
H1.HeaderClassName
{
color: #804EE6;
}
.AnyTagClassName
{
color: #804EE6;
}
</style>
background-color css
<style>
a { background-color: #804EE6; }
a { background-color: rgb(128,78,230); }
div.DivClassName
{
background-color: #804EE6;
}
.BgClassName
{
background-color: #804EE6;
}
</style>
border-color css
<style>
span { border-color: #804EE6; }
span { border-color: rgb(128,78,230); }
td.TdClassName
{
border-color: #804EE6;
}
.TagClassName
{
border-color: #804EE6;
}
</style>