Shades of Medium Slate Blue #826EE9
Tints of Medium Slate Blue #826EE9
RGB
CMYK
RGB Variations
Color information
#826EE9 (or 0x826EE9) is known color: Medium Slate Blue. HEX triplet: 82, 6E and E9. RGB value is (130,110,233). Sum of RGB (Red+Green+Blue) = 130+110+233=473 (62% of max value = 765). Red value is 130 (51.17% from 255 or 27.48% from 473); Green value is 110 (43.36% from 255 or 23.26% from 473); Blue value is 233 (91.41% from 255 or 49.26% from 473); Max value from RGB is 233 - color contains mainly: blue. Hex color #826EE9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #826EE9 is #7D9116. Grayscale: #818181. Windows color (decimal): -8229143 or 15298178. OLE color: 15298178.
HSL color Cylindrical-coordinate representation of color #826EE9: hue angle of 249.76º degrees, saturation: 0.74, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #826EE9 is Cyan = 0.44, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 130 | 110 | 233 | - |
| CMYK | 0.44 | 0.53 | 0 | 0.09 |
| HSL | 249.76º | 0.74% | 0.67% | - |
| HSV(B) | 249.76º | 0.53% | 0.91% | - |
| XYZ | 29.49 | 21.78 | 79.74 | - |
| YUV | 130 | 186.13 | 128 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 110 | 233 | 0.44 | 0.53 | 0 | 0.09 | 249.76 | 0.74 | 0.67 |
| Hex | 82 | 6E | E9 | 2C | 35 | 0 | 9 | FA | 4A | 43 |
| Octal | 202 | 156 | 351 | 54 | 65 | 0 | 11 | 372 | 112 | 103 |
| Binary | 10000010 | 1101110 | 11101001 | 101100 | 110101 | 0 | 1001 | 11111010 | 1001010 | 1000011 |
Color Harmonies of #826EE9
Complementary color
Monochromatic Colors of #826EE9
Black with #826EE9
Text Example
Text Example
White with #826EE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #826EE9; }
p { color: rgb(130,110,233); }
H1.HeaderClassName
{
color: #826EE9;
}
.AnyTagClassName
{
color: #826EE9;
}
</style>
background-color css
<style>
a { background-color: #826EE9; }
a { background-color: rgb(130,110,233); }
div.DivClassName
{
background-color: #826EE9;
}
.BgClassName
{
background-color: #826EE9;
}
</style>
border-color css
<style>
span { border-color: #826EE9; }
span { border-color: rgb(130,110,233); }
td.TdClassName
{
border-color: #826EE9;
}
.TagClassName
{
border-color: #826EE9;
}
</style>