Shades of Medium Slate Blue #826BEC
Tints of Medium Slate Blue #826BEC
RGB
CMYK
RGB Variations
Color information
#826BEC (or 0x826BEC) is known color: Medium Slate Blue. HEX triplet: 82, 6B and EC. RGB value is (130,107,236). Sum of RGB (Red+Green+Blue) = 130+107+236=473 (62% of max value = 765). Red value is 130 (51.17% from 255 or 27.48% from 473); Green value is 107 (42.19% from 255 or 22.62% from 473); Blue value is 236 (92.58% from 255 or 49.89% from 473); Max value from RGB is 236 - color contains mainly: blue. Hex color #826BEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #826BEC is #7D9413. Grayscale: #808080. Windows color (decimal): -8229908 or 15494018. OLE color: 15494018.
HSL color Cylindrical-coordinate representation of color #826BEC: hue angle of 250.7º degrees, saturation: 0.77, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #826BEC is Cyan = 0.45, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 130 | 107 | 236 | - |
| CMYK | 0.45 | 0.55 | 0 | 0.07 |
| HSL | 250.7º | 0.77% | 0.67% | - |
| HSV(B) | 250.7º | 0.55% | 0.93% | - |
| XYZ | 29.6 | 21.32 | 81.91 | - |
| YUV | 128.58 | 188.62 | 129.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 107 | 236 | 0.45 | 0.55 | 0 | 0.07 | 250.7 | 0.77 | 0.67 |
| Hex | 82 | 6B | EC | 2D | 37 | 0 | 7 | FB | 4D | 43 |
| Octal | 202 | 153 | 354 | 55 | 67 | 0 | 7 | 373 | 115 | 103 |
| Binary | 10000010 | 1101011 | 11101100 | 101101 | 110111 | 0 | 111 | 11111011 | 1001101 | 1000011 |
Color Harmonies of #826BEC
Complementary color
Monochromatic Colors of #826BEC
Black with #826BEC
Text Example
Text Example
White with #826BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #826BEC; }
p { color: rgb(130,107,236); }
H1.HeaderClassName
{
color: #826BEC;
}
.AnyTagClassName
{
color: #826BEC;
}
</style>
background-color css
<style>
a { background-color: #826BEC; }
a { background-color: rgb(130,107,236); }
div.DivClassName
{
background-color: #826BEC;
}
.BgClassName
{
background-color: #826BEC;
}
</style>
border-color css
<style>
span { border-color: #826BEC; }
span { border-color: rgb(130,107,236); }
td.TdClassName
{
border-color: #826BEC;
}
.TagClassName
{
border-color: #826BEC;
}
</style>