Shades of Medium Slate Blue #8053F7
Tints of Medium Slate Blue #8053F7
RGB
CMYK
RGB Variations
Color information
#8053F7 (or 0x8053F7) is known color: Medium Slate Blue. HEX triplet: 80, 53 and F7. RGB value is (128,83,247). Sum of RGB (Red+Green+Blue) = 128+83+247=458 (60% of max value = 765). Red value is 128 (50.39% from 255 or 27.95% from 458); Green value is 83 (32.81% from 255 or 18.12% from 458); Blue value is 247 (96.88% from 255 or 53.93% from 458); Max value from RGB is 247 - color contains mainly: blue. Hex color #8053F7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8053F7 is #7FAC08. Grayscale: #727272. Windows color (decimal): -8367113 or 16208768. OLE color: 16208768.
HSL color Cylindrical-coordinate representation of color #8053F7: hue angle of 256.46º degrees, saturation: 0.91, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8053F7 is Cyan = 0.48, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 128 | 83 | 247 | - |
| CMYK | 0.48 | 0.66 | 0 | 0.03 |
| HSL | 256.46º | 0.91% | 0.65% | - |
| HSV(B) | 256.46º | 0.66% | 0.97% | - |
| XYZ | 28.78 | 17.49 | 89.85 | - |
| YUV | 115.15 | 202.41 | 137.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 83 | 247 | 0.48 | 0.66 | 0 | 0.03 | 256.46 | 0.91 | 0.65 |
| Hex | 80 | 53 | F7 | 30 | 42 | 0 | 3 | 100 | 5B | 41 |
| Octal | 200 | 123 | 367 | 60 | 102 | 0 | 3 | 400 | 133 | 101 |
| Binary | 10000000 | 1010011 | 11110111 | 110000 | 1000010 | 0 | 11 | 100000000 | 1011011 | 1000001 |
Color Harmonies of #8053F7
Complementary color
Monochromatic Colors of #8053F7
Black with #8053F7
Text Example
Text Example
White with #8053F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8053F7; }
p { color: rgb(128,83,247); }
H1.HeaderClassName
{
color: #8053F7;
}
.AnyTagClassName
{
color: #8053F7;
}
</style>
background-color css
<style>
a { background-color: #8053F7; }
a { background-color: rgb(128,83,247); }
div.DivClassName
{
background-color: #8053F7;
}
.BgClassName
{
background-color: #8053F7;
}
</style>
border-color css
<style>
span { border-color: #8053F7; }
span { border-color: rgb(128,83,247); }
td.TdClassName
{
border-color: #8053F7;
}
.TagClassName
{
border-color: #8053F7;
}
</style>