Shades of Medium Slate Blue #826ADC
Tints of Medium Slate Blue #826ADC
RGB
CMYK
RGB Variations
Color information
#826ADC (or 0x826ADC) is known color: Medium Slate Blue. HEX triplet: 82, 6A and DC. RGB value is (130,106,220). Sum of RGB (Red+Green+Blue) = 130+106+220=456 (60% of max value = 765). Red value is 130 (51.17% from 255 or 28.51% from 456); Green value is 106 (41.80% from 255 or 23.25% from 456); Blue value is 220 (86.33% from 255 or 48.25% from 456); Max value from RGB is 220 - color contains mainly: blue. Hex color #826ADC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #826ADC is #7D9523. Grayscale: #7D7D7D. Windows color (decimal): -8230180 or 14445186. OLE color: 14445186.
HSL color Cylindrical-coordinate representation of color #826ADC: hue angle of 252.63º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #826ADC is Cyan = 0.41, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 130 | 106 | 220 | - |
| CMYK | 0.41 | 0.52 | 0 | 0.14 |
| HSL | 252.63º | 0.62% | 0.64% | - |
| HSV(B) | 252.63º | 0.52% | 0.86% | - |
| XYZ | 27.28 | 20.22 | 70.18 | - |
| YUV | 126.17 | 180.95 | 130.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 106 | 220 | 0.41 | 0.52 | 0 | 0.14 | 252.63 | 0.62 | 0.64 |
| Hex | 82 | 6A | DC | 29 | 34 | 0 | E | FD | 3E | 40 |
| Octal | 202 | 152 | 334 | 51 | 64 | 0 | 16 | 375 | 76 | 100 |
| Binary | 10000010 | 1101010 | 11011100 | 101001 | 110100 | 0 | 1110 | 11111101 | 111110 | 1000000 |
Color Harmonies of #826ADC
Complementary color
Monochromatic Colors of #826ADC
Black with #826ADC
Text Example
Text Example
White with #826ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #826ADC; }
p { color: rgb(130,106,220); }
H1.HeaderClassName
{
color: #826ADC;
}
.AnyTagClassName
{
color: #826ADC;
}
</style>
background-color css
<style>
a { background-color: #826ADC; }
a { background-color: rgb(130,106,220); }
div.DivClassName
{
background-color: #826ADC;
}
.BgClassName
{
background-color: #826ADC;
}
</style>
border-color css
<style>
span { border-color: #826ADC; }
span { border-color: rgb(130,106,220); }
td.TdClassName
{
border-color: #826ADC;
}
.TagClassName
{
border-color: #826ADC;
}
</style>