Shades of Medium Slate Blue #7F6CDD
Tints of Medium Slate Blue #7F6CDD
RGB
CMYK
RGB Variations
Color information
#7F6CDD (or 0x7F6CDD) is known color: Medium Slate Blue. HEX triplet: 7F, 6C and DD. RGB value is (127,108,221). Sum of RGB (Red+Green+Blue) = 127+108+221=456 (60% of max value = 765). Red value is 127 (50% from 255 or 27.85% from 456); Green value is 108 (42.58% from 255 or 23.68% from 456); Blue value is 221 (86.72% from 255 or 48.46% from 456); Max value from RGB is 221 - color contains mainly: blue. Hex color #7F6CDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F6CDD is #809322. Grayscale: #7E7E7E. Windows color (decimal): -8426275 or 14511231. OLE color: 14511231.
HSL color Cylindrical-coordinate representation of color #7F6CDD: hue angle of 250.09º 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 #7F6CDD is Cyan = 0.43, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 127 | 108 | 221 | - |
| CMYK | 0.43 | 0.51 | 0 | 0.13 |
| HSL | 250.09º | 0.62% | 0.65% | - |
| HSV(B) | 250.09º | 0.51% | 0.87% | - |
| XYZ | 27.17 | 20.46 | 70.92 | - |
| YUV | 126.56 | 181.29 | 128.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 108 | 221 | 0.43 | 0.51 | 0 | 0.13 | 250.09 | 0.62 | 0.65 |
| Hex | 7F | 6C | DD | 2B | 33 | 0 | D | FA | 3E | 41 |
| Octal | 177 | 154 | 335 | 53 | 63 | 0 | 15 | 372 | 76 | 101 |
| Binary | 1111111 | 1101100 | 11011101 | 101011 | 110011 | 0 | 1101 | 11111010 | 111110 | 1000001 |
Color Harmonies of #7F6CDD
Complementary color
Monochromatic Colors of #7F6CDD
Black with #7F6CDD
Text Example
Text Example
White with #7F6CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F6CDD; }
p { color: rgb(127,108,221); }
H1.HeaderClassName
{
color: #7F6CDD;
}
.AnyTagClassName
{
color: #7F6CDD;
}
</style>
background-color css
<style>
a { background-color: #7F6CDD; }
a { background-color: rgb(127,108,221); }
div.DivClassName
{
background-color: #7F6CDD;
}
.BgClassName
{
background-color: #7F6CDD;
}
</style>
border-color css
<style>
span { border-color: #7F6CDD; }
span { border-color: rgb(127,108,221); }
td.TdClassName
{
border-color: #7F6CDD;
}
.TagClassName
{
border-color: #7F6CDD;
}
</style>