Shades of Medium Slate Blue #804EF1
Tints of Medium Slate Blue #804EF1
RGB
CMYK
RGB Variations
Color information
#804EF1 (or 0x804EF1) is known color: Medium Slate Blue. HEX triplet: 80, 4E and F1. RGB value is (128,78,241). Sum of RGB (Red+Green+Blue) = 128+78+241=447 (59% of max value = 765). Red value is 128 (50.39% from 255 or 28.64% from 447); Green value is 78 (30.86% from 255 or 17.45% from 447); Blue value is 241 (94.53% from 255 or 53.91% from 447); Max value from RGB is 241 - color contains mainly: blue. Hex color #804EF1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #804EF1 is #7FB10E. Grayscale: #6E6E6E. Windows color (decimal): -8368399 or 15814272. OLE color: 15814272.
HSL color Cylindrical-coordinate representation of color #804EF1: hue angle of 258.4º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #804EF1 is Cyan = 0.47, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 128 | 78 | 241 | - |
| CMYK | 0.47 | 0.68 | 0 | 0.05 |
| HSL | 258.4º | 0.85% | 0.63% | - |
| HSV(B) | 258.4º | 0.68% | 0.95% | - |
| XYZ | 27.5 | 16.39 | 84.93 | - |
| YUV | 111.53 | 201.07 | 139.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 78 | 241 | 0.47 | 0.68 | 0 | 0.05 | 258.4 | 0.85 | 0.63 |
| Hex | 80 | 4E | F1 | 2F | 44 | 0 | 5 | 102 | 55 | 3F |
| Octal | 200 | 116 | 361 | 57 | 104 | 0 | 5 | 402 | 125 | 77 |
| Binary | 10000000 | 1001110 | 11110001 | 101111 | 1000100 | 0 | 101 | 100000010 | 1010101 | 111111 |
Color Harmonies of #804EF1
Complementary color
Monochromatic Colors of #804EF1
Black with #804EF1
Text Example
Text Example
White with #804EF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #804EF1; }
p { color: rgb(128,78,241); }
H1.HeaderClassName
{
color: #804EF1;
}
.AnyTagClassName
{
color: #804EF1;
}
</style>
background-color css
<style>
a { background-color: #804EF1; }
a { background-color: rgb(128,78,241); }
div.DivClassName
{
background-color: #804EF1;
}
.BgClassName
{
background-color: #804EF1;
}
</style>
border-color css
<style>
span { border-color: #804EF1; }
span { border-color: rgb(128,78,241); }
td.TdClassName
{
border-color: #804EF1;
}
.TagClassName
{
border-color: #804EF1;
}
</style>