Shades of Medium Slate Blue #7D75E7
Tints of Medium Slate Blue #7D75E7
RGB
CMYK
RGB Variations
Color information
#7D75E7 (or 0x7D75E7) is known color: Medium Slate Blue. HEX triplet: 7D, 75 and E7. RGB value is (125,117,231). Sum of RGB (Red+Green+Blue) = 125+117+231=473 (62% of max value = 765). Red value is 125 (49.22% from 255 or 26.43% from 473); Green value is 117 (46.09% from 255 or 24.74% from 473); Blue value is 231 (90.62% from 255 or 48.84% from 473); Max value from RGB is 231 - color contains mainly: blue. Hex color #7D75E7 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7D75E7 is #828A18. Grayscale: #838383. Windows color (decimal): -8555033 or 15168893. OLE color: 15168893.
HSL color Cylindrical-coordinate representation of color #7D75E7: hue angle of 244.21º degrees, saturation: 0.7, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7D75E7 is Cyan = 0.46, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 125 | 117 | 231 | - |
| CMYK | 0.46 | 0.49 | 0 | 0.09 |
| HSL | 244.21º | 0.7% | 0.68% | - |
| HSV(B) | 244.21º | 0.49% | 0.91% | - |
| XYZ | 29.24 | 22.85 | 78.47 | - |
| YUV | 132.39 | 183.65 | 122.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 117 | 231 | 0.46 | 0.49 | 0 | 0.09 | 244.21 | 0.7 | 0.68 |
| Hex | 7D | 75 | E7 | 2E | 31 | 0 | 9 | F4 | 46 | 44 |
| Octal | 175 | 165 | 347 | 56 | 61 | 0 | 11 | 364 | 106 | 104 |
| Binary | 1111101 | 1110101 | 11100111 | 101110 | 110001 | 0 | 1001 | 11110100 | 1000110 | 1000100 |
Color Harmonies of #7D75E7
Complementary color
Monochromatic Colors of #7D75E7
Black with #7D75E7
Text Example
Text Example
White with #7D75E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D75E7; }
p { color: rgb(125,117,231); }
H1.HeaderClassName
{
color: #7D75E7;
}
.AnyTagClassName
{
color: #7D75E7;
}
</style>
background-color css
<style>
a { background-color: #7D75E7; }
a { background-color: rgb(125,117,231); }
div.DivClassName
{
background-color: #7D75E7;
}
.BgClassName
{
background-color: #7D75E7;
}
</style>
border-color css
<style>
span { border-color: #7D75E7; }
span { border-color: rgb(125,117,231); }
td.TdClassName
{
border-color: #7D75E7;
}
.TagClassName
{
border-color: #7D75E7;
}
</style>