Shades of Medium Slate Blue #804FFF
Tints of Medium Slate Blue #804FFF
RGB
CMYK
RGB Variations
Color information
#804FFF (or 0x804FFF) is known color: Medium Slate Blue. HEX triplet: 80, 4F and FF. RGB value is (128,79,255). Sum of RGB (Red+Green+Blue) = 128+79+255=462 (61% of max value = 765). Red value is 128 (50.39% from 255 or 27.71% from 462); Green value is 79 (31.25% from 255 or 17.10% from 462); Blue value is 255 (100% from 255 or 55.19% from 462); Max value from RGB is 255 - color contains mainly: blue. Hex color #804FFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #804FFF is #7FB000. Grayscale: #717171. Windows color (decimal): -8368129 or 16732032. OLE color: 16732032.
HSL color Cylindrical-coordinate representation of color #804FFF: hue angle of 256.7º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #804FFF is Cyan = 0.50, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 128 | 79 | 255 | - |
| CMYK | 0.50 | 0.69 | 0 | 0 |
| HSL | 256.7º | 1% | 0.65% | - |
| HSV(B) | 256.7º | 0.69% | 1% | - |
| XYZ | 29.75 | 17.4 | 96.4 | - |
| YUV | 113.72 | 207.73 | 138.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 79 | 255 | 0.50 | 0.69 | 0 | 0 | 256.7 | 1 | 0.65 |
| Hex | 80 | 4F | FF | 32 | 45 | 0 | 0 | 101 | 64 | 41 |
| Octal | 200 | 117 | 377 | 62 | 105 | 0 | 0 | 401 | 144 | 101 |
| Binary | 10000000 | 1001111 | 11111111 | 110010 | 1000101 | 0 | 0 | 100000001 | 1100100 | 1000001 |
Color Harmonies of #804FFF
Complementary color
Monochromatic Colors of #804FFF
Black with #804FFF
Text Example
Text Example
White with #804FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #804FFF; }
p { color: rgb(128,79,255); }
H1.HeaderClassName
{
color: #804FFF;
}
.AnyTagClassName
{
color: #804FFF;
}
</style>
background-color css
<style>
a { background-color: #804FFF; }
a { background-color: rgb(128,79,255); }
div.DivClassName
{
background-color: #804FFF;
}
.BgClassName
{
background-color: #804FFF;
}
</style>
border-color css
<style>
span { border-color: #804FFF; }
span { border-color: rgb(128,79,255); }
td.TdClassName
{
border-color: #804FFF;
}
.TagClassName
{
border-color: #804FFF;
}
</style>