Shades of Medium Slate Blue #8063F7
Tints of Medium Slate Blue #8063F7
RGB
CMYK
RGB Variations
Color information
#8063F7 (or 0x8063F7) is known color: Medium Slate Blue. HEX triplet: 80, 63 and F7. RGB value is (128,99,247). Sum of RGB (Red+Green+Blue) = 128+99+247=474 (62% of max value = 765). Red value is 128 (50.39% from 255 or 27.00% from 474); Green value is 99 (39.06% from 255 or 20.89% from 474); Blue value is 247 (96.88% from 255 or 52.11% from 474); Max value from RGB is 247 - color contains mainly: blue. Hex color #8063F7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8063F7 is #7F9C08. Grayscale: #7B7B7B. Windows color (decimal): -8363017 or 16212864. OLE color: 16212864.
HSL color Cylindrical-coordinate representation of color #8063F7: hue angle of 251.76º degrees, saturation: 0.9, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8063F7 is Cyan = 0.48, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 128 | 99 | 247 | - |
| CMYK | 0.48 | 0.60 | 0 | 0.03 |
| HSL | 251.76º | 0.9% | 0.68% | - |
| HSV(B) | 251.76º | 0.6% | 0.97% | - |
| XYZ | 30.15 | 20.23 | 90.31 | - |
| YUV | 124.54 | 197.11 | 130.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 99 | 247 | 0.48 | 0.60 | 0 | 0.03 | 251.76 | 0.9 | 0.68 |
| Hex | 80 | 63 | F7 | 30 | 3C | 0 | 3 | FC | 5A | 44 |
| Octal | 200 | 143 | 367 | 60 | 74 | 0 | 3 | 374 | 132 | 104 |
| Binary | 10000000 | 1100011 | 11110111 | 110000 | 111100 | 0 | 11 | 11111100 | 1011010 | 1000100 |
Color Harmonies of #8063F7
Complementary color
Monochromatic Colors of #8063F7
Black with #8063F7
Text Example
Text Example
White with #8063F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8063F7; }
p { color: rgb(128,99,247); }
H1.HeaderClassName
{
color: #8063F7;
}
.AnyTagClassName
{
color: #8063F7;
}
</style>
background-color css
<style>
a { background-color: #8063F7; }
a { background-color: rgb(128,99,247); }
div.DivClassName
{
background-color: #8063F7;
}
.BgClassName
{
background-color: #8063F7;
}
</style>
border-color css
<style>
span { border-color: #8063F7; }
span { border-color: rgb(128,99,247); }
td.TdClassName
{
border-color: #8063F7;
}
.TagClassName
{
border-color: #8063F7;
}
</style>