Shades of Medium Slate Blue #826DF4
Tints of Medium Slate Blue #826DF4
RGB
CMYK
RGB Variations
Color information
#826DF4 (or 0x826DF4) is known color: Medium Slate Blue. HEX triplet: 82, 6D and F4. RGB value is (130,109,244). Sum of RGB (Red+Green+Blue) = 130+109+244=483 (63% of max value = 765). Red value is 130 (51.17% from 255 or 26.92% from 483); Green value is 109 (42.97% from 255 or 22.57% from 483); Blue value is 244 (95.70% from 255 or 50.52% from 483); Max value from RGB is 244 - color contains mainly: blue. Hex color #826DF4 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #826DF4 is #7D920B. Grayscale: #828282. Windows color (decimal): -8229388 or 16018818. OLE color: 16018818.
HSL color Cylindrical-coordinate representation of color #826DF4: hue angle of 249.33º degrees, saturation: 0.86, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #826DF4 is Cyan = 0.47, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 130 | 109 | 244 | - |
| CMYK | 0.47 | 0.55 | 0 | 0.04 |
| HSL | 249.33º | 0.86% | 0.69% | - |
| HSV(B) | 249.33º | 0.55% | 0.96% | - |
| XYZ | 31 | 22.21 | 88.24 | - |
| YUV | 130.67 | 191.96 | 127.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 109 | 244 | 0.47 | 0.55 | 0 | 0.04 | 249.33 | 0.86 | 0.69 |
| Hex | 82 | 6D | F4 | 2F | 37 | 0 | 4 | F9 | 56 | 45 |
| Octal | 202 | 155 | 364 | 57 | 67 | 0 | 4 | 371 | 126 | 105 |
| Binary | 10000010 | 1101101 | 11110100 | 101111 | 110111 | 0 | 100 | 11111001 | 1010110 | 1000101 |
Color Harmonies of #826DF4
Complementary color
Monochromatic Colors of #826DF4
Black with #826DF4
Text Example
Text Example
White with #826DF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #826DF4; }
p { color: rgb(130,109,244); }
H1.HeaderClassName
{
color: #826DF4;
}
.AnyTagClassName
{
color: #826DF4;
}
</style>
background-color css
<style>
a { background-color: #826DF4; }
a { background-color: rgb(130,109,244); }
div.DivClassName
{
background-color: #826DF4;
}
.BgClassName
{
background-color: #826DF4;
}
</style>
border-color css
<style>
span { border-color: #826DF4; }
span { border-color: rgb(130,109,244); }
td.TdClassName
{
border-color: #826DF4;
}
.TagClassName
{
border-color: #826DF4;
}
</style>