Shades of Medium Slate Blue #826EE8
Tints of Medium Slate Blue #826EE8
RGB
CMYK
RGB Variations
Color information
#826EE8 (or 0x826EE8) is known color: Medium Slate Blue. HEX triplet: 82, 6E and E8. RGB value is (130,110,232). Sum of RGB (Red+Green+Blue) = 130+110+232=472 (62% of max value = 765). Red value is 130 (51.17% from 255 or 27.54% from 472); Green value is 110 (43.36% from 255 or 23.31% from 472); Blue value is 232 (91.02% from 255 or 49.15% from 472); Max value from RGB is 232 - color contains mainly: blue. Hex color #826EE8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #826EE8 is #7D9117. Grayscale: #818181. Windows color (decimal): -8229144 or 15232642. OLE color: 15232642.
HSL color Cylindrical-coordinate representation of color #826EE8: hue angle of 249.84º degrees, saturation: 0.73, 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 #826EE8 is Cyan = 0.44, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 130 | 110 | 232 | - |
| CMYK | 0.44 | 0.53 | 0 | 0.09 |
| HSL | 249.84º | 0.73% | 0.67% | - |
| HSV(B) | 249.84º | 0.53% | 0.91% | - |
| XYZ | 29.35 | 21.72 | 78.99 | - |
| YUV | 129.89 | 185.63 | 128.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 110 | 232 | 0.44 | 0.53 | 0 | 0.09 | 249.84 | 0.73 | 0.67 |
| Hex | 82 | 6E | E8 | 2C | 35 | 0 | 9 | FA | 49 | 43 |
| Octal | 202 | 156 | 350 | 54 | 65 | 0 | 11 | 372 | 111 | 103 |
| Binary | 10000010 | 1101110 | 11101000 | 101100 | 110101 | 0 | 1001 | 11111010 | 1001001 | 1000011 |
Color Harmonies of #826EE8
Complementary color
Monochromatic Colors of #826EE8
Black with #826EE8
Text Example
Text Example
White with #826EE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #826EE8; }
p { color: rgb(130,110,232); }
H1.HeaderClassName
{
color: #826EE8;
}
.AnyTagClassName
{
color: #826EE8;
}
</style>
background-color css
<style>
a { background-color: #826EE8; }
a { background-color: rgb(130,110,232); }
div.DivClassName
{
background-color: #826EE8;
}
.BgClassName
{
background-color: #826EE8;
}
</style>
border-color css
<style>
span { border-color: #826EE8; }
span { border-color: rgb(130,110,232); }
td.TdClassName
{
border-color: #826EE8;
}
.TagClassName
{
border-color: #826EE8;
}
</style>