Shades of Medium Slate Blue #826EEE
Tints of Medium Slate Blue #826EEE
RGB
CMYK
RGB Variations
Color information
#826EEE (or 0x826EEE) is known color: Medium Slate Blue. HEX triplet: 82, 6E and EE. RGB value is (130,110,238). Sum of RGB (Red+Green+Blue) = 130+110+238=478 (63% of max value = 765). Red value is 130 (51.17% from 255 or 27.20% from 478); Green value is 110 (43.36% from 255 or 23.01% from 478); Blue value is 238 (93.36% from 255 or 49.79% from 478); Max value from RGB is 238 - color contains mainly: blue. Hex color #826EEE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #826EEE is #7D9111. Grayscale: #828282. Windows color (decimal): -8229138 or 15625858. OLE color: 15625858.
HSL color Cylindrical-coordinate representation of color #826EEE: hue angle of 249.38º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #826EEE is Cyan = 0.45, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 130 | 110 | 238 | - |
| CMYK | 0.45 | 0.54 | 0 | 0.07 |
| HSL | 249.38º | 0.79% | 0.68% | - |
| HSV(B) | 249.38º | 0.54% | 0.93% | - |
| XYZ | 30.21 | 22.07 | 83.56 | - |
| YUV | 130.57 | 188.63 | 127.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 110 | 238 | 0.45 | 0.54 | 0 | 0.07 | 249.38 | 0.79 | 0.68 |
| Hex | 82 | 6E | EE | 2D | 36 | 0 | 7 | F9 | 4F | 44 |
| Octal | 202 | 156 | 356 | 55 | 66 | 0 | 7 | 371 | 117 | 104 |
| Binary | 10000010 | 1101110 | 11101110 | 101101 | 110110 | 0 | 111 | 11111001 | 1001111 | 1000100 |
Color Harmonies of #826EEE
Complementary color
Monochromatic Colors of #826EEE
Black with #826EEE
Text Example
Text Example
White with #826EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #826EEE; }
p { color: rgb(130,110,238); }
H1.HeaderClassName
{
color: #826EEE;
}
.AnyTagClassName
{
color: #826EEE;
}
</style>
background-color css
<style>
a { background-color: #826EEE; }
a { background-color: rgb(130,110,238); }
div.DivClassName
{
background-color: #826EEE;
}
.BgClassName
{
background-color: #826EEE;
}
</style>
border-color css
<style>
span { border-color: #826EEE; }
span { border-color: rgb(130,110,238); }
td.TdClassName
{
border-color: #826EEE;
}
.TagClassName
{
border-color: #826EEE;
}
</style>