Shades of Medium Slate Blue #8049FE
Tints of Medium Slate Blue #8049FE
RGB
CMYK
RGB Variations
Color information
#8049FE (or 0x8049FE) is known color: Medium Slate Blue. HEX triplet: 80, 49 and FE. RGB value is (128,73,254). Sum of RGB (Red+Green+Blue) = 128+73+254=455 (60% of max value = 765). Red value is 128 (50.39% from 255 or 28.13% from 455); Green value is 73 (28.91% from 255 or 16.04% from 455); Blue value is 254 (99.61% from 255 or 55.82% from 455); Max value from RGB is 254 - color contains mainly: blue. Hex color #8049FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8049FE is #7FB601. Grayscale: #6D6D6D. Windows color (decimal): -8369666 or 16664960. OLE color: 16664960.
HSL color Cylindrical-coordinate representation of color #8049FE: hue angle of 258.23º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8049FE is Cyan = 0.50, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 128 | 73 | 254 | - |
| CMYK | 0.50 | 0.71 | 0 | 0.00 |
| HSL | 258.23º | 0.99% | 0.64% | - |
| HSV(B) | 258.23º | 0.71% | 1% | - |
| XYZ | 29.17 | 16.51 | 95.42 | - |
| YUV | 110.08 | 209.22 | 140.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 73 | 254 | 0.50 | 0.71 | 0 | 0.00 | 258.23 | 0.99 | 0.64 |
| Hex | 80 | 49 | FE | 32 | 47 | 0 | 0 | 102 | 63 | 40 |
| Octal | 200 | 111 | 376 | 62 | 107 | 0 | 0 | 402 | 143 | 100 |
| Binary | 10000000 | 1001001 | 11111110 | 110010 | 1000111 | 0 | 0 | 100000010 | 1100011 | 1000000 |
Color Harmonies of #8049FE
Complementary color
Monochromatic Colors of #8049FE
Black with #8049FE
Text Example
Text Example
White with #8049FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8049FE; }
p { color: rgb(128,73,254); }
H1.HeaderClassName
{
color: #8049FE;
}
.AnyTagClassName
{
color: #8049FE;
}
</style>
background-color css
<style>
a { background-color: #8049FE; }
a { background-color: rgb(128,73,254); }
div.DivClassName
{
background-color: #8049FE;
}
.BgClassName
{
background-color: #8049FE;
}
</style>
border-color css
<style>
span { border-color: #8049FE; }
span { border-color: rgb(128,73,254); }
td.TdClassName
{
border-color: #8049FE;
}
.TagClassName
{
border-color: #8049FE;
}
</style>