Shades of Medium Slate Blue #8254EE
Tints of Medium Slate Blue #8254EE
RGB
CMYK
RGB Variations
Color information
#8254EE (or 0x8254EE) is known color: Medium Slate Blue. HEX triplet: 82, 54 and EE. RGB value is (130,84,238). Sum of RGB (Red+Green+Blue) = 130+84+238=452 (59% of max value = 765). Red value is 130 (51.17% from 255 or 28.76% from 452); Green value is 84 (33.20% from 255 or 18.58% from 452); Blue value is 238 (93.36% from 255 or 52.65% from 452); Max value from RGB is 238 - color contains mainly: blue. Hex color #8254EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8254EE is #7DAB11. Grayscale: #727272. Windows color (decimal): -8235794 or 15619202. OLE color: 15619202.
HSL color Cylindrical-coordinate representation of color #8254EE: hue angle of 257.92º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8254EE is Cyan = 0.45, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 130 | 84 | 238 | - |
| CMYK | 0.45 | 0.65 | 0 | 0.07 |
| HSL | 257.92º | 0.82% | 0.63% | - |
| HSV(B) | 257.92º | 0.65% | 0.93% | - |
| XYZ | 27.81 | 17.26 | 82.75 | - |
| YUV | 115.31 | 197.24 | 138.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 84 | 238 | 0.45 | 0.65 | 0 | 0.07 | 257.92 | 0.82 | 0.63 |
| Hex | 82 | 54 | EE | 2D | 41 | 0 | 7 | 102 | 52 | 3F |
| Octal | 202 | 124 | 356 | 55 | 101 | 0 | 7 | 402 | 122 | 77 |
| Binary | 10000010 | 1010100 | 11101110 | 101101 | 1000001 | 0 | 111 | 100000010 | 1010010 | 111111 |
Color Harmonies of #8254EE
Complementary color
Monochromatic Colors of #8254EE
Black with #8254EE
Text Example
Text Example
White with #8254EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8254EE; }
p { color: rgb(130,84,238); }
H1.HeaderClassName
{
color: #8254EE;
}
.AnyTagClassName
{
color: #8254EE;
}
</style>
background-color css
<style>
a { background-color: #8254EE; }
a { background-color: rgb(130,84,238); }
div.DivClassName
{
background-color: #8254EE;
}
.BgClassName
{
background-color: #8254EE;
}
</style>
border-color css
<style>
span { border-color: #8254EE; }
span { border-color: rgb(130,84,238); }
td.TdClassName
{
border-color: #8254EE;
}
.TagClassName
{
border-color: #8254EE;
}
</style>