Shades of Medium Slate Blue #804CFE
Tints of Medium Slate Blue #804CFE
RGB
CMYK
RGB Variations
Color information
#804CFE (or 0x804CFE) is known color: Medium Slate Blue. HEX triplet: 80, 4C and FE. RGB value is (128,76,254). Sum of RGB (Red+Green+Blue) = 128+76+254=458 (60% of max value = 765). Red value is 128 (50.39% from 255 or 27.95% from 458); Green value is 76 (30.08% from 255 or 16.59% from 458); Blue value is 254 (99.61% from 255 or 55.46% from 458); Max value from RGB is 254 - color contains mainly: blue. Hex color #804CFE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #804CFE is #7FB301. Grayscale: #6F6F6F. Windows color (decimal): -8368898 or 16665728. OLE color: 16665728.
HSL color Cylindrical-coordinate representation of color #804CFE: hue angle of 257.53º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #804CFE is Cyan = 0.50, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 128 | 76 | 254 | - |
| CMYK | 0.50 | 0.70 | 0 | 0.00 |
| HSL | 257.53º | 0.99% | 0.65% | - |
| HSV(B) | 257.53º | 0.7% | 1% | - |
| XYZ | 29.38 | 16.91 | 95.48 | - |
| YUV | 111.84 | 208.23 | 139.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 76 | 254 | 0.50 | 0.70 | 0 | 0.00 | 257.53 | 0.99 | 0.65 |
| Hex | 80 | 4C | FE | 32 | 46 | 0 | 0 | 102 | 63 | 41 |
| Octal | 200 | 114 | 376 | 62 | 106 | 0 | 0 | 402 | 143 | 101 |
| Binary | 10000000 | 1001100 | 11111110 | 110010 | 1000110 | 0 | 0 | 100000010 | 1100011 | 1000001 |
Color Harmonies of #804CFE
Complementary color
Monochromatic Colors of #804CFE
Black with #804CFE
Text Example
Text Example
White with #804CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #804CFE; }
p { color: rgb(128,76,254); }
H1.HeaderClassName
{
color: #804CFE;
}
.AnyTagClassName
{
color: #804CFE;
}
</style>
background-color css
<style>
a { background-color: #804CFE; }
a { background-color: rgb(128,76,254); }
div.DivClassName
{
background-color: #804CFE;
}
.BgClassName
{
background-color: #804CFE;
}
</style>
border-color css
<style>
span { border-color: #804CFE; }
span { border-color: rgb(128,76,254); }
td.TdClassName
{
border-color: #804CFE;
}
.TagClassName
{
border-color: #804CFE;
}
</style>