Shades of Medium Slate Blue #806DDA
Tints of Medium Slate Blue #806DDA
RGB
CMYK
RGB Variations
Color information
#806DDA (or 0x806DDA) is known color: Medium Slate Blue. HEX triplet: 80, 6D and DA. RGB value is (128,109,218). Sum of RGB (Red+Green+Blue) = 128+109+218=455 (60% of max value = 765). Red value is 128 (50.39% from 255 or 28.13% from 455); Green value is 109 (42.97% from 255 or 23.96% from 455); Blue value is 218 (85.55% from 255 or 47.91% from 455); Max value from RGB is 218 - color contains mainly: blue. Hex color #806DDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #806DDA is #7F9225. Grayscale: #7E7E7E. Windows color (decimal): -8360486 or 14314880. OLE color: 14314880.
HSL color Cylindrical-coordinate representation of color #806DDA: hue angle of 250.46º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #806DDA is Cyan = 0.41, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 128 | 109 | 218 | - |
| CMYK | 0.41 | 0.5 | 0 | 0.15 |
| HSL | 250.46º | 0.6% | 0.64% | - |
| HSV(B) | 250.46º | 0.5% | 0.85% | - |
| XYZ | 27.03 | 20.59 | 68.88 | - |
| YUV | 127.11 | 179.29 | 128.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 109 | 218 | 0.41 | 0.5 | 0 | 0.15 | 250.46 | 0.6 | 0.64 |
| Hex | 80 | 6D | DA | 29 | 32 | 0 | F | FA | 3C | 40 |
| Octal | 200 | 155 | 332 | 51 | 62 | 0 | 17 | 372 | 74 | 100 |
| Binary | 10000000 | 1101101 | 11011010 | 101001 | 110010 | 0 | 1111 | 11111010 | 111100 | 1000000 |
Color Harmonies of #806DDA
Complementary color
Monochromatic Colors of #806DDA
Black with #806DDA
Text Example
Text Example
White with #806DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #806DDA; }
p { color: rgb(128,109,218); }
H1.HeaderClassName
{
color: #806DDA;
}
.AnyTagClassName
{
color: #806DDA;
}
</style>
background-color css
<style>
a { background-color: #806DDA; }
a { background-color: rgb(128,109,218); }
div.DivClassName
{
background-color: #806DDA;
}
.BgClassName
{
background-color: #806DDA;
}
</style>
border-color css
<style>
span { border-color: #806DDA; }
span { border-color: rgb(128,109,218); }
td.TdClassName
{
border-color: #806DDA;
}
.TagClassName
{
border-color: #806DDA;
}
</style>