Shades of Medium Slate Blue #7D6AF2
Tints of Medium Slate Blue #7D6AF2
RGB
CMYK
RGB Variations
Color information
#7D6AF2 (or 0x7D6AF2) is known color: Medium Slate Blue. HEX triplet: 7D, 6A and F2. RGB value is (125,106,242). Sum of RGB (Red+Green+Blue) = 125+106+242=473 (62% of max value = 765). Red value is 125 (49.22% from 255 or 26.43% from 473); Green value is 106 (41.80% from 255 or 22.41% from 473); Blue value is 242 (94.92% from 255 or 51.16% from 473); Max value from RGB is 242 - color contains mainly: blue. Hex color #7D6AF2 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7D6AF2 is #82950D. Grayscale: #7E7E7E. Windows color (decimal): -8557838 or 15886973. OLE color: 15886973.
HSL color Cylindrical-coordinate representation of color #7D6AF2: hue angle of 248.38º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7D6AF2 is Cyan = 0.48, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 125 | 106 | 242 | - |
| CMYK | 0.48 | 0.56 | 0 | 0.05 |
| HSL | 248.38º | 0.84% | 0.68% | - |
| HSV(B) | 248.38º | 0.56% | 0.95% | - |
| XYZ | 29.64 | 21.08 | 86.51 | - |
| YUV | 127.19 | 192.79 | 126.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 106 | 242 | 0.48 | 0.56 | 0 | 0.05 | 248.38 | 0.84 | 0.68 |
| Hex | 7D | 6A | F2 | 30 | 38 | 0 | 5 | F8 | 54 | 44 |
| Octal | 175 | 152 | 362 | 60 | 70 | 0 | 5 | 370 | 124 | 104 |
| Binary | 1111101 | 1101010 | 11110010 | 110000 | 111000 | 0 | 101 | 11111000 | 1010100 | 1000100 |
Color Harmonies of #7D6AF2
Complementary color
Monochromatic Colors of #7D6AF2
Black with #7D6AF2
Text Example
Text Example
White with #7D6AF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D6AF2; }
p { color: rgb(125,106,242); }
H1.HeaderClassName
{
color: #7D6AF2;
}
.AnyTagClassName
{
color: #7D6AF2;
}
</style>
background-color css
<style>
a { background-color: #7D6AF2; }
a { background-color: rgb(125,106,242); }
div.DivClassName
{
background-color: #7D6AF2;
}
.BgClassName
{
background-color: #7D6AF2;
}
</style>
border-color css
<style>
span { border-color: #7D6AF2; }
span { border-color: rgb(125,106,242); }
td.TdClassName
{
border-color: #7D6AF2;
}
.TagClassName
{
border-color: #7D6AF2;
}
</style>