Shades of Medium Slate Blue #7471DC
Tints of Medium Slate Blue #7471DC
RGB
CMYK
RGB Variations
Color information
#7471DC (or 0x7471DC) is known color: Medium Slate Blue. HEX triplet: 74, 71 and DC. RGB value is (116,113,220). Sum of RGB (Red+Green+Blue) = 116+113+220=449 (59% of max value = 765). Red value is 116 (45.70% from 255 or 25.84% from 449); Green value is 113 (44.53% from 255 or 25.17% from 449); Blue value is 220 (86.33% from 255 or 49.00% from 449); Max value from RGB is 220 - color contains mainly: blue. Hex color #7471DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7471DC is #8B8E23. Grayscale: #7D7D7D. Windows color (decimal): -9145892 or 14446964. OLE color: 14446964.
HSL color Cylindrical-coordinate representation of color #7471DC: hue angle of 241.68º 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 #7471DC is Cyan = 0.47, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 116 | 113 | 220 | - |
| CMYK | 0.47 | 0.49 | 0 | 0.14 |
| HSL | 241.68º | 0.6% | 0.65% | - |
| HSV(B) | 241.68º | 0.49% | 0.86% | - |
| XYZ | 26.03 | 20.69 | 70.33 | - |
| YUV | 126.1 | 180.99 | 120.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 113 | 220 | 0.47 | 0.49 | 0 | 0.14 | 241.68 | 0.6 | 0.65 |
| Hex | 74 | 71 | DC | 2F | 31 | 0 | E | F2 | 3C | 41 |
| Octal | 164 | 161 | 334 | 57 | 61 | 0 | 16 | 362 | 74 | 101 |
| Binary | 1110100 | 1110001 | 11011100 | 101111 | 110001 | 0 | 1110 | 11110010 | 111100 | 1000001 |
Color Harmonies of #7471DC
Complementary color
Monochromatic Colors of #7471DC
Black with #7471DC
Text Example
Text Example
White with #7471DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7471DC; }
p { color: rgb(116,113,220); }
H1.HeaderClassName
{
color: #7471DC;
}
.AnyTagClassName
{
color: #7471DC;
}
</style>
background-color css
<style>
a { background-color: #7471DC; }
a { background-color: rgb(116,113,220); }
div.DivClassName
{
background-color: #7471DC;
}
.BgClassName
{
background-color: #7471DC;
}
</style>
border-color css
<style>
span { border-color: #7471DC; }
span { border-color: rgb(116,113,220); }
td.TdClassName
{
border-color: #7471DC;
}
.TagClassName
{
border-color: #7471DC;
}
</style>