Shades of Medium Slate Blue #806ADC
Tints of Medium Slate Blue #806ADC
RGB
CMYK
RGB Variations
Color information
#806ADC (or 0x806ADC) is known color: Medium Slate Blue. HEX triplet: 80, 6A and DC. RGB value is (128,106,220). Sum of RGB (Red+Green+Blue) = 128+106+220=454 (60% of max value = 765). Red value is 128 (50.39% from 255 or 28.19% from 454); Green value is 106 (41.80% from 255 or 23.35% from 454); Blue value is 220 (86.33% from 255 or 48.46% from 454); Max value from RGB is 220 - color contains mainly: blue. Hex color #806ADC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #806ADC is #7F9523. Grayscale: #7D7D7D. Windows color (decimal): -8361252 or 14445184. OLE color: 14445184.
HSL color Cylindrical-coordinate representation of color #806ADC: hue angle of 251.58º 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 #806ADC is Cyan = 0.42, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 128 | 106 | 220 | - |
| CMYK | 0.42 | 0.52 | 0 | 0.14 |
| HSL | 251.58º | 0.62% | 0.64% | - |
| HSV(B) | 251.58º | 0.52% | 0.86% | - |
| XYZ | 26.97 | 20.06 | 70.16 | - |
| YUV | 125.57 | 181.29 | 129.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 106 | 220 | 0.42 | 0.52 | 0 | 0.14 | 251.58 | 0.62 | 0.64 |
| Hex | 80 | 6A | DC | 2A | 34 | 0 | E | FC | 3E | 40 |
| Octal | 200 | 152 | 334 | 52 | 64 | 0 | 16 | 374 | 76 | 100 |
| Binary | 10000000 | 1101010 | 11011100 | 101010 | 110100 | 0 | 1110 | 11111100 | 111110 | 1000000 |
Color Harmonies of #806ADC
Complementary color
Monochromatic Colors of #806ADC
Black with #806ADC
Text Example
Text Example
White with #806ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #806ADC; }
p { color: rgb(128,106,220); }
H1.HeaderClassName
{
color: #806ADC;
}
.AnyTagClassName
{
color: #806ADC;
}
</style>
background-color css
<style>
a { background-color: #806ADC; }
a { background-color: rgb(128,106,220); }
div.DivClassName
{
background-color: #806ADC;
}
.BgClassName
{
background-color: #806ADC;
}
</style>
border-color css
<style>
span { border-color: #806ADC; }
span { border-color: rgb(128,106,220); }
td.TdClassName
{
border-color: #806ADC;
}
.TagClassName
{
border-color: #806ADC;
}
</style>