Shades of Medium Slate Blue #8260F0
Tints of Medium Slate Blue #8260F0
RGB
CMYK
RGB Variations
Color information
#8260F0 (or 0x8260F0) is known color: Medium Slate Blue. HEX triplet: 82, 60 and F0. RGB value is (130,96,240). Sum of RGB (Red+Green+Blue) = 130+96+240=466 (61% of max value = 765). Red value is 130 (51.17% from 255 or 27.90% from 466); Green value is 96 (37.89% from 255 or 20.60% from 466); Blue value is 240 (94.14% from 255 or 51.50% from 466); Max value from RGB is 240 - color contains mainly: blue. Hex color #8260F0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8260F0 is #7D9F0F. Grayscale: #7A7A7A. Windows color (decimal): -8232720 or 15753346. OLE color: 15753346.
HSL color Cylindrical-coordinate representation of color #8260F0: hue angle of 254.17º degrees, saturation: 0.83, 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 #8260F0 is Cyan = 0.46, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 130 | 96 | 240 | - |
| CMYK | 0.46 | 0.6 | 0 | 0.06 |
| HSL | 254.17º | 0.83% | 0.66% | - |
| HSV(B) | 254.17º | 0.6% | 0.94% | - |
| XYZ | 29.12 | 19.4 | 84.65 | - |
| YUV | 122.58 | 194.26 | 133.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 96 | 240 | 0.46 | 0.6 | 0 | 0.06 | 254.17 | 0.83 | 0.66 |
| Hex | 82 | 60 | F0 | 2E | 3C | 0 | 6 | FE | 53 | 42 |
| Octal | 202 | 140 | 360 | 56 | 74 | 0 | 6 | 376 | 123 | 102 |
| Binary | 10000010 | 1100000 | 11110000 | 101110 | 111100 | 0 | 110 | 11111110 | 1010011 | 1000010 |
Color Harmonies of #8260F0
Complementary color
Monochromatic Colors of #8260F0
Black with #8260F0
Text Example
Text Example
White with #8260F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8260F0; }
p { color: rgb(130,96,240); }
H1.HeaderClassName
{
color: #8260F0;
}
.AnyTagClassName
{
color: #8260F0;
}
</style>
background-color css
<style>
a { background-color: #8260F0; }
a { background-color: rgb(130,96,240); }
div.DivClassName
{
background-color: #8260F0;
}
.BgClassName
{
background-color: #8260F0;
}
</style>
border-color css
<style>
span { border-color: #8260F0; }
span { border-color: rgb(130,96,240); }
td.TdClassName
{
border-color: #8260F0;
}
.TagClassName
{
border-color: #8260F0;
}
</style>