Shades of Medium Slate Blue #8053F8
Tints of Medium Slate Blue #8053F8
RGB
CMYK
RGB Variations
Color information
#8053F8 (or 0x8053F8) is known color: Medium Slate Blue. HEX triplet: 80, 53 and F8. RGB value is (128,83,248). Sum of RGB (Red+Green+Blue) = 128+83+248=459 (60% of max value = 765). Red value is 128 (50.39% from 255 or 27.89% from 459); Green value is 83 (32.81% from 255 or 18.08% from 459); Blue value is 248 (97.27% from 255 or 54.03% from 459); Max value from RGB is 248 - color contains mainly: blue. Hex color #8053F8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8053F8 is #7FAC07. Grayscale: #727272. Windows color (decimal): -8367112 or 16274304. OLE color: 16274304.
HSL color Cylindrical-coordinate representation of color #8053F8: hue angle of 256.36º degrees, saturation: 0.92, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8053F8 is Cyan = 0.48, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 128 | 83 | 248 | - |
| CMYK | 0.48 | 0.67 | 0 | 0.03 |
| HSL | 256.36º | 0.92% | 0.65% | - |
| HSV(B) | 256.36º | 0.67% | 0.97% | - |
| XYZ | 28.94 | 17.55 | 90.67 | - |
| YUV | 115.27 | 202.91 | 137.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 83 | 248 | 0.48 | 0.67 | 0 | 0.03 | 256.36 | 0.92 | 0.65 |
| Hex | 80 | 53 | F8 | 30 | 43 | 0 | 3 | 100 | 5C | 41 |
| Octal | 200 | 123 | 370 | 60 | 103 | 0 | 3 | 400 | 134 | 101 |
| Binary | 10000000 | 1010011 | 11111000 | 110000 | 1000011 | 0 | 11 | 100000000 | 1011100 | 1000001 |
Color Harmonies of #8053F8
Complementary color
Monochromatic Colors of #8053F8
Black with #8053F8
Text Example
Text Example
White with #8053F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8053F8; }
p { color: rgb(128,83,248); }
H1.HeaderClassName
{
color: #8053F8;
}
.AnyTagClassName
{
color: #8053F8;
}
</style>
background-color css
<style>
a { background-color: #8053F8; }
a { background-color: rgb(128,83,248); }
div.DivClassName
{
background-color: #8053F8;
}
.BgClassName
{
background-color: #8053F8;
}
</style>
border-color css
<style>
span { border-color: #8053F8; }
span { border-color: rgb(128,83,248); }
td.TdClassName
{
border-color: #8053F8;
}
.TagClassName
{
border-color: #8053F8;
}
</style>