Shades of Medium Slate Blue #8060F0
Tints of Medium Slate Blue #8060F0
RGB
CMYK
RGB Variations
Color information
#8060F0 (or 0x8060F0) is known color: Medium Slate Blue. HEX triplet: 80, 60 and F0. RGB value is (128,96,240). Sum of RGB (Red+Green+Blue) = 128+96+240=464 (61% of max value = 765). Red value is 128 (50.39% from 255 or 27.59% from 464); Green value is 96 (37.89% from 255 or 20.69% from 464); Blue value is 240 (94.14% from 255 or 51.72% from 464); Max value from RGB is 240 - color contains mainly: blue. Hex color #8060F0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8060F0 is #7F9F0F. Grayscale: #797979. Windows color (decimal): -8363792 or 15753344. OLE color: 15753344.
HSL color Cylindrical-coordinate representation of color #8060F0: hue angle of 253.33º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8060F0 is Cyan = 0.47, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 128 | 96 | 240 | - |
| CMYK | 0.47 | 0.6 | 0 | 0.06 |
| HSL | 253.33º | 0.83% | 0.66% | - |
| HSV(B) | 253.33º | 0.6% | 0.94% | - |
| XYZ | 28.81 | 19.25 | 84.63 | - |
| YUV | 121.98 | 194.6 | 132.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 96 | 240 | 0.47 | 0.6 | 0 | 0.06 | 253.33 | 0.83 | 0.66 |
| Hex | 80 | 60 | F0 | 2F | 3C | 0 | 6 | FD | 53 | 42 |
| Octal | 200 | 140 | 360 | 57 | 74 | 0 | 6 | 375 | 123 | 102 |
| Binary | 10000000 | 1100000 | 11110000 | 101111 | 111100 | 0 | 110 | 11111101 | 1010011 | 1000010 |
Color Harmonies of #8060F0
Complementary color
Monochromatic Colors of #8060F0
Black with #8060F0
Text Example
Text Example
White with #8060F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8060F0; }
p { color: rgb(128,96,240); }
H1.HeaderClassName
{
color: #8060F0;
}
.AnyTagClassName
{
color: #8060F0;
}
</style>
background-color css
<style>
a { background-color: #8060F0; }
a { background-color: rgb(128,96,240); }
div.DivClassName
{
background-color: #8060F0;
}
.BgClassName
{
background-color: #8060F0;
}
</style>
border-color css
<style>
span { border-color: #8060F0; }
span { border-color: rgb(128,96,240); }
td.TdClassName
{
border-color: #8060F0;
}
.TagClassName
{
border-color: #8060F0;
}
</style>