Shades of Medium Slate Blue #7D6BE7
Tints of Medium Slate Blue #7D6BE7
RGB
CMYK
RGB Variations
Color information
#7D6BE7 (or 0x7D6BE7) is known color: Medium Slate Blue. HEX triplet: 7D, 6B and E7. RGB value is (125,107,231). Sum of RGB (Red+Green+Blue) = 125+107+231=463 (61% of max value = 765). Red value is 125 (49.22% from 255 or 27.00% from 463); Green value is 107 (42.19% from 255 or 23.11% from 463); Blue value is 231 (90.62% from 255 or 49.89% from 463); Max value from RGB is 231 - color contains mainly: blue. Hex color #7D6BE7 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7D6BE7 is #829418. Grayscale: #7E7E7E. Windows color (decimal): -8557593 or 15166333. OLE color: 15166333.
HSL color Cylindrical-coordinate representation of color #7D6BE7: hue angle of 248.71º degrees, saturation: 0.72, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7D6BE7 is Cyan = 0.46, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 125 | 107 | 231 | - |
| CMYK | 0.46 | 0.54 | 0 | 0.09 |
| HSL | 248.71º | 0.72% | 0.66% | - |
| HSV(B) | 248.71º | 0.54% | 0.91% | - |
| XYZ | 28.14 | 20.64 | 78.1 | - |
| YUV | 126.52 | 186.96 | 126.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 107 | 231 | 0.46 | 0.54 | 0 | 0.09 | 248.71 | 0.72 | 0.66 |
| Hex | 7D | 6B | E7 | 2E | 36 | 0 | 9 | F9 | 48 | 42 |
| Octal | 175 | 153 | 347 | 56 | 66 | 0 | 11 | 371 | 110 | 102 |
| Binary | 1111101 | 1101011 | 11100111 | 101110 | 110110 | 0 | 1001 | 11111001 | 1001000 | 1000010 |
Color Harmonies of #7D6BE7
Complementary color
Monochromatic Colors of #7D6BE7
Black with #7D6BE7
Text Example
Text Example
White with #7D6BE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D6BE7; }
p { color: rgb(125,107,231); }
H1.HeaderClassName
{
color: #7D6BE7;
}
.AnyTagClassName
{
color: #7D6BE7;
}
</style>
background-color css
<style>
a { background-color: #7D6BE7; }
a { background-color: rgb(125,107,231); }
div.DivClassName
{
background-color: #7D6BE7;
}
.BgClassName
{
background-color: #7D6BE7;
}
</style>
border-color css
<style>
span { border-color: #7D6BE7; }
span { border-color: rgb(125,107,231); }
td.TdClassName
{
border-color: #7D6BE7;
}
.TagClassName
{
border-color: #7D6BE7;
}
</style>