Shades of Medium Slate Blue #8050FE
Tints of Medium Slate Blue #8050FE
RGB
CMYK
RGB Variations
Color information
#8050FE (or 0x8050FE) is known color: Medium Slate Blue. HEX triplet: 80, 50 and FE. RGB value is (128,80,254). Sum of RGB (Red+Green+Blue) = 128+80+254=462 (61% of max value = 765). Red value is 128 (50.39% from 255 or 27.71% from 462); Green value is 80 (31.64% from 255 or 17.32% from 462); Blue value is 254 (99.61% from 255 or 54.98% from 462); Max value from RGB is 254 - color contains mainly: blue. Hex color #8050FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8050FE is #7FAF01. Grayscale: #717171. Windows color (decimal): -8367874 or 16666752. OLE color: 16666752.
HSL color Cylindrical-coordinate representation of color #8050FE: hue angle of 256.55º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8050FE is Cyan = 0.50, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 128 | 80 | 254 | - |
| CMYK | 0.50 | 0.69 | 0 | 0.00 |
| HSL | 256.55º | 0.99% | 0.65% | - |
| HSV(B) | 256.55º | 0.69% | 1% | - |
| XYZ | 29.66 | 17.48 | 95.58 | - |
| YUV | 114.19 | 206.9 | 137.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 80 | 254 | 0.50 | 0.69 | 0 | 0.00 | 256.55 | 0.99 | 0.65 |
| Hex | 80 | 50 | FE | 32 | 45 | 0 | 0 | 101 | 63 | 41 |
| Octal | 200 | 120 | 376 | 62 | 105 | 0 | 0 | 401 | 143 | 101 |
| Binary | 10000000 | 1010000 | 11111110 | 110010 | 1000101 | 0 | 0 | 100000001 | 1100011 | 1000001 |
Color Harmonies of #8050FE
Complementary color
Monochromatic Colors of #8050FE
Black with #8050FE
Text Example
Text Example
White with #8050FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8050FE; }
p { color: rgb(128,80,254); }
H1.HeaderClassName
{
color: #8050FE;
}
.AnyTagClassName
{
color: #8050FE;
}
</style>
background-color css
<style>
a { background-color: #8050FE; }
a { background-color: rgb(128,80,254); }
div.DivClassName
{
background-color: #8050FE;
}
.BgClassName
{
background-color: #8050FE;
}
</style>
border-color css
<style>
span { border-color: #8050FE; }
span { border-color: rgb(128,80,254); }
td.TdClassName
{
border-color: #8050FE;
}
.TagClassName
{
border-color: #8050FE;
}
</style>