Shades of Medium Slate Blue #806FDF
Tints of Medium Slate Blue #806FDF
RGB
CMYK
RGB Variations
Color information
#806FDF (or 0x806FDF) is known color: Medium Slate Blue. HEX triplet: 80, 6F and DF. RGB value is (128,111,223). Sum of RGB (Red+Green+Blue) = 128+111+223=462 (61% of max value = 765). Red value is 128 (50.39% from 255 or 27.71% from 462); Green value is 111 (43.75% from 255 or 24.03% from 462); Blue value is 223 (87.5% from 255 or 48.27% from 462); Max value from RGB is 223 - color contains mainly: blue. Hex color #806FDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #806FDF is #7F9020. Grayscale: #808080. Windows color (decimal): -8359969 or 14643072. OLE color: 14643072.
HSL color Cylindrical-coordinate representation of color #806FDF: hue angle of 249.11º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #806FDF is Cyan = 0.43, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 128 | 111 | 223 | - |
| CMYK | 0.43 | 0.50 | 0 | 0.13 |
| HSL | 249.11º | 0.64% | 0.65% | - |
| HSV(B) | 249.11º | 0.5% | 0.87% | - |
| XYZ | 27.91 | 21.29 | 72.45 | - |
| YUV | 128.85 | 181.13 | 127.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 111 | 223 | 0.43 | 0.50 | 0 | 0.13 | 249.11 | 0.64 | 0.65 |
| Hex | 80 | 6F | DF | 2B | 32 | 0 | D | F9 | 40 | 41 |
| Octal | 200 | 157 | 337 | 53 | 62 | 0 | 15 | 371 | 100 | 101 |
| Binary | 10000000 | 1101111 | 11011111 | 101011 | 110010 | 0 | 1101 | 11111001 | 1000000 | 1000001 |
Color Harmonies of #806FDF
Complementary color
Monochromatic Colors of #806FDF
Black with #806FDF
Text Example
Text Example
White with #806FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #806FDF; }
p { color: rgb(128,111,223); }
H1.HeaderClassName
{
color: #806FDF;
}
.AnyTagClassName
{
color: #806FDF;
}
</style>
background-color css
<style>
a { background-color: #806FDF; }
a { background-color: rgb(128,111,223); }
div.DivClassName
{
background-color: #806FDF;
}
.BgClassName
{
background-color: #806FDF;
}
</style>
border-color css
<style>
span { border-color: #806FDF; }
span { border-color: rgb(128,111,223); }
td.TdClassName
{
border-color: #806FDF;
}
.TagClassName
{
border-color: #806FDF;
}
</style>