Shades of Medium Slate Blue #7D75DF
Tints of Medium Slate Blue #7D75DF
RGB
CMYK
RGB Variations
Color information
#7D75DF (or 0x7D75DF) is known color: Medium Slate Blue. HEX triplet: 7D, 75 and DF. RGB value is (125,117,223). Sum of RGB (Red+Green+Blue) = 125+117+223=465 (61% of max value = 765). Red value is 125 (49.22% from 255 or 26.88% from 465); Green value is 117 (46.09% from 255 or 25.16% from 465); Blue value is 223 (87.5% from 255 or 47.96% from 465); Max value from RGB is 223 - color contains mainly: blue. Hex color #7D75DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D75DF is #828A20. Grayscale: #838383. Windows color (decimal): -8555041 or 14644605. OLE color: 14644605.
HSL color Cylindrical-coordinate representation of color #7D75DF: hue angle of 244.53º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7D75DF is Cyan = 0.44, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 125 | 117 | 223 | - |
| CMYK | 0.44 | 0.48 | 0 | 0.13 |
| HSL | 244.53º | 0.62% | 0.67% | - |
| HSV(B) | 244.53º | 0.48% | 0.87% | - |
| XYZ | 28.14 | 22.41 | 72.65 | - |
| YUV | 131.48 | 179.65 | 123.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 117 | 223 | 0.44 | 0.48 | 0 | 0.13 | 244.53 | 0.62 | 0.67 |
| Hex | 7D | 75 | DF | 2C | 30 | 0 | D | F5 | 3E | 43 |
| Octal | 175 | 165 | 337 | 54 | 60 | 0 | 15 | 365 | 76 | 103 |
| Binary | 1111101 | 1110101 | 11011111 | 101100 | 110000 | 0 | 1101 | 11110101 | 111110 | 1000011 |
Color Harmonies of #7D75DF
Complementary color
Monochromatic Colors of #7D75DF
Black with #7D75DF
Text Example
Text Example
White with #7D75DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D75DF; }
p { color: rgb(125,117,223); }
H1.HeaderClassName
{
color: #7D75DF;
}
.AnyTagClassName
{
color: #7D75DF;
}
</style>
background-color css
<style>
a { background-color: #7D75DF; }
a { background-color: rgb(125,117,223); }
div.DivClassName
{
background-color: #7D75DF;
}
.BgClassName
{
background-color: #7D75DF;
}
</style>
border-color css
<style>
span { border-color: #7D75DF; }
span { border-color: rgb(125,117,223); }
td.TdClassName
{
border-color: #7D75DF;
}
.TagClassName
{
border-color: #7D75DF;
}
</style>