Shades of Medium Slate Blue #806DDC
Tints of Medium Slate Blue #806DDC
RGB
CMYK
RGB Variations
Color information
#806DDC (or 0x806DDC) is known color: Medium Slate Blue. HEX triplet: 80, 6D and DC. RGB value is (128,109,220). Sum of RGB (Red+Green+Blue) = 128+109+220=457 (60% of max value = 765). Red value is 128 (50.39% from 255 or 28.01% from 457); Green value is 109 (42.97% from 255 or 23.85% from 457); Blue value is 220 (86.33% from 255 or 48.14% from 457); Max value from RGB is 220 - color contains mainly: blue. Hex color #806DDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #806DDC is #7F9223. Grayscale: #7E7E7E. Windows color (decimal): -8360484 or 14445952. OLE color: 14445952.
HSL color Cylindrical-coordinate representation of color #806DDC: hue angle of 250.27º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #806DDC is Cyan = 0.42, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 128 | 109 | 220 | - |
| CMYK | 0.42 | 0.50 | 0 | 0.14 |
| HSL | 250.27º | 0.61% | 0.65% | - |
| HSV(B) | 250.27º | 0.5% | 0.86% | - |
| XYZ | 27.29 | 20.69 | 70.27 | - |
| YUV | 127.34 | 180.29 | 128.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 109 | 220 | 0.42 | 0.50 | 0 | 0.14 | 250.27 | 0.61 | 0.65 |
| Hex | 80 | 6D | DC | 2A | 32 | 0 | E | FA | 3D | 41 |
| Octal | 200 | 155 | 334 | 52 | 62 | 0 | 16 | 372 | 75 | 101 |
| Binary | 10000000 | 1101101 | 11011100 | 101010 | 110010 | 0 | 1110 | 11111010 | 111101 | 1000001 |
Color Harmonies of #806DDC
Complementary color
Monochromatic Colors of #806DDC
Black with #806DDC
Text Example
Text Example
White with #806DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #806DDC; }
p { color: rgb(128,109,220); }
H1.HeaderClassName
{
color: #806DDC;
}
.AnyTagClassName
{
color: #806DDC;
}
</style>
background-color css
<style>
a { background-color: #806DDC; }
a { background-color: rgb(128,109,220); }
div.DivClassName
{
background-color: #806DDC;
}
.BgClassName
{
background-color: #806DDC;
}
</style>
border-color css
<style>
span { border-color: #806DDC; }
span { border-color: rgb(128,109,220); }
td.TdClassName
{
border-color: #806DDC;
}
.TagClassName
{
border-color: #806DDC;
}
</style>