Shades of Medium Slate Blue #804AF6
Tints of Medium Slate Blue #804AF6
RGB
CMYK
RGB Variations
Color information
#804AF6 (or 0x804AF6) is known color: Medium Slate Blue. HEX triplet: 80, 4A and F6. RGB value is (128,74,246). Sum of RGB (Red+Green+Blue) = 128+74+246=448 (59% of max value = 765). Red value is 128 (50.39% from 255 or 28.57% from 448); Green value is 74 (29.30% from 255 or 16.52% from 448); Blue value is 246 (96.48% from 255 or 54.91% from 448); Max value from RGB is 246 - color contains mainly: blue. Hex color #804AF6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #804AF6 is #7FB509. Grayscale: #6D6D6D. Windows color (decimal): -8369418 or 16140928. OLE color: 16140928.
HSL color Cylindrical-coordinate representation of color #804AF6: hue angle of 258.84º degrees, saturation: 0.91, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #804AF6 is Cyan = 0.48, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 128 | 74 | 246 | - |
| CMYK | 0.48 | 0.70 | 0 | 0.04 |
| HSL | 258.84º | 0.91% | 0.63% | - |
| HSV(B) | 258.84º | 0.7% | 0.96% | - |
| XYZ | 27.99 | 16.14 | 88.83 | - |
| YUV | 109.75 | 204.89 | 141.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 74 | 246 | 0.48 | 0.70 | 0 | 0.04 | 258.84 | 0.91 | 0.63 |
| Hex | 80 | 4A | F6 | 30 | 46 | 0 | 4 | 103 | 5B | 3F |
| Octal | 200 | 112 | 366 | 60 | 106 | 0 | 4 | 403 | 133 | 77 |
| Binary | 10000000 | 1001010 | 11110110 | 110000 | 1000110 | 0 | 100 | 100000011 | 1011011 | 111111 |
Color Harmonies of #804AF6
Complementary color
Monochromatic Colors of #804AF6
Black with #804AF6
Text Example
Text Example
White with #804AF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #804AF6; }
p { color: rgb(128,74,246); }
H1.HeaderClassName
{
color: #804AF6;
}
.AnyTagClassName
{
color: #804AF6;
}
</style>
background-color css
<style>
a { background-color: #804AF6; }
a { background-color: rgb(128,74,246); }
div.DivClassName
{
background-color: #804AF6;
}
.BgClassName
{
background-color: #804AF6;
}
</style>
border-color css
<style>
span { border-color: #804AF6; }
span { border-color: rgb(128,74,246); }
td.TdClassName
{
border-color: #804AF6;
}
.TagClassName
{
border-color: #804AF6;
}
</style>