Shades of Medium Slate Blue #804CEF
Tints of Medium Slate Blue #804CEF
RGB
CMYK
RGB Variations
Color information
#804CEF (or 0x804CEF) is known color: Medium Slate Blue. HEX triplet: 80, 4C and EF. RGB value is (128,76,239). Sum of RGB (Red+Green+Blue) = 128+76+239=443 (58% of max value = 765). Red value is 128 (50.39% from 255 or 28.89% from 443); Green value is 76 (30.08% from 255 or 17.16% from 443); Blue value is 239 (93.75% from 255 or 53.95% from 443); Max value from RGB is 239 - color contains mainly: blue. Hex color #804CEF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #804CEF is #7FB310. Grayscale: #6D6D6D. Windows color (decimal): -8368913 or 15682688. OLE color: 15682688.
HSL color Cylindrical-coordinate representation of color #804CEF: hue angle of 259.14º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #804CEF is Cyan = 0.46, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 128 | 76 | 239 | - |
| CMYK | 0.46 | 0.68 | 0 | 0.06 |
| HSL | 259.14º | 0.84% | 0.62% | - |
| HSV(B) | 259.14º | 0.68% | 0.94% | - |
| XYZ | 27.07 | 15.99 | 83.32 | - |
| YUV | 110.13 | 200.73 | 140.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 76 | 239 | 0.46 | 0.68 | 0 | 0.06 | 259.14 | 0.84 | 0.62 |
| Hex | 80 | 4C | EF | 2E | 44 | 0 | 6 | 103 | 54 | 3E |
| Octal | 200 | 114 | 357 | 56 | 104 | 0 | 6 | 403 | 124 | 76 |
| Binary | 10000000 | 1001100 | 11101111 | 101110 | 1000100 | 0 | 110 | 100000011 | 1010100 | 111110 |
Color Harmonies of #804CEF
Complementary color
Monochromatic Colors of #804CEF
Black with #804CEF
Text Example
Text Example
White with #804CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #804CEF; }
p { color: rgb(128,76,239); }
H1.HeaderClassName
{
color: #804CEF;
}
.AnyTagClassName
{
color: #804CEF;
}
</style>
background-color css
<style>
a { background-color: #804CEF; }
a { background-color: rgb(128,76,239); }
div.DivClassName
{
background-color: #804CEF;
}
.BgClassName
{
background-color: #804CEF;
}
</style>
border-color css
<style>
span { border-color: #804CEF; }
span { border-color: rgb(128,76,239); }
td.TdClassName
{
border-color: #804CEF;
}
.TagClassName
{
border-color: #804CEF;
}
</style>