Shades of Medium Slate Blue #7572DD
Tints of Medium Slate Blue #7572DD
RGB
CMYK
RGB Variations
Color information
#7572DD (or 0x7572DD) is known color: Medium Slate Blue. HEX triplet: 75, 72 and DD. RGB value is (117,114,221). Sum of RGB (Red+Green+Blue) = 117+114+221=452 (59% of max value = 765). Red value is 117 (46.09% from 255 or 25.88% from 452); Green value is 114 (44.92% from 255 or 25.22% from 452); Blue value is 221 (86.72% from 255 or 48.89% from 452); Max value from RGB is 221 - color contains mainly: blue. Hex color #7572DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7572DD is #8A8D22. Grayscale: #7E7E7E. Windows color (decimal): -9080099 or 14512757. OLE color: 14512757.
HSL color Cylindrical-coordinate representation of color #7572DD: hue angle of 241.68º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7572DD is Cyan = 0.47, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 117 | 114 | 221 | - |
| CMYK | 0.47 | 0.48 | 0 | 0.13 |
| HSL | 241.68º | 0.61% | 0.66% | - |
| HSV(B) | 241.68º | 0.48% | 0.87% | - |
| XYZ | 26.4 | 21.04 | 71.08 | - |
| YUV | 127.1 | 180.99 | 120.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 114 | 221 | 0.47 | 0.48 | 0 | 0.13 | 241.68 | 0.61 | 0.66 |
| Hex | 75 | 72 | DD | 2F | 30 | 0 | D | F2 | 3D | 42 |
| Octal | 165 | 162 | 335 | 57 | 60 | 0 | 15 | 362 | 75 | 102 |
| Binary | 1110101 | 1110010 | 11011101 | 101111 | 110000 | 0 | 1101 | 11110010 | 111101 | 1000010 |
Color Harmonies of #7572DD
Complementary color
Monochromatic Colors of #7572DD
Black with #7572DD
Text Example
Text Example
White with #7572DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7572DD; }
p { color: rgb(117,114,221); }
H1.HeaderClassName
{
color: #7572DD;
}
.AnyTagClassName
{
color: #7572DD;
}
</style>
background-color css
<style>
a { background-color: #7572DD; }
a { background-color: rgb(117,114,221); }
div.DivClassName
{
background-color: #7572DD;
}
.BgClassName
{
background-color: #7572DD;
}
</style>
border-color css
<style>
span { border-color: #7572DD; }
span { border-color: rgb(117,114,221); }
td.TdClassName
{
border-color: #7572DD;
}
.TagClassName
{
border-color: #7572DD;
}
</style>