Shades of Medium Slate Blue #7662DC
Tints of Medium Slate Blue #7662DC
RGB
CMYK
RGB Variations
Color information
#7662DC (or 0x7662DC) is known color: Medium Slate Blue. HEX triplet: 76, 62 and DC. RGB value is (118,98,220). Sum of RGB (Red+Green+Blue) = 118+98+220=436 (57% of max value = 765). Red value is 118 (46.48% from 255 or 27.06% from 436); Green value is 98 (38.67% from 255 or 22.48% from 436); Blue value is 220 (86.33% from 255 or 50.46% from 436); Max value from RGB is 220 - color contains mainly: blue. Hex color #7662DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7662DC is #899D23. Grayscale: #757575. Windows color (decimal): -9018660 or 14443126. OLE color: 14443126.
HSL color Cylindrical-coordinate representation of color #7662DC: hue angle of 249.84º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7662DC is Cyan = 0.46, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 118 | 98 | 220 | - |
| CMYK | 0.46 | 0.55 | 0 | 0.14 |
| HSL | 249.84º | 0.64% | 0.62% | - |
| HSV(B) | 249.84º | 0.55% | 0.86% | - |
| XYZ | 24.76 | 17.75 | 69.83 | - |
| YUV | 117.89 | 185.63 | 128.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 98 | 220 | 0.46 | 0.55 | 0 | 0.14 | 249.84 | 0.64 | 0.62 |
| Hex | 76 | 62 | DC | 2E | 37 | 0 | E | FA | 40 | 3E |
| Octal | 166 | 142 | 334 | 56 | 67 | 0 | 16 | 372 | 100 | 76 |
| Binary | 1110110 | 1100010 | 11011100 | 101110 | 110111 | 0 | 1110 | 11111010 | 1000000 | 111110 |
Color Harmonies of #7662DC
Complementary color
Monochromatic Colors of #7662DC
Black with #7662DC
Text Example
Text Example
White with #7662DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7662DC; }
p { color: rgb(118,98,220); }
H1.HeaderClassName
{
color: #7662DC;
}
.AnyTagClassName
{
color: #7662DC;
}
</style>
background-color css
<style>
a { background-color: #7662DC; }
a { background-color: rgb(118,98,220); }
div.DivClassName
{
background-color: #7662DC;
}
.BgClassName
{
background-color: #7662DC;
}
</style>
border-color css
<style>
span { border-color: #7662DC; }
span { border-color: rgb(118,98,220); }
td.TdClassName
{
border-color: #7662DC;
}
.TagClassName
{
border-color: #7662DC;
}
</style>