Shades of Medium Slate Blue #804FE9
Tints of Medium Slate Blue #804FE9
RGB
CMYK
RGB Variations
Color information
#804FE9 (or 0x804FE9) is known color: Medium Slate Blue. HEX triplet: 80, 4F and E9. RGB value is (128,79,233). Sum of RGB (Red+Green+Blue) = 128+79+233=440 (58% of max value = 765). Red value is 128 (50.39% from 255 or 29.09% from 440); Green value is 79 (31.25% from 255 or 17.95% from 440); Blue value is 233 (91.41% from 255 or 52.95% from 440); Max value from RGB is 233 - color contains mainly: blue. Hex color #804FE9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #804FE9 is #7FB016. Grayscale: #6E6E6E. Windows color (decimal): -8368151 or 15290240. OLE color: 15290240.
HSL color Cylindrical-coordinate representation of color #804FE9: hue angle of 259.09º degrees, saturation: 0.78, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #804FE9 is Cyan = 0.45, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 128 | 79 | 233 | - |
| CMYK | 0.45 | 0.66 | 0 | 0.09 |
| HSL | 259.09º | 0.78% | 0.61% | - |
| HSV(B) | 259.09º | 0.66% | 0.91% | - |
| XYZ | 26.41 | 16.06 | 78.8 | - |
| YUV | 111.21 | 196.73 | 139.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 79 | 233 | 0.45 | 0.66 | 0 | 0.09 | 259.09 | 0.78 | 0.61 |
| Hex | 80 | 4F | E9 | 2D | 42 | 0 | 9 | 103 | 4E | 3D |
| Octal | 200 | 117 | 351 | 55 | 102 | 0 | 11 | 403 | 116 | 75 |
| Binary | 10000000 | 1001111 | 11101001 | 101101 | 1000010 | 0 | 1001 | 100000011 | 1001110 | 111101 |
Color Harmonies of #804FE9
Complementary color
Monochromatic Colors of #804FE9
Black with #804FE9
Text Example
Text Example
White with #804FE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #804FE9; }
p { color: rgb(128,79,233); }
H1.HeaderClassName
{
color: #804FE9;
}
.AnyTagClassName
{
color: #804FE9;
}
</style>
background-color css
<style>
a { background-color: #804FE9; }
a { background-color: rgb(128,79,233); }
div.DivClassName
{
background-color: #804FE9;
}
.BgClassName
{
background-color: #804FE9;
}
</style>
border-color css
<style>
span { border-color: #804FE9; }
span { border-color: rgb(128,79,233); }
td.TdClassName
{
border-color: #804FE9;
}
.TagClassName
{
border-color: #804FE9;
}
</style>