Shades of Medium Slate Blue #8260EF
Tints of Medium Slate Blue #8260EF
RGB
CMYK
RGB Variations
Color information
#8260EF (or 0x8260EF) is known color: Medium Slate Blue. HEX triplet: 82, 60 and EF. RGB value is (130,96,239). Sum of RGB (Red+Green+Blue) = 130+96+239=465 (61% of max value = 765). Red value is 130 (51.17% from 255 or 27.96% from 465); Green value is 96 (37.89% from 255 or 20.65% from 465); Blue value is 239 (93.75% from 255 or 51.40% from 465); Max value from RGB is 239 - color contains mainly: blue. Hex color #8260EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8260EF is #7D9F10. Grayscale: #797979. Windows color (decimal): -8232721 or 15687810. OLE color: 15687810.
HSL color Cylindrical-coordinate representation of color #8260EF: hue angle of 254.27º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8260EF is Cyan = 0.46, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 130 | 96 | 239 | - |
| CMYK | 0.46 | 0.60 | 0 | 0.06 |
| HSL | 254.27º | 0.82% | 0.66% | - |
| HSV(B) | 254.27º | 0.6% | 0.94% | - |
| XYZ | 28.97 | 19.34 | 83.87 | - |
| YUV | 122.47 | 193.76 | 133.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 96 | 239 | 0.46 | 0.60 | 0 | 0.06 | 254.27 | 0.82 | 0.66 |
| Hex | 82 | 60 | EF | 2E | 3C | 0 | 6 | FE | 52 | 42 |
| Octal | 202 | 140 | 357 | 56 | 74 | 0 | 6 | 376 | 122 | 102 |
| Binary | 10000010 | 1100000 | 11101111 | 101110 | 111100 | 0 | 110 | 11111110 | 1010010 | 1000010 |
Color Harmonies of #8260EF
Complementary color
Monochromatic Colors of #8260EF
Black with #8260EF
Text Example
Text Example
White with #8260EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8260EF; }
p { color: rgb(130,96,239); }
H1.HeaderClassName
{
color: #8260EF;
}
.AnyTagClassName
{
color: #8260EF;
}
</style>
background-color css
<style>
a { background-color: #8260EF; }
a { background-color: rgb(130,96,239); }
div.DivClassName
{
background-color: #8260EF;
}
.BgClassName
{
background-color: #8260EF;
}
</style>
border-color css
<style>
span { border-color: #8260EF; }
span { border-color: rgb(130,96,239); }
td.TdClassName
{
border-color: #8260EF;
}
.TagClassName
{
border-color: #8260EF;
}
</style>