Shades of Medium Slate Blue #7667DC
Tints of Medium Slate Blue #7667DC
RGB
CMYK
RGB Variations
Color information
#7667DC (or 0x7667DC) is known color: Medium Slate Blue. HEX triplet: 76, 67 and DC. RGB value is (118,103,220). Sum of RGB (Red+Green+Blue) = 118+103+220=441 (58% of max value = 765). Red value is 118 (46.48% from 255 or 26.76% from 441); Green value is 103 (40.62% from 255 or 23.36% from 441); Blue value is 220 (86.33% from 255 or 49.89% from 441); Max value from RGB is 220 - color contains mainly: blue. Hex color #7667DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7667DC is #899823. Grayscale: #787878. Windows color (decimal): -9017380 or 14444406. OLE color: 14444406.
HSL color Cylindrical-coordinate representation of color #7667DC: hue angle of 247.69º 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 #7667DC is Cyan = 0.46, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 118 | 103 | 220 | - |
| CMYK | 0.46 | 0.53 | 0 | 0.14 |
| HSL | 247.69º | 0.63% | 0.63% | - |
| HSV(B) | 247.69º | 0.53% | 0.86% | - |
| XYZ | 25.24 | 18.72 | 69.99 | - |
| YUV | 120.82 | 183.97 | 125.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 103 | 220 | 0.46 | 0.53 | 0 | 0.14 | 247.69 | 0.63 | 0.63 |
| Hex | 76 | 67 | DC | 2E | 35 | 0 | E | F8 | 3F | 3F |
| Octal | 166 | 147 | 334 | 56 | 65 | 0 | 16 | 370 | 77 | 77 |
| Binary | 1110110 | 1100111 | 11011100 | 101110 | 110101 | 0 | 1110 | 11111000 | 111111 | 111111 |
Color Harmonies of #7667DC
Complementary color
Monochromatic Colors of #7667DC
Black with #7667DC
Text Example
Text Example
White with #7667DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7667DC; }
p { color: rgb(118,103,220); }
H1.HeaderClassName
{
color: #7667DC;
}
.AnyTagClassName
{
color: #7667DC;
}
</style>
background-color css
<style>
a { background-color: #7667DC; }
a { background-color: rgb(118,103,220); }
div.DivClassName
{
background-color: #7667DC;
}
.BgClassName
{
background-color: #7667DC;
}
</style>
border-color css
<style>
span { border-color: #7667DC; }
span { border-color: rgb(118,103,220); }
td.TdClassName
{
border-color: #7667DC;
}
.TagClassName
{
border-color: #7667DC;
}
</style>