Shades of Medium Slate Blue #7671DC
Tints of Medium Slate Blue #7671DC
RGB
CMYK
RGB Variations
Color information
#7671DC (or 0x7671DC) is known color: Medium Slate Blue. HEX triplet: 76, 71 and DC. RGB value is (118,113,220). Sum of RGB (Red+Green+Blue) = 118+113+220=451 (59% of max value = 765). Red value is 118 (46.48% from 255 or 26.16% from 451); Green value is 113 (44.53% from 255 or 25.06% from 451); Blue value is 220 (86.33% from 255 or 48.78% from 451); Max value from RGB is 220 - color contains mainly: blue. Hex color #7671DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7671DC is #898E23. Grayscale: #7E7E7E. Windows color (decimal): -9014820 or 14446966. OLE color: 14446966.
HSL color Cylindrical-coordinate representation of color #7671DC: hue angle of 242.8º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7671DC is Cyan = 0.46, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 118 | 113 | 220 | - |
| CMYK | 0.46 | 0.49 | 0 | 0.14 |
| HSL | 242.8º | 0.6% | 0.65% | - |
| HSV(B) | 242.8º | 0.49% | 0.86% | - |
| XYZ | 26.29 | 20.83 | 70.34 | - |
| YUV | 126.69 | 180.66 | 121.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 113 | 220 | 0.46 | 0.49 | 0 | 0.14 | 242.8 | 0.6 | 0.65 |
| Hex | 76 | 71 | DC | 2E | 31 | 0 | E | F3 | 3C | 41 |
| Octal | 166 | 161 | 334 | 56 | 61 | 0 | 16 | 363 | 74 | 101 |
| Binary | 1110110 | 1110001 | 11011100 | 101110 | 110001 | 0 | 1110 | 11110011 | 111100 | 1000001 |
Color Harmonies of #7671DC
Complementary color
Monochromatic Colors of #7671DC
Black with #7671DC
Text Example
Text Example
White with #7671DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7671DC; }
p { color: rgb(118,113,220); }
H1.HeaderClassName
{
color: #7671DC;
}
.AnyTagClassName
{
color: #7671DC;
}
</style>
background-color css
<style>
a { background-color: #7671DC; }
a { background-color: rgb(118,113,220); }
div.DivClassName
{
background-color: #7671DC;
}
.BgClassName
{
background-color: #7671DC;
}
</style>
border-color css
<style>
span { border-color: #7671DC; }
span { border-color: rgb(118,113,220); }
td.TdClassName
{
border-color: #7671DC;
}
.TagClassName
{
border-color: #7671DC;
}
</style>