Shades of Medium Slate Blue #7566DC
Tints of Medium Slate Blue #7566DC
RGB
CMYK
RGB Variations
Color information
#7566DC (or 0x7566DC) is known color: Medium Slate Blue. HEX triplet: 75, 66 and DC. RGB value is (117,102,220). Sum of RGB (Red+Green+Blue) = 117+102+220=439 (58% of max value = 765). Red value is 117 (46.09% from 255 or 26.65% from 439); Green value is 102 (40.23% from 255 or 23.23% from 439); Blue value is 220 (86.33% from 255 or 50.11% from 439); Max value from RGB is 220 - color contains mainly: blue. Hex color #7566DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7566DC is #8A9923. Grayscale: #777777. Windows color (decimal): -9083172 or 14444149. OLE color: 14444149.
HSL color Cylindrical-coordinate representation of color #7566DC: hue angle of 247.63º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7566DC is Cyan = 0.47, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 117 | 102 | 220 | - |
| CMYK | 0.47 | 0.54 | 0 | 0.14 |
| HSL | 247.63º | 0.63% | 0.63% | - |
| HSV(B) | 247.63º | 0.54% | 0.86% | - |
| XYZ | 25.01 | 18.45 | 69.95 | - |
| YUV | 119.94 | 184.47 | 125.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 102 | 220 | 0.47 | 0.54 | 0 | 0.14 | 247.63 | 0.63 | 0.63 |
| Hex | 75 | 66 | DC | 2F | 36 | 0 | E | F8 | 3F | 3F |
| Octal | 165 | 146 | 334 | 57 | 66 | 0 | 16 | 370 | 77 | 77 |
| Binary | 1110101 | 1100110 | 11011100 | 101111 | 110110 | 0 | 1110 | 11111000 | 111111 | 111111 |
Color Harmonies of #7566DC
Complementary color
Monochromatic Colors of #7566DC
Black with #7566DC
Text Example
Text Example
White with #7566DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7566DC; }
p { color: rgb(117,102,220); }
H1.HeaderClassName
{
color: #7566DC;
}
.AnyTagClassName
{
color: #7566DC;
}
</style>
background-color css
<style>
a { background-color: #7566DC; }
a { background-color: rgb(117,102,220); }
div.DivClassName
{
background-color: #7566DC;
}
.BgClassName
{
background-color: #7566DC;
}
</style>
border-color css
<style>
span { border-color: #7566DC; }
span { border-color: rgb(117,102,220); }
td.TdClassName
{
border-color: #7566DC;
}
.TagClassName
{
border-color: #7566DC;
}
</style>