Shades of Medium Slate Blue #7D6BEE
Tints of Medium Slate Blue #7D6BEE
RGB
CMYK
RGB Variations
Color information
#7D6BEE (or 0x7D6BEE) is known color: Medium Slate Blue. HEX triplet: 7D, 6B and EE. RGB value is (125,107,238). Sum of RGB (Red+Green+Blue) = 125+107+238=470 (62% of max value = 765). Red value is 125 (49.22% from 255 or 26.60% from 470); Green value is 107 (42.19% from 255 or 22.77% from 470); Blue value is 238 (93.36% from 255 or 50.64% from 470); Max value from RGB is 238 - color contains mainly: blue. Hex color #7D6BEE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7D6BEE is #829411. Grayscale: #7E7E7E. Windows color (decimal): -8557586 or 15625085. OLE color: 15625085.
HSL color Cylindrical-coordinate representation of color #7D6BEE: hue angle of 248.24º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7D6BEE is Cyan = 0.47, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 125 | 107 | 238 | - |
| CMYK | 0.47 | 0.55 | 0 | 0.07 |
| HSL | 248.24º | 0.79% | 0.68% | - |
| HSV(B) | 248.24º | 0.55% | 0.93% | - |
| XYZ | 29.15 | 21.05 | 83.42 | - |
| YUV | 127.32 | 190.46 | 126.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 107 | 238 | 0.47 | 0.55 | 0 | 0.07 | 248.24 | 0.79 | 0.68 |
| Hex | 7D | 6B | EE | 2F | 37 | 0 | 7 | F8 | 4F | 44 |
| Octal | 175 | 153 | 356 | 57 | 67 | 0 | 7 | 370 | 117 | 104 |
| Binary | 1111101 | 1101011 | 11101110 | 101111 | 110111 | 0 | 111 | 11111000 | 1001111 | 1000100 |
Color Harmonies of #7D6BEE
Complementary color
Monochromatic Colors of #7D6BEE
Black with #7D6BEE
Text Example
Text Example
White with #7D6BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D6BEE; }
p { color: rgb(125,107,238); }
H1.HeaderClassName
{
color: #7D6BEE;
}
.AnyTagClassName
{
color: #7D6BEE;
}
</style>
background-color css
<style>
a { background-color: #7D6BEE; }
a { background-color: rgb(125,107,238); }
div.DivClassName
{
background-color: #7D6BEE;
}
.BgClassName
{
background-color: #7D6BEE;
}
</style>
border-color css
<style>
span { border-color: #7D6BEE; }
span { border-color: rgb(125,107,238); }
td.TdClassName
{
border-color: #7D6BEE;
}
.TagClassName
{
border-color: #7D6BEE;
}
</style>