Shades of Medium Slate Blue #7661DC
Tints of Medium Slate Blue #7661DC
RGB
CMYK
RGB Variations
Color information
#7661DC (or 0x7661DC) is known color: Medium Slate Blue. HEX triplet: 76, 61 and DC. RGB value is (118,97,220). Sum of RGB (Red+Green+Blue) = 118+97+220=435 (57% of max value = 765). Red value is 118 (46.48% from 255 or 27.13% from 435); Green value is 97 (38.28% from 255 or 22.30% from 435); Blue value is 220 (86.33% from 255 or 50.57% from 435); Max value from RGB is 220 - color contains mainly: blue. Hex color #7661DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7661DC is #899E23. Grayscale: #747474. Windows color (decimal): -9018916 or 14442870. OLE color: 14442870.
HSL color Cylindrical-coordinate representation of color #7661DC: hue angle of 250.24º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7661DC is Cyan = 0.46, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 118 | 97 | 220 | - |
| CMYK | 0.46 | 0.56 | 0 | 0.14 |
| HSL | 250.24º | 0.64% | 0.62% | - |
| HSV(B) | 250.24º | 0.56% | 0.86% | - |
| XYZ | 24.66 | 17.57 | 69.8 | - |
| YUV | 117.3 | 185.96 | 128.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 97 | 220 | 0.46 | 0.56 | 0 | 0.14 | 250.24 | 0.64 | 0.62 |
| Hex | 76 | 61 | DC | 2E | 38 | 0 | E | FA | 40 | 3E |
| Octal | 166 | 141 | 334 | 56 | 70 | 0 | 16 | 372 | 100 | 76 |
| Binary | 1110110 | 1100001 | 11011100 | 101110 | 111000 | 0 | 1110 | 11111010 | 1000000 | 111110 |
Color Harmonies of #7661DC
Complementary color
Monochromatic Colors of #7661DC
Black with #7661DC
Text Example
Text Example
White with #7661DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7661DC; }
p { color: rgb(118,97,220); }
H1.HeaderClassName
{
color: #7661DC;
}
.AnyTagClassName
{
color: #7661DC;
}
</style>
background-color css
<style>
a { background-color: #7661DC; }
a { background-color: rgb(118,97,220); }
div.DivClassName
{
background-color: #7661DC;
}
.BgClassName
{
background-color: #7661DC;
}
</style>
border-color css
<style>
span { border-color: #7661DC; }
span { border-color: rgb(118,97,220); }
td.TdClassName
{
border-color: #7661DC;
}
.TagClassName
{
border-color: #7661DC;
}
</style>