Shades of Medium Slate Blue #8050F7
Tints of Medium Slate Blue #8050F7
RGB
CMYK
RGB Variations
Color information
#8050F7 (or 0x8050F7) is known color: Medium Slate Blue. HEX triplet: 80, 50 and F7. RGB value is (128,80,247). Sum of RGB (Red+Green+Blue) = 128+80+247=455 (60% of max value = 765). Red value is 128 (50.39% from 255 or 28.13% from 455); Green value is 80 (31.64% from 255 or 17.58% from 455); Blue value is 247 (96.88% from 255 or 54.29% from 455); Max value from RGB is 247 - color contains mainly: blue. Hex color #8050F7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8050F7 is #7FAF08. Grayscale: #707070. Windows color (decimal): -8367881 or 16208000. OLE color: 16208000.
HSL color Cylindrical-coordinate representation of color #8050F7: hue angle of 257.25º degrees, saturation: 0.91, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8050F7 is Cyan = 0.48, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 128 | 80 | 247 | - |
| CMYK | 0.48 | 0.68 | 0 | 0.03 |
| HSL | 257.25º | 0.91% | 0.64% | - |
| HSV(B) | 257.25º | 0.68% | 0.97% | - |
| XYZ | 28.56 | 17.04 | 89.78 | - |
| YUV | 113.39 | 203.4 | 138.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 80 | 247 | 0.48 | 0.68 | 0 | 0.03 | 257.25 | 0.91 | 0.64 |
| Hex | 80 | 50 | F7 | 30 | 44 | 0 | 3 | 101 | 5B | 40 |
| Octal | 200 | 120 | 367 | 60 | 104 | 0 | 3 | 401 | 133 | 100 |
| Binary | 10000000 | 1010000 | 11110111 | 110000 | 1000100 | 0 | 11 | 100000001 | 1011011 | 1000000 |
Color Harmonies of #8050F7
Complementary color
Monochromatic Colors of #8050F7
Black with #8050F7
Text Example
Text Example
White with #8050F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8050F7; }
p { color: rgb(128,80,247); }
H1.HeaderClassName
{
color: #8050F7;
}
.AnyTagClassName
{
color: #8050F7;
}
</style>
background-color css
<style>
a { background-color: #8050F7; }
a { background-color: rgb(128,80,247); }
div.DivClassName
{
background-color: #8050F7;
}
.BgClassName
{
background-color: #8050F7;
}
</style>
border-color css
<style>
span { border-color: #8050F7; }
span { border-color: rgb(128,80,247); }
td.TdClassName
{
border-color: #8050F7;
}
.TagClassName
{
border-color: #8050F7;
}
</style>