Shades of Medium Slate Blue #804EFE
Tints of Medium Slate Blue #804EFE
RGB
CMYK
RGB Variations
Color information
#804EFE (or 0x804EFE) is known color: Medium Slate Blue. HEX triplet: 80, 4E and FE. RGB value is (128,78,254). Sum of RGB (Red+Green+Blue) = 128+78+254=460 (60% of max value = 765). Red value is 128 (50.39% from 255 or 27.83% from 460); Green value is 78 (30.86% from 255 or 16.96% from 460); Blue value is 254 (99.61% from 255 or 55.22% from 460); Max value from RGB is 254 - color contains mainly: blue. Hex color #804EFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #804EFE is #7FB101. Grayscale: #707070. Windows color (decimal): -8368386 or 16666240. OLE color: 16666240.
HSL color Cylindrical-coordinate representation of color #804EFE: hue angle of 257.05º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #804EFE is Cyan = 0.50, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 128 | 78 | 254 | - |
| CMYK | 0.50 | 0.69 | 0 | 0.00 |
| HSL | 257.05º | 0.99% | 0.65% | - |
| HSV(B) | 257.05º | 0.69% | 1% | - |
| XYZ | 29.52 | 17.19 | 95.53 | - |
| YUV | 113.01 | 207.57 | 138.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 78 | 254 | 0.50 | 0.69 | 0 | 0.00 | 257.05 | 0.99 | 0.65 |
| Hex | 80 | 4E | FE | 32 | 45 | 0 | 0 | 101 | 63 | 41 |
| Octal | 200 | 116 | 376 | 62 | 105 | 0 | 0 | 401 | 143 | 101 |
| Binary | 10000000 | 1001110 | 11111110 | 110010 | 1000101 | 0 | 0 | 100000001 | 1100011 | 1000001 |
Color Harmonies of #804EFE
Complementary color
Monochromatic Colors of #804EFE
Black with #804EFE
Text Example
Text Example
White with #804EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #804EFE; }
p { color: rgb(128,78,254); }
H1.HeaderClassName
{
color: #804EFE;
}
.AnyTagClassName
{
color: #804EFE;
}
</style>
background-color css
<style>
a { background-color: #804EFE; }
a { background-color: rgb(128,78,254); }
div.DivClassName
{
background-color: #804EFE;
}
.BgClassName
{
background-color: #804EFE;
}
</style>
border-color css
<style>
span { border-color: #804EFE; }
span { border-color: rgb(128,78,254); }
td.TdClassName
{
border-color: #804EFE;
}
.TagClassName
{
border-color: #804EFE;
}
</style>