Shades of Medium Slate Blue #8061F0
Tints of Medium Slate Blue #8061F0
RGB
CMYK
RGB Variations
Color information
#8061F0 (or 0x8061F0) is known color: Medium Slate Blue. HEX triplet: 80, 61 and F0. RGB value is (128,97,240). Sum of RGB (Red+Green+Blue) = 128+97+240=465 (61% of max value = 765). Red value is 128 (50.39% from 255 or 27.53% from 465); Green value is 97 (38.28% from 255 or 20.86% from 465); Blue value is 240 (94.14% from 255 or 51.61% from 465); Max value from RGB is 240 - color contains mainly: blue. Hex color #8061F0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8061F0 is #7F9E0F. Grayscale: #7A7A7A. Windows color (decimal): -8363536 or 15753600. OLE color: 15753600.
HSL color Cylindrical-coordinate representation of color #8061F0: hue angle of 253.01º 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 #8061F0 is Cyan = 0.47, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 128 | 97 | 240 | - |
| CMYK | 0.47 | 0.60 | 0 | 0.06 |
| HSL | 253.01º | 0.83% | 0.66% | - |
| HSV(B) | 253.01º | 0.6% | 0.94% | - |
| XYZ | 28.9 | 19.43 | 84.66 | - |
| YUV | 122.57 | 194.27 | 131.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 97 | 240 | 0.47 | 0.60 | 0 | 0.06 | 253.01 | 0.83 | 0.66 |
| Hex | 80 | 61 | F0 | 2F | 3C | 0 | 6 | FD | 53 | 42 |
| Octal | 200 | 141 | 360 | 57 | 74 | 0 | 6 | 375 | 123 | 102 |
| Binary | 10000000 | 1100001 | 11110000 | 101111 | 111100 | 0 | 110 | 11111101 | 1010011 | 1000010 |
Color Harmonies of #8061F0
Complementary color
Monochromatic Colors of #8061F0
Black with #8061F0
Text Example
Text Example
White with #8061F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8061F0; }
p { color: rgb(128,97,240); }
H1.HeaderClassName
{
color: #8061F0;
}
.AnyTagClassName
{
color: #8061F0;
}
</style>
background-color css
<style>
a { background-color: #8061F0; }
a { background-color: rgb(128,97,240); }
div.DivClassName
{
background-color: #8061F0;
}
.BgClassName
{
background-color: #8061F0;
}
</style>
border-color css
<style>
span { border-color: #8061F0; }
span { border-color: rgb(128,97,240); }
td.TdClassName
{
border-color: #8061F0;
}
.TagClassName
{
border-color: #8061F0;
}
</style>