Shades of Medium Slate Blue #826BEB
Tints of Medium Slate Blue #826BEB
RGB
CMYK
RGB Variations
Color information
#826BEB (or 0x826BEB) is known color: Medium Slate Blue. HEX triplet: 82, 6B and EB. RGB value is (130,107,235). Sum of RGB (Red+Green+Blue) = 130+107+235=472 (62% of max value = 765). Red value is 130 (51.17% from 255 or 27.54% from 472); Green value is 107 (42.19% from 255 or 22.67% from 472); Blue value is 235 (92.19% from 255 or 49.79% from 472); Max value from RGB is 235 - color contains mainly: blue. Hex color #826BEB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #826BEB is #7D9414. Grayscale: #7F7F7F. Windows color (decimal): -8229909 or 15428482. OLE color: 15428482.
HSL color Cylindrical-coordinate representation of color #826BEB: hue angle of 250.78º degrees, saturation: 0.76, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #826BEB is Cyan = 0.45, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 130 | 107 | 235 | - |
| CMYK | 0.45 | 0.54 | 0 | 0.08 |
| HSL | 250.78º | 0.76% | 0.67% | - |
| HSV(B) | 250.78º | 0.54% | 0.92% | - |
| XYZ | 29.46 | 21.26 | 81.15 | - |
| YUV | 128.47 | 188.12 | 129.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 107 | 235 | 0.45 | 0.54 | 0 | 0.08 | 250.78 | 0.76 | 0.67 |
| Hex | 82 | 6B | EB | 2D | 36 | 0 | 8 | FB | 4C | 43 |
| Octal | 202 | 153 | 353 | 55 | 66 | 0 | 10 | 373 | 114 | 103 |
| Binary | 10000010 | 1101011 | 11101011 | 101101 | 110110 | 0 | 1000 | 11111011 | 1001100 | 1000011 |
Color Harmonies of #826BEB
Complementary color
Monochromatic Colors of #826BEB
Black with #826BEB
Text Example
Text Example
White with #826BEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #826BEB; }
p { color: rgb(130,107,235); }
H1.HeaderClassName
{
color: #826BEB;
}
.AnyTagClassName
{
color: #826BEB;
}
</style>
background-color css
<style>
a { background-color: #826BEB; }
a { background-color: rgb(130,107,235); }
div.DivClassName
{
background-color: #826BEB;
}
.BgClassName
{
background-color: #826BEB;
}
</style>
border-color css
<style>
span { border-color: #826BEB; }
span { border-color: rgb(130,107,235); }
td.TdClassName
{
border-color: #826BEB;
}
.TagClassName
{
border-color: #826BEB;
}
</style>