Shades of Medium Slate Blue #7D6FE4
Tints of Medium Slate Blue #7D6FE4
RGB
CMYK
RGB Variations
Color information
#7D6FE4 (or 0x7D6FE4) is known color: Medium Slate Blue. HEX triplet: 7D, 6F and E4. RGB value is (125,111,228). Sum of RGB (Red+Green+Blue) = 125+111+228=464 (61% of max value = 765). Red value is 125 (49.22% from 255 or 26.94% from 464); Green value is 111 (43.75% from 255 or 23.92% from 464); Blue value is 228 (89.45% from 255 or 49.14% from 464); Max value from RGB is 228 - color contains mainly: blue. Hex color #7D6FE4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D6FE4 is #82901B. Grayscale: #808080. Windows color (decimal): -8556572 or 14970749. OLE color: 14970749.
HSL color Cylindrical-coordinate representation of color #7D6FE4: hue angle of 247.18º degrees, saturation: 0.68, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7D6FE4 is Cyan = 0.45, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 125 | 111 | 228 | - |
| CMYK | 0.45 | 0.51 | 0 | 0.11 |
| HSL | 247.18º | 0.68% | 0.66% | - |
| HSV(B) | 247.18º | 0.51% | 0.89% | - |
| XYZ | 28.15 | 21.33 | 76.03 | - |
| YUV | 128.52 | 184.14 | 125.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 111 | 228 | 0.45 | 0.51 | 0 | 0.11 | 247.18 | 0.68 | 0.66 |
| Hex | 7D | 6F | E4 | 2D | 33 | 0 | B | F7 | 44 | 42 |
| Octal | 175 | 157 | 344 | 55 | 63 | 0 | 13 | 367 | 104 | 102 |
| Binary | 1111101 | 1101111 | 11100100 | 101101 | 110011 | 0 | 1011 | 11110111 | 1000100 | 1000010 |
Color Harmonies of #7D6FE4
Complementary color
Monochromatic Colors of #7D6FE4
Black with #7D6FE4
Text Example
Text Example
White with #7D6FE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D6FE4; }
p { color: rgb(125,111,228); }
H1.HeaderClassName
{
color: #7D6FE4;
}
.AnyTagClassName
{
color: #7D6FE4;
}
</style>
background-color css
<style>
a { background-color: #7D6FE4; }
a { background-color: rgb(125,111,228); }
div.DivClassName
{
background-color: #7D6FE4;
}
.BgClassName
{
background-color: #7D6FE4;
}
</style>
border-color css
<style>
span { border-color: #7D6FE4; }
span { border-color: rgb(125,111,228); }
td.TdClassName
{
border-color: #7D6FE4;
}
.TagClassName
{
border-color: #7D6FE4;
}
</style>