Shades of Medium Slate Blue #804CFA
Tints of Medium Slate Blue #804CFA
RGB
CMYK
RGB Variations
Color information
#804CFA (or 0x804CFA) is known color: Medium Slate Blue. HEX triplet: 80, 4C and FA. RGB value is (128,76,250). Sum of RGB (Red+Green+Blue) = 128+76+250=454 (60% of max value = 765). Red value is 128 (50.39% from 255 or 28.19% from 454); Green value is 76 (30.08% from 255 or 16.74% from 454); Blue value is 250 (98.05% from 255 or 55.07% from 454); Max value from RGB is 250 - color contains mainly: blue. Hex color #804CFA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #804CFA is #7FB305. Grayscale: #6E6E6E. Windows color (decimal): -8368902 or 16403584. OLE color: 16403584.
HSL color Cylindrical-coordinate representation of color #804CFA: hue angle of 257.93º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #804CFA is Cyan = 0.49, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 128 | 76 | 250 | - |
| CMYK | 0.49 | 0.70 | 0 | 0.02 |
| HSL | 257.93º | 0.95% | 0.64% | - |
| HSV(B) | 257.93º | 0.7% | 0.98% | - |
| XYZ | 28.74 | 16.66 | 92.14 | - |
| YUV | 111.38 | 206.23 | 139.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 76 | 250 | 0.49 | 0.70 | 0 | 0.02 | 257.93 | 0.95 | 0.64 |
| Hex | 80 | 4C | FA | 31 | 46 | 0 | 2 | 102 | 5F | 40 |
| Octal | 200 | 114 | 372 | 61 | 106 | 0 | 2 | 402 | 137 | 100 |
| Binary | 10000000 | 1001100 | 11111010 | 110001 | 1000110 | 0 | 10 | 100000010 | 1011111 | 1000000 |
Color Harmonies of #804CFA
Complementary color
Monochromatic Colors of #804CFA
Black with #804CFA
Text Example
Text Example
White with #804CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #804CFA; }
p { color: rgb(128,76,250); }
H1.HeaderClassName
{
color: #804CFA;
}
.AnyTagClassName
{
color: #804CFA;
}
</style>
background-color css
<style>
a { background-color: #804CFA; }
a { background-color: rgb(128,76,250); }
div.DivClassName
{
background-color: #804CFA;
}
.BgClassName
{
background-color: #804CFA;
}
</style>
border-color css
<style>
span { border-color: #804CFA; }
span { border-color: rgb(128,76,250); }
td.TdClassName
{
border-color: #804CFA;
}
.TagClassName
{
border-color: #804CFA;
}
</style>