Shades of Medium Slate Blue #7D75DD
Tints of Medium Slate Blue #7D75DD
RGB
CMYK
RGB Variations
Color information
#7D75DD (or 0x7D75DD) is known color: Medium Slate Blue. HEX triplet: 7D, 75 and DD. RGB value is (125,117,221). Sum of RGB (Red+Green+Blue) = 125+117+221=463 (61% of max value = 765). Red value is 125 (49.22% from 255 or 27.00% from 463); Green value is 117 (46.09% from 255 or 25.27% from 463); Blue value is 221 (86.72% from 255 or 47.73% from 463); Max value from RGB is 221 - color contains mainly: blue. Hex color #7D75DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D75DD is #828A22. Grayscale: #828282. Windows color (decimal): -8555043 or 14513533. OLE color: 14513533.
HSL color Cylindrical-coordinate representation of color #7D75DD: hue angle of 244.62º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7D75DD is Cyan = 0.43, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 125 | 117 | 221 | - |
| CMYK | 0.43 | 0.47 | 0 | 0.13 |
| HSL | 244.62º | 0.6% | 0.66% | - |
| HSV(B) | 244.62º | 0.47% | 0.87% | - |
| XYZ | 27.87 | 22.3 | 71.24 | - |
| YUV | 131.25 | 178.65 | 123.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 117 | 221 | 0.43 | 0.47 | 0 | 0.13 | 244.62 | 0.6 | 0.66 |
| Hex | 7D | 75 | DD | 2B | 2F | 0 | D | F5 | 3C | 42 |
| Octal | 175 | 165 | 335 | 53 | 57 | 0 | 15 | 365 | 74 | 102 |
| Binary | 1111101 | 1110101 | 11011101 | 101011 | 101111 | 0 | 1101 | 11110101 | 111100 | 1000010 |
Color Harmonies of #7D75DD
Complementary color
Monochromatic Colors of #7D75DD
Black with #7D75DD
Text Example
Text Example
White with #7D75DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D75DD; }
p { color: rgb(125,117,221); }
H1.HeaderClassName
{
color: #7D75DD;
}
.AnyTagClassName
{
color: #7D75DD;
}
</style>
background-color css
<style>
a { background-color: #7D75DD; }
a { background-color: rgb(125,117,221); }
div.DivClassName
{
background-color: #7D75DD;
}
.BgClassName
{
background-color: #7D75DD;
}
</style>
border-color css
<style>
span { border-color: #7D75DD; }
span { border-color: rgb(125,117,221); }
td.TdClassName
{
border-color: #7D75DD;
}
.TagClassName
{
border-color: #7D75DD;
}
</style>