Shades of Medium Slate Blue #826BEE
Tints of Medium Slate Blue #826BEE
RGB
CMYK
RGB Variations
Color information
#826BEE (or 0x826BEE) is known color: Medium Slate Blue. HEX triplet: 82, 6B and EE. RGB value is (130,107,238). Sum of RGB (Red+Green+Blue) = 130+107+238=475 (62% of max value = 765). Red value is 130 (51.17% from 255 or 27.37% from 475); Green value is 107 (42.19% from 255 or 22.53% from 475); Blue value is 238 (93.36% from 255 or 50.11% from 475); Max value from RGB is 238 - color contains mainly: blue. Hex color #826BEE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #826BEE is #7D9411. Grayscale: #808080. Windows color (decimal): -8229906 or 15625090. OLE color: 15625090.
HSL color Cylindrical-coordinate representation of color #826BEE: hue angle of 250.53º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #826BEE is Cyan = 0.45, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 130 | 107 | 238 | - |
| CMYK | 0.45 | 0.55 | 0 | 0.07 |
| HSL | 250.53º | 0.79% | 0.68% | - |
| HSV(B) | 250.53º | 0.55% | 0.93% | - |
| XYZ | 29.9 | 21.43 | 83.45 | - |
| YUV | 128.81 | 189.62 | 128.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 107 | 238 | 0.45 | 0.55 | 0 | 0.07 | 250.53 | 0.79 | 0.68 |
| Hex | 82 | 6B | EE | 2D | 37 | 0 | 7 | FB | 4F | 44 |
| Octal | 202 | 153 | 356 | 55 | 67 | 0 | 7 | 373 | 117 | 104 |
| Binary | 10000010 | 1101011 | 11101110 | 101101 | 110111 | 0 | 111 | 11111011 | 1001111 | 1000100 |
Color Harmonies of #826BEE
Complementary color
Monochromatic Colors of #826BEE
Black with #826BEE
Text Example
Text Example
White with #826BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #826BEE; }
p { color: rgb(130,107,238); }
H1.HeaderClassName
{
color: #826BEE;
}
.AnyTagClassName
{
color: #826BEE;
}
</style>
background-color css
<style>
a { background-color: #826BEE; }
a { background-color: rgb(130,107,238); }
div.DivClassName
{
background-color: #826BEE;
}
.BgClassName
{
background-color: #826BEE;
}
</style>
border-color css
<style>
span { border-color: #826BEE; }
span { border-color: rgb(130,107,238); }
td.TdClassName
{
border-color: #826BEE;
}
.TagClassName
{
border-color: #826BEE;
}
</style>