Shades of Medium Slate Blue #804FFD
Tints of Medium Slate Blue #804FFD
RGB
CMYK
RGB Variations
Color information
#804FFD (or 0x804FFD) is known color: Medium Slate Blue. HEX triplet: 80, 4F and FD. RGB value is (128,79,253). Sum of RGB (Red+Green+Blue) = 128+79+253=460 (60% of max value = 765). Red value is 128 (50.39% from 255 or 27.83% from 460); Green value is 79 (31.25% from 255 or 17.17% from 460); Blue value is 253 (99.22% from 255 or 55% from 460); Max value from RGB is 253 - color contains mainly: blue. Hex color #804FFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #804FFD is #7FB002. Grayscale: #707070. Windows color (decimal): -8368131 or 16600960. OLE color: 16600960.
HSL color Cylindrical-coordinate representation of color #804FFD: hue angle of 256.9º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #804FFD is Cyan = 0.49, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 128 | 79 | 253 | - |
| CMYK | 0.49 | 0.69 | 0 | 0.01 |
| HSL | 256.9º | 0.98% | 0.65% | - |
| HSV(B) | 256.9º | 0.69% | 0.99% | - |
| XYZ | 29.43 | 17.27 | 94.71 | - |
| YUV | 113.49 | 206.73 | 138.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 79 | 253 | 0.49 | 0.69 | 0 | 0.01 | 256.9 | 0.98 | 0.65 |
| Hex | 80 | 4F | FD | 31 | 45 | 0 | 1 | 101 | 62 | 41 |
| Octal | 200 | 117 | 375 | 61 | 105 | 0 | 1 | 401 | 142 | 101 |
| Binary | 10000000 | 1001111 | 11111101 | 110001 | 1000101 | 0 | 1 | 100000001 | 1100010 | 1000001 |
Color Harmonies of #804FFD
Complementary color
Monochromatic Colors of #804FFD
Black with #804FFD
Text Example
Text Example
White with #804FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #804FFD; }
p { color: rgb(128,79,253); }
H1.HeaderClassName
{
color: #804FFD;
}
.AnyTagClassName
{
color: #804FFD;
}
</style>
background-color css
<style>
a { background-color: #804FFD; }
a { background-color: rgb(128,79,253); }
div.DivClassName
{
background-color: #804FFD;
}
.BgClassName
{
background-color: #804FFD;
}
</style>
border-color css
<style>
span { border-color: #804FFD; }
span { border-color: rgb(128,79,253); }
td.TdClassName
{
border-color: #804FFD;
}
.TagClassName
{
border-color: #804FFD;
}
</style>