Shades of Medium Slate Blue #8260DC
Tints of Medium Slate Blue #8260DC
RGB
CMYK
RGB Variations
Color information
#8260DC (or 0x8260DC) is known color: Medium Slate Blue. HEX triplet: 82, 60 and DC. RGB value is (130,96,220). Sum of RGB (Red+Green+Blue) = 130+96+220=446 (59% of max value = 765). Red value is 130 (51.17% from 255 or 29.15% from 446); Green value is 96 (37.89% from 255 or 21.52% from 446); Blue value is 220 (86.33% from 255 or 49.33% from 446); Max value from RGB is 220 - color contains mainly: blue. Hex color #8260DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8260DC is #7D9F23. Grayscale: #777777. Windows color (decimal): -8232740 or 14442626. OLE color: 14442626.
HSL color Cylindrical-coordinate representation of color #8260DC: hue angle of 256.45º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8260DC is Cyan = 0.41, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 130 | 96 | 220 | - |
| CMYK | 0.41 | 0.56 | 0 | 0.14 |
| HSL | 256.45º | 0.64% | 0.62% | - |
| HSV(B) | 256.45º | 0.56% | 0.86% | - |
| XYZ | 26.31 | 18.28 | 69.85 | - |
| YUV | 120.3 | 184.26 | 134.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 96 | 220 | 0.41 | 0.56 | 0 | 0.14 | 256.45 | 0.64 | 0.62 |
| Hex | 82 | 60 | DC | 29 | 38 | 0 | E | 100 | 40 | 3E |
| Octal | 202 | 140 | 334 | 51 | 70 | 0 | 16 | 400 | 100 | 76 |
| Binary | 10000010 | 1100000 | 11011100 | 101001 | 111000 | 0 | 1110 | 100000000 | 1000000 | 111110 |
Color Harmonies of #8260DC
Complementary color
Monochromatic Colors of #8260DC
Black with #8260DC
Text Example
Text Example
White with #8260DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8260DC; }
p { color: rgb(130,96,220); }
H1.HeaderClassName
{
color: #8260DC;
}
.AnyTagClassName
{
color: #8260DC;
}
</style>
background-color css
<style>
a { background-color: #8260DC; }
a { background-color: rgb(130,96,220); }
div.DivClassName
{
background-color: #8260DC;
}
.BgClassName
{
background-color: #8260DC;
}
</style>
border-color css
<style>
span { border-color: #8260DC; }
span { border-color: rgb(130,96,220); }
td.TdClassName
{
border-color: #8260DC;
}
.TagClassName
{
border-color: #8260DC;
}
</style>