Shades of Medium Slate Blue #7572DF
Tints of Medium Slate Blue #7572DF
RGB
CMYK
RGB Variations
Color information
#7572DF (or 0x7572DF) is known color: Medium Slate Blue. HEX triplet: 75, 72 and DF. RGB value is (117,114,223). Sum of RGB (Red+Green+Blue) = 117+114+223=454 (60% of max value = 765). Red value is 117 (46.09% from 255 or 25.77% from 454); Green value is 114 (44.92% from 255 or 25.11% from 454); Blue value is 223 (87.5% from 255 or 49.12% from 454); Max value from RGB is 223 - color contains mainly: blue. Hex color #7572DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7572DF is #8A8D20. Grayscale: #7E7E7E. Windows color (decimal): -9080097 or 14643829. OLE color: 14643829.
HSL color Cylindrical-coordinate representation of color #7572DF: hue angle of 241.65º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7572DF is Cyan = 0.48, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 117 | 114 | 223 | - |
| CMYK | 0.48 | 0.49 | 0 | 0.13 |
| HSL | 241.65º | 0.63% | 0.66% | - |
| HSV(B) | 241.65º | 0.49% | 0.87% | - |
| XYZ | 26.67 | 21.14 | 72.49 | - |
| YUV | 127.32 | 181.99 | 120.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 114 | 223 | 0.48 | 0.49 | 0 | 0.13 | 241.65 | 0.63 | 0.66 |
| Hex | 75 | 72 | DF | 30 | 31 | 0 | D | F2 | 3F | 42 |
| Octal | 165 | 162 | 337 | 60 | 61 | 0 | 15 | 362 | 77 | 102 |
| Binary | 1110101 | 1110010 | 11011111 | 110000 | 110001 | 0 | 1101 | 11110010 | 111111 | 1000010 |
Color Harmonies of #7572DF
Complementary color
Monochromatic Colors of #7572DF
Black with #7572DF
Text Example
Text Example
White with #7572DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7572DF; }
p { color: rgb(117,114,223); }
H1.HeaderClassName
{
color: #7572DF;
}
.AnyTagClassName
{
color: #7572DF;
}
</style>
background-color css
<style>
a { background-color: #7572DF; }
a { background-color: rgb(117,114,223); }
div.DivClassName
{
background-color: #7572DF;
}
.BgClassName
{
background-color: #7572DF;
}
</style>
border-color css
<style>
span { border-color: #7572DF; }
span { border-color: rgb(117,114,223); }
td.TdClassName
{
border-color: #7572DF;
}
.TagClassName
{
border-color: #7572DF;
}
</style>