Shades of Medium Slate Blue #8260EE
Tints of Medium Slate Blue #8260EE
RGB
CMYK
RGB Variations
Color information
#8260EE (or 0x8260EE) is known color: Medium Slate Blue. HEX triplet: 82, 60 and EE. RGB value is (130,96,238). Sum of RGB (Red+Green+Blue) = 130+96+238=464 (61% of max value = 765). Red value is 130 (51.17% from 255 or 28.02% from 464); Green value is 96 (37.89% from 255 or 20.69% from 464); Blue value is 238 (93.36% from 255 or 51.29% from 464); Max value from RGB is 238 - color contains mainly: blue. Hex color #8260EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8260EE is #7D9F11. Grayscale: #797979. Windows color (decimal): -8232722 or 15622274. OLE color: 15622274.
HSL color Cylindrical-coordinate representation of color #8260EE: hue angle of 254.37º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8260EE is Cyan = 0.45, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 130 | 96 | 238 | - |
| CMYK | 0.45 | 0.60 | 0 | 0.07 |
| HSL | 254.37º | 0.81% | 0.65% | - |
| HSV(B) | 254.37º | 0.6% | 0.93% | - |
| XYZ | 28.82 | 19.28 | 83.09 | - |
| YUV | 122.35 | 193.26 | 133.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 96 | 238 | 0.45 | 0.60 | 0 | 0.07 | 254.37 | 0.81 | 0.65 |
| Hex | 82 | 60 | EE | 2D | 3C | 0 | 7 | FE | 51 | 41 |
| Octal | 202 | 140 | 356 | 55 | 74 | 0 | 7 | 376 | 121 | 101 |
| Binary | 10000010 | 1100000 | 11101110 | 101101 | 111100 | 0 | 111 | 11111110 | 1010001 | 1000001 |
Color Harmonies of #8260EE
Complementary color
Monochromatic Colors of #8260EE
Black with #8260EE
Text Example
Text Example
White with #8260EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8260EE; }
p { color: rgb(130,96,238); }
H1.HeaderClassName
{
color: #8260EE;
}
.AnyTagClassName
{
color: #8260EE;
}
</style>
background-color css
<style>
a { background-color: #8260EE; }
a { background-color: rgb(130,96,238); }
div.DivClassName
{
background-color: #8260EE;
}
.BgClassName
{
background-color: #8260EE;
}
</style>
border-color css
<style>
span { border-color: #8260EE; }
span { border-color: rgb(130,96,238); }
td.TdClassName
{
border-color: #8260EE;
}
.TagClassName
{
border-color: #8260EE;
}
</style>