Shades of Medium Slate Blue #7567DF
Tints of Medium Slate Blue #7567DF
RGB
CMYK
RGB Variations
Color information
#7567DF (or 0x7567DF) is known color: Medium Slate Blue. HEX triplet: 75, 67 and DF. RGB value is (117,103,223). Sum of RGB (Red+Green+Blue) = 117+103+223=443 (58% of max value = 765). Red value is 117 (46.09% from 255 or 26.41% from 443); Green value is 103 (40.62% from 255 or 23.25% from 443); Blue value is 223 (87.5% from 255 or 50.34% from 443); Max value from RGB is 223 - color contains mainly: blue. Hex color #7567DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7567DF is #8A9820. Grayscale: #787878. Windows color (decimal): -9082913 or 14641013. OLE color: 14641013.
HSL color Cylindrical-coordinate representation of color #7567DF: hue angle of 247º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7567DF is Cyan = 0.48, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 117 | 103 | 223 | - |
| CMYK | 0.48 | 0.54 | 0 | 0.13 |
| HSL | 247º | 0.65% | 0.64% | - |
| HSV(B) | 247º | 0.54% | 0.87% | - |
| XYZ | 25.51 | 18.81 | 72.1 | - |
| YUV | 120.87 | 185.64 | 125.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 103 | 223 | 0.48 | 0.54 | 0 | 0.13 | 247 | 0.65 | 0.64 |
| Hex | 75 | 67 | DF | 30 | 36 | 0 | D | F7 | 41 | 40 |
| Octal | 165 | 147 | 337 | 60 | 66 | 0 | 15 | 367 | 101 | 100 |
| Binary | 1110101 | 1100111 | 11011111 | 110000 | 110110 | 0 | 1101 | 11110111 | 1000001 | 1000000 |
Color Harmonies of #7567DF
Complementary color
Monochromatic Colors of #7567DF
Black with #7567DF
Text Example
Text Example
White with #7567DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7567DF; }
p { color: rgb(117,103,223); }
H1.HeaderClassName
{
color: #7567DF;
}
.AnyTagClassName
{
color: #7567DF;
}
</style>
background-color css
<style>
a { background-color: #7567DF; }
a { background-color: rgb(117,103,223); }
div.DivClassName
{
background-color: #7567DF;
}
.BgClassName
{
background-color: #7567DF;
}
</style>
border-color css
<style>
span { border-color: #7567DF; }
span { border-color: rgb(117,103,223); }
td.TdClassName
{
border-color: #7567DF;
}
.TagClassName
{
border-color: #7567DF;
}
</style>