Shades of Medium Slate Blue #804DFC
Tints of Medium Slate Blue #804DFC
RGB
CMYK
RGB Variations
Color information
#804DFC (or 0x804DFC) is known color: Medium Slate Blue. HEX triplet: 80, 4D and FC. RGB value is (128,77,252). Sum of RGB (Red+Green+Blue) = 128+77+252=457 (60% of max value = 765). Red value is 128 (50.39% from 255 or 28.01% from 457); Green value is 77 (30.47% from 255 or 16.85% from 457); Blue value is 252 (98.83% from 255 or 55.14% from 457); Max value from RGB is 252 - color contains mainly: blue. Hex color #804DFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #804DFC is #7FB203. Grayscale: #6F6F6F. Windows color (decimal): -8368644 or 16534912. OLE color: 16534912.
HSL color Cylindrical-coordinate representation of color #804DFC: hue angle of 257.49º degrees, saturation: 0.97, 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 #804DFC is Cyan = 0.49, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 128 | 77 | 252 | - |
| CMYK | 0.49 | 0.69 | 0 | 0.01 |
| HSL | 257.49º | 0.97% | 0.65% | - |
| HSV(B) | 257.49º | 0.69% | 0.99% | - |
| XYZ | 29.13 | 16.93 | 93.83 | - |
| YUV | 112.2 | 206.9 | 139.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 77 | 252 | 0.49 | 0.69 | 0 | 0.01 | 257.49 | 0.97 | 0.65 |
| Hex | 80 | 4D | FC | 31 | 45 | 0 | 1 | 101 | 61 | 41 |
| Octal | 200 | 115 | 374 | 61 | 105 | 0 | 1 | 401 | 141 | 101 |
| Binary | 10000000 | 1001101 | 11111100 | 110001 | 1000101 | 0 | 1 | 100000001 | 1100001 | 1000001 |
Color Harmonies of #804DFC
Complementary color
Monochromatic Colors of #804DFC
Black with #804DFC
Text Example
Text Example
White with #804DFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #804DFC; }
p { color: rgb(128,77,252); }
H1.HeaderClassName
{
color: #804DFC;
}
.AnyTagClassName
{
color: #804DFC;
}
</style>
background-color css
<style>
a { background-color: #804DFC; }
a { background-color: rgb(128,77,252); }
div.DivClassName
{
background-color: #804DFC;
}
.BgClassName
{
background-color: #804DFC;
}
</style>
border-color css
<style>
span { border-color: #804DFC; }
span { border-color: rgb(128,77,252); }
td.TdClassName
{
border-color: #804DFC;
}
.TagClassName
{
border-color: #804DFC;
}
</style>