Shades of Medium Slate Blue #7564DF
Tints of Medium Slate Blue #7564DF
RGB
CMYK
RGB Variations
Color information
#7564DF (or 0x7564DF) is known color: Medium Slate Blue. HEX triplet: 75, 64 and DF. RGB value is (117,100,223). Sum of RGB (Red+Green+Blue) = 117+100+223=440 (58% of max value = 765). Red value is 117 (46.09% from 255 or 26.59% from 440); Green value is 100 (39.45% from 255 or 22.73% from 440); Blue value is 223 (87.5% from 255 or 50.68% from 440); Max value from RGB is 223 - color contains mainly: blue. Hex color #7564DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7564DF is #8A9B20. Grayscale: #767676. Windows color (decimal): -9083681 or 14640245. OLE color: 14640245.
HSL color Cylindrical-coordinate representation of color #7564DF: hue angle of 248.29º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7564DF is Cyan = 0.48, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 117 | 100 | 223 | - |
| CMYK | 0.48 | 0.55 | 0 | 0.13 |
| HSL | 248.29º | 0.66% | 0.63% | - |
| HSV(B) | 248.29º | 0.55% | 0.87% | - |
| XYZ | 25.21 | 18.22 | 72 | - |
| YUV | 119.11 | 186.63 | 126.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 100 | 223 | 0.48 | 0.55 | 0 | 0.13 | 248.29 | 0.66 | 0.63 |
| Hex | 75 | 64 | DF | 30 | 37 | 0 | D | F8 | 42 | 3F |
| Octal | 165 | 144 | 337 | 60 | 67 | 0 | 15 | 370 | 102 | 77 |
| Binary | 1110101 | 1100100 | 11011111 | 110000 | 110111 | 0 | 1101 | 11111000 | 1000010 | 111111 |
Color Harmonies of #7564DF
Complementary color
Monochromatic Colors of #7564DF
Black with #7564DF
Text Example
Text Example
White with #7564DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7564DF; }
p { color: rgb(117,100,223); }
H1.HeaderClassName
{
color: #7564DF;
}
.AnyTagClassName
{
color: #7564DF;
}
</style>
background-color css
<style>
a { background-color: #7564DF; }
a { background-color: rgb(117,100,223); }
div.DivClassName
{
background-color: #7564DF;
}
.BgClassName
{
background-color: #7564DF;
}
</style>
border-color css
<style>
span { border-color: #7564DF; }
span { border-color: rgb(117,100,223); }
td.TdClassName
{
border-color: #7564DF;
}
.TagClassName
{
border-color: #7564DF;
}
</style>