Shades of Medium Slate Blue #7D6CEF
Tints of Medium Slate Blue #7D6CEF
RGB
CMYK
RGB Variations
Color information
#7D6CEF (or 0x7D6CEF) is known color: Medium Slate Blue. HEX triplet: 7D, 6C and EF. RGB value is (125,108,239). Sum of RGB (Red+Green+Blue) = 125+108+239=472 (62% of max value = 765). Red value is 125 (49.22% from 255 or 26.48% from 472); Green value is 108 (42.58% from 255 or 22.88% from 472); Blue value is 239 (93.75% from 255 or 50.64% from 472); Max value from RGB is 239 - color contains mainly: blue. Hex color #7D6CEF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7D6CEF is #829310. Grayscale: #7F7F7F. Windows color (decimal): -8557329 or 15690877. OLE color: 15690877.
HSL color Cylindrical-coordinate representation of color #7D6CEF: hue angle of 247.79º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7D6CEF is Cyan = 0.48, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 125 | 108 | 239 | - |
| CMYK | 0.48 | 0.55 | 0 | 0.06 |
| HSL | 247.79º | 0.8% | 0.68% | - |
| HSV(B) | 247.79º | 0.55% | 0.94% | - |
| XYZ | 29.4 | 21.32 | 84.23 | - |
| YUV | 128.02 | 190.63 | 125.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 108 | 239 | 0.48 | 0.55 | 0 | 0.06 | 247.79 | 0.8 | 0.68 |
| Hex | 7D | 6C | EF | 30 | 37 | 0 | 6 | F8 | 50 | 44 |
| Octal | 175 | 154 | 357 | 60 | 67 | 0 | 6 | 370 | 120 | 104 |
| Binary | 1111101 | 1101100 | 11101111 | 110000 | 110111 | 0 | 110 | 11111000 | 1010000 | 1000100 |
Color Harmonies of #7D6CEF
Complementary color
Monochromatic Colors of #7D6CEF
Black with #7D6CEF
Text Example
Text Example
White with #7D6CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D6CEF; }
p { color: rgb(125,108,239); }
H1.HeaderClassName
{
color: #7D6CEF;
}
.AnyTagClassName
{
color: #7D6CEF;
}
</style>
background-color css
<style>
a { background-color: #7D6CEF; }
a { background-color: rgb(125,108,239); }
div.DivClassName
{
background-color: #7D6CEF;
}
.BgClassName
{
background-color: #7D6CEF;
}
</style>
border-color css
<style>
span { border-color: #7D6CEF; }
span { border-color: rgb(125,108,239); }
td.TdClassName
{
border-color: #7D6CEF;
}
.TagClassName
{
border-color: #7D6CEF;
}
</style>