Shades of Medium Slate Blue #806CDD
Tints of Medium Slate Blue #806CDD
RGB
CMYK
RGB Variations
Color information
#806CDD (or 0x806CDD) is known color: Medium Slate Blue. HEX triplet: 80, 6C and DD. RGB value is (128,108,221). Sum of RGB (Red+Green+Blue) = 128+108+221=457 (60% of max value = 765). Red value is 128 (50.39% from 255 or 28.01% from 457); Green value is 108 (42.58% from 255 or 23.63% from 457); Blue value is 221 (86.72% from 255 or 48.36% from 457); Max value from RGB is 221 - color contains mainly: blue. Hex color #806CDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #806CDD is #7F9322. Grayscale: #7E7E7E. Windows color (decimal): -8360739 or 14511232. OLE color: 14511232.
HSL color Cylindrical-coordinate representation of color #806CDD: hue angle of 250.62º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #806CDD is Cyan = 0.42, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 128 | 108 | 221 | - |
| CMYK | 0.42 | 0.51 | 0 | 0.13 |
| HSL | 250.62º | 0.62% | 0.65% | - |
| HSV(B) | 250.62º | 0.51% | 0.87% | - |
| XYZ | 27.32 | 20.53 | 70.93 | - |
| YUV | 126.86 | 181.13 | 128.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 108 | 221 | 0.42 | 0.51 | 0 | 0.13 | 250.62 | 0.62 | 0.65 |
| Hex | 80 | 6C | DD | 2A | 33 | 0 | D | FB | 3E | 41 |
| Octal | 200 | 154 | 335 | 52 | 63 | 0 | 15 | 373 | 76 | 101 |
| Binary | 10000000 | 1101100 | 11011101 | 101010 | 110011 | 0 | 1101 | 11111011 | 111110 | 1000001 |
Color Harmonies of #806CDD
Complementary color
Monochromatic Colors of #806CDD
Black with #806CDD
Text Example
Text Example
White with #806CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #806CDD; }
p { color: rgb(128,108,221); }
H1.HeaderClassName
{
color: #806CDD;
}
.AnyTagClassName
{
color: #806CDD;
}
</style>
background-color css
<style>
a { background-color: #806CDD; }
a { background-color: rgb(128,108,221); }
div.DivClassName
{
background-color: #806CDD;
}
.BgClassName
{
background-color: #806CDD;
}
</style>
border-color css
<style>
span { border-color: #806CDD; }
span { border-color: rgb(128,108,221); }
td.TdClassName
{
border-color: #806CDD;
}
.TagClassName
{
border-color: #806CDD;
}
</style>