Shades of Medium Slate Blue #8260E7
Tints of Medium Slate Blue #8260E7
RGB
CMYK
RGB Variations
Color information
#8260E7 (or 0x8260E7) is known color: Medium Slate Blue. HEX triplet: 82, 60 and E7. RGB value is (130,96,231). Sum of RGB (Red+Green+Blue) = 130+96+231=457 (60% of max value = 765). Red value is 130 (51.17% from 255 or 28.45% from 457); Green value is 96 (37.89% from 255 or 21.01% from 457); Blue value is 231 (90.62% from 255 or 50.55% from 457); Max value from RGB is 231 - color contains mainly: blue. Hex color #8260E7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8260E7 is #7D9F18. Grayscale: #797979. Windows color (decimal): -8232729 or 15163522. OLE color: 15163522.
HSL color Cylindrical-coordinate representation of color #8260E7: hue angle of 255.11º degrees, saturation: 0.74, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8260E7 is Cyan = 0.44, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 130 | 96 | 231 | - |
| CMYK | 0.44 | 0.58 | 0 | 0.09 |
| HSL | 255.11º | 0.74% | 0.64% | - |
| HSV(B) | 255.11º | 0.58% | 0.91% | - |
| XYZ | 27.81 | 18.88 | 77.78 | - |
| YUV | 121.56 | 189.76 | 134.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 96 | 231 | 0.44 | 0.58 | 0 | 0.09 | 255.11 | 0.74 | 0.64 |
| Hex | 82 | 60 | E7 | 2C | 3A | 0 | 9 | FF | 4A | 40 |
| Octal | 202 | 140 | 347 | 54 | 72 | 0 | 11 | 377 | 112 | 100 |
| Binary | 10000010 | 1100000 | 11100111 | 101100 | 111010 | 0 | 1001 | 11111111 | 1001010 | 1000000 |
Color Harmonies of #8260E7
Complementary color
Monochromatic Colors of #8260E7
Black with #8260E7
Text Example
Text Example
White with #8260E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8260E7; }
p { color: rgb(130,96,231); }
H1.HeaderClassName
{
color: #8260E7;
}
.AnyTagClassName
{
color: #8260E7;
}
</style>
background-color css
<style>
a { background-color: #8260E7; }
a { background-color: rgb(130,96,231); }
div.DivClassName
{
background-color: #8260E7;
}
.BgClassName
{
background-color: #8260E7;
}
</style>
border-color css
<style>
span { border-color: #8260E7; }
span { border-color: rgb(130,96,231); }
td.TdClassName
{
border-color: #8260E7;
}
.TagClassName
{
border-color: #8260E7;
}
</style>