Shades of Medium Slate Blue #7D6BEB
Tints of Medium Slate Blue #7D6BEB
RGB
CMYK
RGB Variations
Color information
#7D6BEB (or 0x7D6BEB) is known color: Medium Slate Blue. HEX triplet: 7D, 6B and EB. RGB value is (125,107,235). Sum of RGB (Red+Green+Blue) = 125+107+235=467 (61% of max value = 765). Red value is 125 (49.22% from 255 or 26.77% from 467); Green value is 107 (42.19% from 255 or 22.91% from 467); Blue value is 235 (92.19% from 255 or 50.32% from 467); Max value from RGB is 235 - color contains mainly: blue. Hex color #7D6BEB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7D6BEB is #829414. Grayscale: #7E7E7E. Windows color (decimal): -8557589 or 15428477. OLE color: 15428477.
HSL color Cylindrical-coordinate representation of color #7D6BEB: hue angle of 248.44º degrees, saturation: 0.76, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7D6BEB is Cyan = 0.47, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 125 | 107 | 235 | - |
| CMYK | 0.47 | 0.54 | 0 | 0.08 |
| HSL | 248.44º | 0.76% | 0.67% | - |
| HSV(B) | 248.44º | 0.54% | 0.92% | - |
| XYZ | 28.71 | 20.87 | 81.11 | - |
| YUV | 126.97 | 188.96 | 126.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 107 | 235 | 0.47 | 0.54 | 0 | 0.08 | 248.44 | 0.76 | 0.67 |
| Hex | 7D | 6B | EB | 2F | 36 | 0 | 8 | F8 | 4C | 43 |
| Octal | 175 | 153 | 353 | 57 | 66 | 0 | 10 | 370 | 114 | 103 |
| Binary | 1111101 | 1101011 | 11101011 | 101111 | 110110 | 0 | 1000 | 11111000 | 1001100 | 1000011 |
Color Harmonies of #7D6BEB
Complementary color
Monochromatic Colors of #7D6BEB
Black with #7D6BEB
Text Example
Text Example
White with #7D6BEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D6BEB; }
p { color: rgb(125,107,235); }
H1.HeaderClassName
{
color: #7D6BEB;
}
.AnyTagClassName
{
color: #7D6BEB;
}
</style>
background-color css
<style>
a { background-color: #7D6BEB; }
a { background-color: rgb(125,107,235); }
div.DivClassName
{
background-color: #7D6BEB;
}
.BgClassName
{
background-color: #7D6BEB;
}
</style>
border-color css
<style>
span { border-color: #7D6BEB; }
span { border-color: rgb(125,107,235); }
td.TdClassName
{
border-color: #7D6BEB;
}
.TagClassName
{
border-color: #7D6BEB;
}
</style>