Shades of Medium Slate Blue #8053F6
Tints of Medium Slate Blue #8053F6
RGB
CMYK
RGB Variations
Color information
#8053F6 (or 0x8053F6) is known color: Medium Slate Blue. HEX triplet: 80, 53 and F6. RGB value is (128,83,246). Sum of RGB (Red+Green+Blue) = 128+83+246=457 (60% of max value = 765). Red value is 128 (50.39% from 255 or 28.01% from 457); Green value is 83 (32.81% from 255 or 18.16% from 457); Blue value is 246 (96.48% from 255 or 53.83% from 457); Max value from RGB is 246 - color contains mainly: blue. Hex color #8053F6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8053F6 is #7FAC09. Grayscale: #727272. Windows color (decimal): -8367114 or 16143232. OLE color: 16143232.
HSL color Cylindrical-coordinate representation of color #8053F6: hue angle of 256.56º degrees, saturation: 0.9, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8053F6 is Cyan = 0.48, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 128 | 83 | 246 | - |
| CMYK | 0.48 | 0.66 | 0 | 0.04 |
| HSL | 256.56º | 0.9% | 0.65% | - |
| HSV(B) | 256.56º | 0.66% | 0.96% | - |
| XYZ | 28.63 | 17.43 | 89.04 | - |
| YUV | 115.04 | 201.91 | 137.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 83 | 246 | 0.48 | 0.66 | 0 | 0.04 | 256.56 | 0.9 | 0.65 |
| Hex | 80 | 53 | F6 | 30 | 42 | 0 | 4 | 101 | 5A | 41 |
| Octal | 200 | 123 | 366 | 60 | 102 | 0 | 4 | 401 | 132 | 101 |
| Binary | 10000000 | 1010011 | 11110110 | 110000 | 1000010 | 0 | 100 | 100000001 | 1011010 | 1000001 |
Color Harmonies of #8053F6
Complementary color
Monochromatic Colors of #8053F6
Black with #8053F6
Text Example
Text Example
White with #8053F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8053F6; }
p { color: rgb(128,83,246); }
H1.HeaderClassName
{
color: #8053F6;
}
.AnyTagClassName
{
color: #8053F6;
}
</style>
background-color css
<style>
a { background-color: #8053F6; }
a { background-color: rgb(128,83,246); }
div.DivClassName
{
background-color: #8053F6;
}
.BgClassName
{
background-color: #8053F6;
}
</style>
border-color css
<style>
span { border-color: #8053F6; }
span { border-color: rgb(128,83,246); }
td.TdClassName
{
border-color: #8053F6;
}
.TagClassName
{
border-color: #8053F6;
}
</style>