Shades of Medium Slate Blue #8054DE
Tints of Medium Slate Blue #8054DE
RGB
CMYK
RGB Variations
Color information
#8054DE (or 0x8054DE) is known color: Medium Slate Blue. HEX triplet: 80, 54 and DE. RGB value is (128,84,222). Sum of RGB (Red+Green+Blue) = 128+84+222=434 (57% of max value = 765). Red value is 128 (50.39% from 255 or 29.49% from 434); Green value is 84 (33.20% from 255 or 19.35% from 434); Blue value is 222 (87.11% from 255 or 51.15% from 434); Max value from RGB is 222 - color contains mainly: blue. Hex color #8054DE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8054DE is #7FAB21. Grayscale: #707070. Windows color (decimal): -8366882 or 14570624. OLE color: 14570624.
HSL color Cylindrical-coordinate representation of color #8054DE: hue angle of 259.13º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8054DE is Cyan = 0.42, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 128 | 84 | 222 | - |
| CMYK | 0.42 | 0.62 | 0 | 0.13 |
| HSL | 259.13º | 0.68% | 0.6% | - |
| HSV(B) | 259.13º | 0.62% | 0.87% | - |
| XYZ | 25.26 | 16.2 | 70.9 | - |
| YUV | 112.89 | 189.58 | 138.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 84 | 222 | 0.42 | 0.62 | 0 | 0.13 | 259.13 | 0.68 | 0.6 |
| Hex | 80 | 54 | DE | 2A | 3E | 0 | D | 103 | 44 | 3C |
| Octal | 200 | 124 | 336 | 52 | 76 | 0 | 15 | 403 | 104 | 74 |
| Binary | 10000000 | 1010100 | 11011110 | 101010 | 111110 | 0 | 1101 | 100000011 | 1000100 | 111100 |
Color Harmonies of #8054DE
Complementary color
Monochromatic Colors of #8054DE
Black with #8054DE
Text Example
Text Example
White with #8054DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8054DE; }
p { color: rgb(128,84,222); }
H1.HeaderClassName
{
color: #8054DE;
}
.AnyTagClassName
{
color: #8054DE;
}
</style>
background-color css
<style>
a { background-color: #8054DE; }
a { background-color: rgb(128,84,222); }
div.DivClassName
{
background-color: #8054DE;
}
.BgClassName
{
background-color: #8054DE;
}
</style>
border-color css
<style>
span { border-color: #8054DE; }
span { border-color: rgb(128,84,222); }
td.TdClassName
{
border-color: #8054DE;
}
.TagClassName
{
border-color: #8054DE;
}
</style>