Shades of Medium Slate Blue #8053FE
Tints of Medium Slate Blue #8053FE
RGB
CMYK
RGB Variations
Color information
#8053FE (or 0x8053FE) is known color: Medium Slate Blue. HEX triplet: 80, 53 and FE. RGB value is (128,83,254). Sum of RGB (Red+Green+Blue) = 128+83+254=465 (61% of max value = 765). Red value is 128 (50.39% from 255 or 27.53% from 465); Green value is 83 (32.81% from 255 or 17.85% from 465); Blue value is 254 (99.61% from 255 or 54.62% from 465); Max value from RGB is 254 - color contains mainly: blue. Hex color #8053FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8053FE is #7FAC01. Grayscale: #737373. Windows color (decimal): -8367106 or 16667520. OLE color: 16667520.
HSL color Cylindrical-coordinate representation of color #8053FE: hue angle of 255.79º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8053FE is Cyan = 0.50, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 128 | 83 | 254 | - |
| CMYK | 0.50 | 0.67 | 0 | 0.00 |
| HSL | 255.79º | 0.99% | 0.66% | - |
| HSV(B) | 255.79º | 0.67% | 1% | - |
| XYZ | 29.88 | 17.93 | 95.65 | - |
| YUV | 115.95 | 205.91 | 136.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 83 | 254 | 0.50 | 0.67 | 0 | 0.00 | 255.79 | 0.99 | 0.66 |
| Hex | 80 | 53 | FE | 32 | 43 | 0 | 0 | 100 | 63 | 42 |
| Octal | 200 | 123 | 376 | 62 | 103 | 0 | 0 | 400 | 143 | 102 |
| Binary | 10000000 | 1010011 | 11111110 | 110010 | 1000011 | 0 | 0 | 100000000 | 1100011 | 1000010 |
Color Harmonies of #8053FE
Complementary color
Monochromatic Colors of #8053FE
Black with #8053FE
Text Example
Text Example
White with #8053FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8053FE; }
p { color: rgb(128,83,254); }
H1.HeaderClassName
{
color: #8053FE;
}
.AnyTagClassName
{
color: #8053FE;
}
</style>
background-color css
<style>
a { background-color: #8053FE; }
a { background-color: rgb(128,83,254); }
div.DivClassName
{
background-color: #8053FE;
}
.BgClassName
{
background-color: #8053FE;
}
</style>
border-color css
<style>
span { border-color: #8053FE; }
span { border-color: rgb(128,83,254); }
td.TdClassName
{
border-color: #8053FE;
}
.TagClassName
{
border-color: #8053FE;
}
</style>