Shades of Medium Slate Blue #8054FE
Tints of Medium Slate Blue #8054FE
RGB
CMYK
RGB Variations
Color information
#8054FE (or 0x8054FE) is known color: Medium Slate Blue. HEX triplet: 80, 54 and FE. RGB value is (128,84,254). Sum of RGB (Red+Green+Blue) = 128+84+254=466 (61% of max value = 765). Red value is 128 (50.39% from 255 or 27.47% from 466); Green value is 84 (33.20% from 255 or 18.03% from 466); Blue value is 254 (99.61% from 255 or 54.51% from 466); Max value from RGB is 254 - color contains mainly: blue. Hex color #8054FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8054FE is #7FAB01. Grayscale: #737373. Windows color (decimal): -8366850 or 16667776. OLE color: 16667776.
HSL color Cylindrical-coordinate representation of color #8054FE: hue angle of 255.53º 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 #8054FE is Cyan = 0.50, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 128 | 84 | 254 | - |
| CMYK | 0.50 | 0.67 | 0 | 0.00 |
| HSL | 255.53º | 0.99% | 0.66% | - |
| HSV(B) | 255.53º | 0.67% | 1% | - |
| XYZ | 29.96 | 18.09 | 95.68 | - |
| YUV | 116.54 | 205.58 | 136.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 84 | 254 | 0.50 | 0.67 | 0 | 0.00 | 255.53 | 0.99 | 0.66 |
| Hex | 80 | 54 | FE | 32 | 43 | 0 | 0 | 100 | 63 | 42 |
| Octal | 200 | 124 | 376 | 62 | 103 | 0 | 0 | 400 | 143 | 102 |
| Binary | 10000000 | 1010100 | 11111110 | 110010 | 1000011 | 0 | 0 | 100000000 | 1100011 | 1000010 |
Color Harmonies of #8054FE
Complementary color
Monochromatic Colors of #8054FE
Black with #8054FE
Text Example
Text Example
White with #8054FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8054FE; }
p { color: rgb(128,84,254); }
H1.HeaderClassName
{
color: #8054FE;
}
.AnyTagClassName
{
color: #8054FE;
}
</style>
background-color css
<style>
a { background-color: #8054FE; }
a { background-color: rgb(128,84,254); }
div.DivClassName
{
background-color: #8054FE;
}
.BgClassName
{
background-color: #8054FE;
}
</style>
border-color css
<style>
span { border-color: #8054FE; }
span { border-color: rgb(128,84,254); }
td.TdClassName
{
border-color: #8054FE;
}
.TagClassName
{
border-color: #8054FE;
}
</style>