Shades of Medium Slate Blue #7567DC
Tints of Medium Slate Blue #7567DC
RGB
CMYK
RGB Variations
Color information
#7567DC (or 0x7567DC) is known color: Medium Slate Blue. HEX triplet: 75, 67 and DC. RGB value is (117,103,220). Sum of RGB (Red+Green+Blue) = 117+103+220=440 (58% of max value = 765). Red value is 117 (46.09% from 255 or 26.59% from 440); Green value is 103 (40.62% from 255 or 23.41% from 440); Blue value is 220 (86.33% from 255 or 50% from 440); Max value from RGB is 220 - color contains mainly: blue. Hex color #7567DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7567DC is #8A9823. Grayscale: #787878. Windows color (decimal): -9082916 or 14444405. OLE color: 14444405.
HSL color Cylindrical-coordinate representation of color #7567DC: hue angle of 247.18º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7567DC is Cyan = 0.47, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 117 | 103 | 220 | - |
| CMYK | 0.47 | 0.53 | 0 | 0.14 |
| HSL | 247.18º | 0.63% | 0.63% | - |
| HSV(B) | 247.18º | 0.53% | 0.86% | - |
| XYZ | 25.1 | 18.65 | 69.99 | - |
| YUV | 120.52 | 184.14 | 125.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 103 | 220 | 0.47 | 0.53 | 0 | 0.14 | 247.18 | 0.63 | 0.63 |
| Hex | 75 | 67 | DC | 2F | 35 | 0 | E | F7 | 3F | 3F |
| Octal | 165 | 147 | 334 | 57 | 65 | 0 | 16 | 367 | 77 | 77 |
| Binary | 1110101 | 1100111 | 11011100 | 101111 | 110101 | 0 | 1110 | 11110111 | 111111 | 111111 |
Color Harmonies of #7567DC
Complementary color
Monochromatic Colors of #7567DC
Black with #7567DC
Text Example
Text Example
White with #7567DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7567DC; }
p { color: rgb(117,103,220); }
H1.HeaderClassName
{
color: #7567DC;
}
.AnyTagClassName
{
color: #7567DC;
}
</style>
background-color css
<style>
a { background-color: #7567DC; }
a { background-color: rgb(117,103,220); }
div.DivClassName
{
background-color: #7567DC;
}
.BgClassName
{
background-color: #7567DC;
}
</style>
border-color css
<style>
span { border-color: #7567DC; }
span { border-color: rgb(117,103,220); }
td.TdClassName
{
border-color: #7567DC;
}
.TagClassName
{
border-color: #7567DC;
}
</style>