Shades of Medium Slate Blue #826EF3
Tints of Medium Slate Blue #826EF3
RGB
CMYK
RGB Variations
Color information
#826EF3 (or 0x826EF3) is known color: Medium Slate Blue. HEX triplet: 82, 6E and F3. RGB value is (130,110,243). Sum of RGB (Red+Green+Blue) = 130+110+243=483 (63% of max value = 765). Red value is 130 (51.17% from 255 or 26.92% from 483); Green value is 110 (43.36% from 255 or 22.77% from 483); Blue value is 243 (95.31% from 255 or 50.31% from 483); Max value from RGB is 243 - color contains mainly: blue. Hex color #826EF3 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #826EF3 is #7D910C. Grayscale: #828282. Windows color (decimal): -8229133 or 15953538. OLE color: 15953538.
HSL color Cylindrical-coordinate representation of color #826EF3: hue angle of 249.02º degrees, saturation: 0.85, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #826EF3 is Cyan = 0.47, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 130 | 110 | 243 | - |
| CMYK | 0.47 | 0.55 | 0 | 0.05 |
| HSL | 249.02º | 0.85% | 0.69% | - |
| HSV(B) | 249.02º | 0.55% | 0.95% | - |
| XYZ | 30.96 | 22.37 | 87.48 | - |
| YUV | 131.14 | 191.13 | 127.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 110 | 243 | 0.47 | 0.55 | 0 | 0.05 | 249.02 | 0.85 | 0.69 |
| Hex | 82 | 6E | F3 | 2F | 37 | 0 | 5 | F9 | 55 | 45 |
| Octal | 202 | 156 | 363 | 57 | 67 | 0 | 5 | 371 | 125 | 105 |
| Binary | 10000010 | 1101110 | 11110011 | 101111 | 110111 | 0 | 101 | 11111001 | 1010101 | 1000101 |
Color Harmonies of #826EF3
Complementary color
Monochromatic Colors of #826EF3
Black with #826EF3
Text Example
Text Example
White with #826EF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #826EF3; }
p { color: rgb(130,110,243); }
H1.HeaderClassName
{
color: #826EF3;
}
.AnyTagClassName
{
color: #826EF3;
}
</style>
background-color css
<style>
a { background-color: #826EF3; }
a { background-color: rgb(130,110,243); }
div.DivClassName
{
background-color: #826EF3;
}
.BgClassName
{
background-color: #826EF3;
}
</style>
border-color css
<style>
span { border-color: #826EF3; }
span { border-color: rgb(130,110,243); }
td.TdClassName
{
border-color: #826EF3;
}
.TagClassName
{
border-color: #826EF3;
}
</style>