Shades of Medium Slate Blue #7D75E8
Tints of Medium Slate Blue #7D75E8
RGB
CMYK
RGB Variations
Color information
#7D75E8 (or 0x7D75E8) is known color: Medium Slate Blue. HEX triplet: 7D, 75 and E8. RGB value is (125,117,232). Sum of RGB (Red+Green+Blue) = 125+117+232=474 (62% of max value = 765). Red value is 125 (49.22% from 255 or 26.37% from 474); Green value is 117 (46.09% from 255 or 24.68% from 474); Blue value is 232 (91.02% from 255 or 48.95% from 474); Max value from RGB is 232 - color contains mainly: blue. Hex color #7D75E8 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7D75E8 is #828A17. Grayscale: #848484. Windows color (decimal): -8555032 or 15234429. OLE color: 15234429.
HSL color Cylindrical-coordinate representation of color #7D75E8: hue angle of 244.17º degrees, saturation: 0.71, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7D75E8 is Cyan = 0.46, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 125 | 117 | 232 | - |
| CMYK | 0.46 | 0.50 | 0 | 0.09 |
| HSL | 244.17º | 0.71% | 0.68% | - |
| HSV(B) | 244.17º | 0.5% | 0.91% | - |
| XYZ | 29.38 | 22.91 | 79.22 | - |
| YUV | 132.5 | 184.15 | 122.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 117 | 232 | 0.46 | 0.50 | 0 | 0.09 | 244.17 | 0.71 | 0.68 |
| Hex | 7D | 75 | E8 | 2E | 32 | 0 | 9 | F4 | 47 | 44 |
| Octal | 175 | 165 | 350 | 56 | 62 | 0 | 11 | 364 | 107 | 104 |
| Binary | 1111101 | 1110101 | 11101000 | 101110 | 110010 | 0 | 1001 | 11110100 | 1000111 | 1000100 |
Color Harmonies of #7D75E8
Complementary color
Monochromatic Colors of #7D75E8
Black with #7D75E8
Text Example
Text Example
White with #7D75E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D75E8; }
p { color: rgb(125,117,232); }
H1.HeaderClassName
{
color: #7D75E8;
}
.AnyTagClassName
{
color: #7D75E8;
}
</style>
background-color css
<style>
a { background-color: #7D75E8; }
a { background-color: rgb(125,117,232); }
div.DivClassName
{
background-color: #7D75E8;
}
.BgClassName
{
background-color: #7D75E8;
}
</style>
border-color css
<style>
span { border-color: #7D75E8; }
span { border-color: rgb(125,117,232); }
td.TdClassName
{
border-color: #7D75E8;
}
.TagClassName
{
border-color: #7D75E8;
}
</style>