Shades of Medium Slate Blue #7671DB
Tints of Medium Slate Blue #7671DB
RGB
CMYK
RGB Variations
Color information
#7671DB (or 0x7671DB) is known color: Medium Slate Blue. HEX triplet: 76, 71 and DB. RGB value is (118,113,219). Sum of RGB (Red+Green+Blue) = 118+113+219=450 (59% of max value = 765). Red value is 118 (46.48% from 255 or 26.22% from 450); Green value is 113 (44.53% from 255 or 25.11% from 450); Blue value is 219 (85.94% from 255 or 48.67% from 450); Max value from RGB is 219 - color contains mainly: blue. Hex color #7671DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7671DB is #898E24. Grayscale: #7E7E7E. Windows color (decimal): -9014821 or 14381430. OLE color: 14381430.
HSL color Cylindrical-coordinate representation of color #7671DB: hue angle of 242.83º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7671DB is Cyan = 0.46, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 118 | 113 | 219 | - |
| CMYK | 0.46 | 0.48 | 0 | 0.14 |
| HSL | 242.83º | 0.6% | 0.65% | - |
| HSV(B) | 242.83º | 0.48% | 0.86% | - |
| XYZ | 26.16 | 20.78 | 69.65 | - |
| YUV | 126.58 | 180.16 | 121.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 113 | 219 | 0.46 | 0.48 | 0 | 0.14 | 242.83 | 0.6 | 0.65 |
| Hex | 76 | 71 | DB | 2E | 30 | 0 | E | F3 | 3C | 41 |
| Octal | 166 | 161 | 333 | 56 | 60 | 0 | 16 | 363 | 74 | 101 |
| Binary | 1110110 | 1110001 | 11011011 | 101110 | 110000 | 0 | 1110 | 11110011 | 111100 | 1000001 |
Color Harmonies of #7671DB
Complementary color
Monochromatic Colors of #7671DB
Black with #7671DB
Text Example
Text Example
White with #7671DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7671DB; }
p { color: rgb(118,113,219); }
H1.HeaderClassName
{
color: #7671DB;
}
.AnyTagClassName
{
color: #7671DB;
}
</style>
background-color css
<style>
a { background-color: #7671DB; }
a { background-color: rgb(118,113,219); }
div.DivClassName
{
background-color: #7671DB;
}
.BgClassName
{
background-color: #7671DB;
}
</style>
border-color css
<style>
span { border-color: #7671DB; }
span { border-color: rgb(118,113,219); }
td.TdClassName
{
border-color: #7671DB;
}
.TagClassName
{
border-color: #7671DB;
}
</style>