Shades of Medium Slate Blue #8046F8
Tints of Medium Slate Blue #8046F8
RGB
CMYK
RGB Variations
Color information
#8046F8 (or 0x8046F8) is known color: Medium Slate Blue. HEX triplet: 80, 46 and F8. RGB value is (128,70,248). Sum of RGB (Red+Green+Blue) = 128+70+248=446 (59% of max value = 765). Red value is 128 (50.39% from 255 or 28.70% from 446); Green value is 70 (27.73% from 255 or 15.70% from 446); Blue value is 248 (97.27% from 255 or 55.61% from 446); Max value from RGB is 248 - color contains mainly: blue. Hex color #8046F8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8046F8 is #7FB907. Grayscale: #6A6A6A. Windows color (decimal): -8370440 or 16270976. OLE color: 16270976.
HSL color Cylindrical-coordinate representation of color #8046F8: hue angle of 259.55º degrees, saturation: 0.93, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8046F8 is Cyan = 0.48, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 128 | 70 | 248 | - |
| CMYK | 0.48 | 0.72 | 0 | 0.03 |
| HSL | 259.55º | 0.93% | 0.62% | - |
| HSV(B) | 259.55º | 0.72% | 0.97% | - |
| XYZ | 28.04 | 15.75 | 90.37 | - |
| YUV | 107.63 | 207.22 | 142.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 70 | 248 | 0.48 | 0.72 | 0 | 0.03 | 259.55 | 0.93 | 0.62 |
| Hex | 80 | 46 | F8 | 30 | 48 | 0 | 3 | 104 | 5D | 3E |
| Octal | 200 | 106 | 370 | 60 | 110 | 0 | 3 | 404 | 135 | 76 |
| Binary | 10000000 | 1000110 | 11111000 | 110000 | 1001000 | 0 | 11 | 100000100 | 1011101 | 111110 |
Color Harmonies of #8046F8
Complementary color
Monochromatic Colors of #8046F8
Black with #8046F8
Text Example
Text Example
White with #8046F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8046F8; }
p { color: rgb(128,70,248); }
H1.HeaderClassName
{
color: #8046F8;
}
.AnyTagClassName
{
color: #8046F8;
}
</style>
background-color css
<style>
a { background-color: #8046F8; }
a { background-color: rgb(128,70,248); }
div.DivClassName
{
background-color: #8046F8;
}
.BgClassName
{
background-color: #8046F8;
}
</style>
border-color css
<style>
span { border-color: #8046F8; }
span { border-color: rgb(128,70,248); }
td.TdClassName
{
border-color: #8046F8;
}
.TagClassName
{
border-color: #8046F8;
}
</style>