Shades of Medium Slate Blue #8053FF
Tints of Medium Slate Blue #8053FF
RGB
CMYK
RGB Variations
Color information
#8053FF (or 0x8053FF) is known color: Medium Slate Blue. HEX triplet: 80, 53 and FF. RGB value is (128,83,255). Sum of RGB (Red+Green+Blue) = 128+83+255=466 (61% of max value = 765). Red value is 128 (50.39% from 255 or 27.47% from 466); Green value is 83 (32.81% from 255 or 17.81% from 466); Blue value is 255 (100% from 255 or 54.72% from 466); Max value from RGB is 255 - color contains mainly: blue. Hex color #8053FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8053FF is #7FAC00. Grayscale: #737373. Windows color (decimal): -8367105 or 16733056. OLE color: 16733056.
HSL color Cylindrical-coordinate representation of color #8053FF: hue angle of 255.7º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8053FF is Cyan = 0.50, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 128 | 83 | 255 | - |
| CMYK | 0.50 | 0.67 | 0 | 0 |
| HSL | 255.7º | 1% | 0.66% | - |
| HSV(B) | 255.7º | 0.67% | 1% | - |
| XYZ | 30.05 | 18 | 96.5 | - |
| YUV | 116.06 | 206.41 | 136.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 83 | 255 | 0.50 | 0.67 | 0 | 0 | 255.7 | 1 | 0.66 |
| Hex | 80 | 53 | FF | 32 | 43 | 0 | 0 | 100 | 64 | 42 |
| Octal | 200 | 123 | 377 | 62 | 103 | 0 | 0 | 400 | 144 | 102 |
| Binary | 10000000 | 1010011 | 11111111 | 110010 | 1000011 | 0 | 0 | 100000000 | 1100100 | 1000010 |
Color Harmonies of #8053FF
Complementary color
Monochromatic Colors of #8053FF
Black with #8053FF
Text Example
Text Example
White with #8053FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8053FF; }
p { color: rgb(128,83,255); }
H1.HeaderClassName
{
color: #8053FF;
}
.AnyTagClassName
{
color: #8053FF;
}
</style>
background-color css
<style>
a { background-color: #8053FF; }
a { background-color: rgb(128,83,255); }
div.DivClassName
{
background-color: #8053FF;
}
.BgClassName
{
background-color: #8053FF;
}
</style>
border-color css
<style>
span { border-color: #8053FF; }
span { border-color: rgb(128,83,255); }
td.TdClassName
{
border-color: #8053FF;
}
.TagClassName
{
border-color: #8053FF;
}
</style>