Shades of Medium Slate Blue #7471DB
Tints of Medium Slate Blue #7471DB
RGB
CMYK
RGB Variations
Color information
#7471DB (or 0x7471DB) is known color: Medium Slate Blue. HEX triplet: 74, 71 and DB. RGB value is (116,113,219). Sum of RGB (Red+Green+Blue) = 116+113+219=448 (59% of max value = 765). Red value is 116 (45.70% from 255 or 25.89% from 448); Green value is 113 (44.53% from 255 or 25.22% from 448); Blue value is 219 (85.94% from 255 or 48.88% from 448); Max value from RGB is 219 - color contains mainly: blue. Hex color #7471DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7471DB is #8B8E24. Grayscale: #7D7D7D. Windows color (decimal): -9145893 or 14381428. OLE color: 14381428.
HSL color Cylindrical-coordinate representation of color #7471DB: hue angle of 241.7º 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 #7471DB is Cyan = 0.47, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 116 | 113 | 219 | - |
| CMYK | 0.47 | 0.48 | 0 | 0.14 |
| HSL | 241.7º | 0.6% | 0.65% | - |
| HSV(B) | 241.7º | 0.48% | 0.86% | - |
| XYZ | 25.89 | 20.64 | 69.64 | - |
| YUV | 125.98 | 180.49 | 120.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 113 | 219 | 0.47 | 0.48 | 0 | 0.14 | 241.7 | 0.6 | 0.65 |
| Hex | 74 | 71 | DB | 2F | 30 | 0 | E | F2 | 3C | 41 |
| Octal | 164 | 161 | 333 | 57 | 60 | 0 | 16 | 362 | 74 | 101 |
| Binary | 1110100 | 1110001 | 11011011 | 101111 | 110000 | 0 | 1110 | 11110010 | 111100 | 1000001 |
Color Harmonies of #7471DB
Complementary color
Monochromatic Colors of #7471DB
Black with #7471DB
Text Example
Text Example
White with #7471DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7471DB; }
p { color: rgb(116,113,219); }
H1.HeaderClassName
{
color: #7471DB;
}
.AnyTagClassName
{
color: #7471DB;
}
</style>
background-color css
<style>
a { background-color: #7471DB; }
a { background-color: rgb(116,113,219); }
div.DivClassName
{
background-color: #7471DB;
}
.BgClassName
{
background-color: #7471DB;
}
</style>
border-color css
<style>
span { border-color: #7471DB; }
span { border-color: rgb(116,113,219); }
td.TdClassName
{
border-color: #7471DB;
}
.TagClassName
{
border-color: #7471DB;
}
</style>