Shades of Medium Slate Blue #7F66D9
Tints of Medium Slate Blue #7F66D9
RGB
CMYK
RGB Variations
Color information
#7F66D9 (or 0x7F66D9) is known color: Medium Slate Blue. HEX triplet: 7F, 66 and D9. RGB value is (127,102,217). Sum of RGB (Red+Green+Blue) = 127+102+217=446 (59% of max value = 765). Red value is 127 (50% from 255 or 28.48% from 446); Green value is 102 (40.23% from 255 or 22.87% from 446); Blue value is 217 (85.16% from 255 or 48.65% from 446); Max value from RGB is 217 - color contains mainly: blue. Hex color #7F66D9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F66D9 is #809926. Grayscale: #7A7A7A. Windows color (decimal): -8427815 or 14247551. OLE color: 14247551.
HSL color Cylindrical-coordinate representation of color #7F66D9: hue angle of 253.04º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7F66D9 is Cyan = 0.41, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 127 | 102 | 217 | - |
| CMYK | 0.41 | 0.53 | 0 | 0.15 |
| HSL | 253.04º | 0.6% | 0.63% | - |
| HSV(B) | 253.04º | 0.53% | 0.85% | - |
| XYZ | 26.03 | 19.02 | 67.95 | - |
| YUV | 122.59 | 181.28 | 131.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 102 | 217 | 0.41 | 0.53 | 0 | 0.15 | 253.04 | 0.6 | 0.63 |
| Hex | 7F | 66 | D9 | 29 | 35 | 0 | F | FD | 3C | 3F |
| Octal | 177 | 146 | 331 | 51 | 65 | 0 | 17 | 375 | 74 | 77 |
| Binary | 1111111 | 1100110 | 11011001 | 101001 | 110101 | 0 | 1111 | 11111101 | 111100 | 111111 |
Color Harmonies of #7F66D9
Complementary color
Monochromatic Colors of #7F66D9
Black with #7F66D9
Text Example
Text Example
White with #7F66D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F66D9; }
p { color: rgb(127,102,217); }
H1.HeaderClassName
{
color: #7F66D9;
}
.AnyTagClassName
{
color: #7F66D9;
}
</style>
background-color css
<style>
a { background-color: #7F66D9; }
a { background-color: rgb(127,102,217); }
div.DivClassName
{
background-color: #7F66D9;
}
.BgClassName
{
background-color: #7F66D9;
}
</style>
border-color css
<style>
span { border-color: #7F66D9; }
span { border-color: rgb(127,102,217); }
td.TdClassName
{
border-color: #7F66D9;
}
.TagClassName
{
border-color: #7F66D9;
}
</style>