Shades of Medium Slate Blue #8053F4
Tints of Medium Slate Blue #8053F4
RGB
CMYK
RGB Variations
Color information
#8053F4 (or 0x8053F4) is known color: Medium Slate Blue. HEX triplet: 80, 53 and F4. RGB value is (128,83,244). Sum of RGB (Red+Green+Blue) = 128+83+244=455 (60% of max value = 765). Red value is 128 (50.39% from 255 or 28.13% from 455); Green value is 83 (32.81% from 255 or 18.24% from 455); Blue value is 244 (95.70% from 255 or 53.63% from 455); Max value from RGB is 244 - color contains mainly: blue. Hex color #8053F4 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8053F4 is #7FAC0B. Grayscale: #727272. Windows color (decimal): -8367116 or 16012160. OLE color: 16012160.
HSL color Cylindrical-coordinate representation of color #8053F4: hue angle of 256.77º degrees, saturation: 0.88, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8053F4 is Cyan = 0.48, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 128 | 83 | 244 | - |
| CMYK | 0.48 | 0.66 | 0 | 0.04 |
| HSL | 256.77º | 0.88% | 0.64% | - |
| HSV(B) | 256.77º | 0.66% | 0.96% | - |
| XYZ | 28.32 | 17.31 | 87.44 | - |
| YUV | 114.81 | 200.91 | 137.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 83 | 244 | 0.48 | 0.66 | 0 | 0.04 | 256.77 | 0.88 | 0.64 |
| Hex | 80 | 53 | F4 | 30 | 42 | 0 | 4 | 101 | 58 | 40 |
| Octal | 200 | 123 | 364 | 60 | 102 | 0 | 4 | 401 | 130 | 100 |
| Binary | 10000000 | 1010011 | 11110100 | 110000 | 1000010 | 0 | 100 | 100000001 | 1011000 | 1000000 |
Color Harmonies of #8053F4
Complementary color
Monochromatic Colors of #8053F4
Black with #8053F4
Text Example
Text Example
White with #8053F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8053F4; }
p { color: rgb(128,83,244); }
H1.HeaderClassName
{
color: #8053F4;
}
.AnyTagClassName
{
color: #8053F4;
}
</style>
background-color css
<style>
a { background-color: #8053F4; }
a { background-color: rgb(128,83,244); }
div.DivClassName
{
background-color: #8053F4;
}
.BgClassName
{
background-color: #8053F4;
}
</style>
border-color css
<style>
span { border-color: #8053F4; }
span { border-color: rgb(128,83,244); }
td.TdClassName
{
border-color: #8053F4;
}
.TagClassName
{
border-color: #8053F4;
}
</style>