Shades of Medium Slate Blue #8048FE
Tints of Medium Slate Blue #8048FE
RGB
CMYK
RGB Variations
Color information
#8048FE (or 0x8048FE) is known color: Medium Slate Blue. HEX triplet: 80, 48 and FE. RGB value is (128,72,254). Sum of RGB (Red+Green+Blue) = 128+72+254=454 (60% of max value = 765). Red value is 128 (50.39% from 255 or 28.19% from 454); Green value is 72 (28.52% from 255 or 15.86% from 454); Blue value is 254 (99.61% from 255 or 55.95% from 454); Max value from RGB is 254 - color contains mainly: blue. Hex color #8048FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8048FE is #7FB701. Grayscale: #6C6C6C. Windows color (decimal): -8369922 or 16664704. OLE color: 16664704.
HSL color Cylindrical-coordinate representation of color #8048FE: hue angle of 258.46º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8048FE is Cyan = 0.50, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 128 | 72 | 254 | - |
| CMYK | 0.50 | 0.72 | 0 | 0.00 |
| HSL | 258.46º | 0.99% | 0.64% | - |
| HSV(B) | 258.46º | 0.72% | 1% | - |
| XYZ | 29.11 | 16.38 | 95.39 | - |
| YUV | 109.49 | 209.55 | 141.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 72 | 254 | 0.50 | 0.72 | 0 | 0.00 | 258.46 | 0.99 | 0.64 |
| Hex | 80 | 48 | FE | 32 | 48 | 0 | 0 | 102 | 63 | 40 |
| Octal | 200 | 110 | 376 | 62 | 110 | 0 | 0 | 402 | 143 | 100 |
| Binary | 10000000 | 1001000 | 11111110 | 110010 | 1001000 | 0 | 0 | 100000010 | 1100011 | 1000000 |
Color Harmonies of #8048FE
Complementary color
Monochromatic Colors of #8048FE
Black with #8048FE
Text Example
Text Example
White with #8048FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8048FE; }
p { color: rgb(128,72,254); }
H1.HeaderClassName
{
color: #8048FE;
}
.AnyTagClassName
{
color: #8048FE;
}
</style>
background-color css
<style>
a { background-color: #8048FE; }
a { background-color: rgb(128,72,254); }
div.DivClassName
{
background-color: #8048FE;
}
.BgClassName
{
background-color: #8048FE;
}
</style>
border-color css
<style>
span { border-color: #8048FE; }
span { border-color: rgb(128,72,254); }
td.TdClassName
{
border-color: #8048FE;
}
.TagClassName
{
border-color: #8048FE;
}
</style>