Shades of Medium Slate Blue #7D66D6
Tints of Medium Slate Blue #7D66D6
RGB
CMYK
RGB Variations
Color information
#7D66D6 (or 0x7D66D6) is known color: Medium Slate Blue. HEX triplet: 7D, 66 and D6. RGB value is (125,102,214). Sum of RGB (Red+Green+Blue) = 125+102+214=441 (58% of max value = 765). Red value is 125 (49.22% from 255 or 28.34% from 441); Green value is 102 (40.23% from 255 or 23.13% from 441); Blue value is 214 (83.98% from 255 or 48.53% from 441); Max value from RGB is 214 - color contains mainly: blue. Hex color #7D66D6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D66D6 is #829929. Grayscale: #797979. Windows color (decimal): -8558890 or 14050941. OLE color: 14050941.
HSL color Cylindrical-coordinate representation of color #7D66D6: hue angle of 252.32º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7D66D6 is Cyan = 0.42, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 125 | 102 | 214 | - |
| CMYK | 0.42 | 0.52 | 0 | 0.16 |
| HSL | 252.32º | 0.58% | 0.62% | - |
| HSV(B) | 252.32º | 0.52% | 0.84% | - |
| XYZ | 25.35 | 18.72 | 65.9 | - |
| YUV | 121.65 | 180.12 | 130.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 102 | 214 | 0.42 | 0.52 | 0 | 0.16 | 252.32 | 0.58 | 0.62 |
| Hex | 7D | 66 | D6 | 2A | 34 | 0 | 10 | FC | 3A | 3E |
| Octal | 175 | 146 | 326 | 52 | 64 | 0 | 20 | 374 | 72 | 76 |
| Binary | 1111101 | 1100110 | 11010110 | 101010 | 110100 | 0 | 10000 | 11111100 | 111010 | 111110 |
Color Harmonies of #7D66D6
Complementary color
Monochromatic Colors of #7D66D6
Black with #7D66D6
Text Example
Text Example
White with #7D66D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D66D6; }
p { color: rgb(125,102,214); }
H1.HeaderClassName
{
color: #7D66D6;
}
.AnyTagClassName
{
color: #7D66D6;
}
</style>
background-color css
<style>
a { background-color: #7D66D6; }
a { background-color: rgb(125,102,214); }
div.DivClassName
{
background-color: #7D66D6;
}
.BgClassName
{
background-color: #7D66D6;
}
</style>
border-color css
<style>
span { border-color: #7D66D6; }
span { border-color: rgb(125,102,214); }
td.TdClassName
{
border-color: #7D66D6;
}
.TagClassName
{
border-color: #7D66D6;
}
</style>