Shades of Medium Slate Blue #826FEE
Tints of Medium Slate Blue #826FEE
RGB
CMYK
RGB Variations
Color information
#826FEE (or 0x826FEE) is known color: Medium Slate Blue. HEX triplet: 82, 6F and EE. RGB value is (130,111,238). Sum of RGB (Red+Green+Blue) = 130+111+238=479 (63% of max value = 765). Red value is 130 (51.17% from 255 or 27.14% from 479); Green value is 111 (43.75% from 255 or 23.17% from 479); Blue value is 238 (93.36% from 255 or 49.69% from 479); Max value from RGB is 238 - color contains mainly: blue. Hex color #826FEE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #826FEE is #7D9011. Grayscale: #828282. Windows color (decimal): -8228882 or 15626114. OLE color: 15626114.
HSL color Cylindrical-coordinate representation of color #826FEE: hue angle of 248.98º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #826FEE is Cyan = 0.45, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 130 | 111 | 238 | - |
| CMYK | 0.45 | 0.53 | 0 | 0.07 |
| HSL | 248.98º | 0.79% | 0.68% | - |
| HSV(B) | 248.98º | 0.53% | 0.93% | - |
| XYZ | 30.32 | 22.29 | 83.59 | - |
| YUV | 131.16 | 188.29 | 127.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 111 | 238 | 0.45 | 0.53 | 0 | 0.07 | 248.98 | 0.79 | 0.68 |
| Hex | 82 | 6F | EE | 2D | 35 | 0 | 7 | F9 | 4F | 44 |
| Octal | 202 | 157 | 356 | 55 | 65 | 0 | 7 | 371 | 117 | 104 |
| Binary | 10000010 | 1101111 | 11101110 | 101101 | 110101 | 0 | 111 | 11111001 | 1001111 | 1000100 |
Color Harmonies of #826FEE
Complementary color
Monochromatic Colors of #826FEE
Black with #826FEE
Text Example
Text Example
White with #826FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #826FEE; }
p { color: rgb(130,111,238); }
H1.HeaderClassName
{
color: #826FEE;
}
.AnyTagClassName
{
color: #826FEE;
}
</style>
background-color css
<style>
a { background-color: #826FEE; }
a { background-color: rgb(130,111,238); }
div.DivClassName
{
background-color: #826FEE;
}
.BgClassName
{
background-color: #826FEE;
}
</style>
border-color css
<style>
span { border-color: #826FEE; }
span { border-color: rgb(130,111,238); }
td.TdClassName
{
border-color: #826FEE;
}
.TagClassName
{
border-color: #826FEE;
}
</style>