Shades of Medium Slate Blue #804CFC
Tints of Medium Slate Blue #804CFC
RGB
CMYK
RGB Variations
Color information
#804CFC (or 0x804CFC) is known color: Medium Slate Blue. HEX triplet: 80, 4C and FC. RGB value is (128,76,252). Sum of RGB (Red+Green+Blue) = 128+76+252=456 (60% of max value = 765). Red value is 128 (50.39% from 255 or 28.07% from 456); Green value is 76 (30.08% from 255 or 16.67% from 456); Blue value is 252 (98.83% from 255 or 55.26% from 456); Max value from RGB is 252 - color contains mainly: blue. Hex color #804CFC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #804CFC is #7FB303. Grayscale: #6E6E6E. Windows color (decimal): -8368900 or 16534656. OLE color: 16534656.
HSL color Cylindrical-coordinate representation of color #804CFC: hue angle of 257.73º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #804CFC is Cyan = 0.49, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 128 | 76 | 252 | - |
| CMYK | 0.49 | 0.70 | 0 | 0.01 |
| HSL | 257.73º | 0.97% | 0.64% | - |
| HSV(B) | 257.73º | 0.7% | 0.99% | - |
| XYZ | 29.06 | 16.79 | 93.8 | - |
| YUV | 111.61 | 207.23 | 139.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 76 | 252 | 0.49 | 0.70 | 0 | 0.01 | 257.73 | 0.97 | 0.64 |
| Hex | 80 | 4C | FC | 31 | 46 | 0 | 1 | 102 | 61 | 40 |
| Octal | 200 | 114 | 374 | 61 | 106 | 0 | 1 | 402 | 141 | 100 |
| Binary | 10000000 | 1001100 | 11111100 | 110001 | 1000110 | 0 | 1 | 100000010 | 1100001 | 1000000 |
Color Harmonies of #804CFC
Complementary color
Monochromatic Colors of #804CFC
Black with #804CFC
Text Example
Text Example
White with #804CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #804CFC; }
p { color: rgb(128,76,252); }
H1.HeaderClassName
{
color: #804CFC;
}
.AnyTagClassName
{
color: #804CFC;
}
</style>
background-color css
<style>
a { background-color: #804CFC; }
a { background-color: rgb(128,76,252); }
div.DivClassName
{
background-color: #804CFC;
}
.BgClassName
{
background-color: #804CFC;
}
</style>
border-color css
<style>
span { border-color: #804CFC; }
span { border-color: rgb(128,76,252); }
td.TdClassName
{
border-color: #804CFC;
}
.TagClassName
{
border-color: #804CFC;
}
</style>