Shades of Medium Slate Blue #7566DF
Tints of Medium Slate Blue #7566DF
RGB
CMYK
RGB Variations
Color information
#7566DF (or 0x7566DF) is known color: Medium Slate Blue. HEX triplet: 75, 66 and DF. RGB value is (117,102,223). Sum of RGB (Red+Green+Blue) = 117+102+223=442 (58% of max value = 765). Red value is 117 (46.09% from 255 or 26.47% from 442); Green value is 102 (40.23% from 255 or 23.08% from 442); Blue value is 223 (87.5% from 255 or 50.45% from 442); Max value from RGB is 223 - color contains mainly: blue. Hex color #7566DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7566DF is #8A9920. Grayscale: #777777. Windows color (decimal): -9083169 or 14640757. OLE color: 14640757.
HSL color Cylindrical-coordinate representation of color #7566DF: hue angle of 247.44º 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 #7566DF is Cyan = 0.48, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 117 | 102 | 223 | - |
| CMYK | 0.48 | 0.54 | 0 | 0.13 |
| HSL | 247.44º | 0.65% | 0.64% | - |
| HSV(B) | 247.44º | 0.54% | 0.87% | - |
| XYZ | 25.41 | 18.61 | 72.07 | - |
| YUV | 120.28 | 185.97 | 125.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 102 | 223 | 0.48 | 0.54 | 0 | 0.13 | 247.44 | 0.65 | 0.64 |
| Hex | 75 | 66 | DF | 30 | 36 | 0 | D | F7 | 41 | 40 |
| Octal | 165 | 146 | 337 | 60 | 66 | 0 | 15 | 367 | 101 | 100 |
| Binary | 1110101 | 1100110 | 11011111 | 110000 | 110110 | 0 | 1101 | 11110111 | 1000001 | 1000000 |
Color Harmonies of #7566DF
Complementary color
Monochromatic Colors of #7566DF
Black with #7566DF
Text Example
Text Example
White with #7566DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7566DF; }
p { color: rgb(117,102,223); }
H1.HeaderClassName
{
color: #7566DF;
}
.AnyTagClassName
{
color: #7566DF;
}
</style>
background-color css
<style>
a { background-color: #7566DF; }
a { background-color: rgb(117,102,223); }
div.DivClassName
{
background-color: #7566DF;
}
.BgClassName
{
background-color: #7566DF;
}
</style>
border-color css
<style>
span { border-color: #7566DF; }
span { border-color: rgb(117,102,223); }
td.TdClassName
{
border-color: #7566DF;
}
.TagClassName
{
border-color: #7566DF;
}
</style>