Shades of Medium Slate Blue #7477DC
Tints of Medium Slate Blue #7477DC
RGB
CMYK
RGB Variations
Color information
#7477DC (or 0x7477DC) is known color: Medium Slate Blue. HEX triplet: 74, 77 and DC. RGB value is (116,119,220). Sum of RGB (Red+Green+Blue) = 116+119+220=455 (60% of max value = 765). Red value is 116 (45.70% from 255 or 25.49% from 455); Green value is 119 (46.88% from 255 or 26.15% from 455); Blue value is 220 (86.33% from 255 or 48.35% from 455); Max value from RGB is 220 - color contains mainly: blue. Hex color #7477DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7477DC is #8B8823. Grayscale: #818181. Windows color (decimal): -9144356 or 14448500. OLE color: 14448500.
HSL color Cylindrical-coordinate representation of color #7477DC: hue angle of 238.27º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7477DC is Cyan = 0.47, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 116 | 119 | 220 | - |
| CMYK | 0.47 | 0.46 | 0 | 0.14 |
| HSL | 238.27º | 0.6% | 0.66% | - |
| HSV(B) | 238.27º | 0.47% | 0.86% | - |
| XYZ | 26.72 | 22.07 | 70.56 | - |
| YUV | 129.62 | 179.01 | 118.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 119 | 220 | 0.47 | 0.46 | 0 | 0.14 | 238.27 | 0.6 | 0.66 |
| Hex | 74 | 77 | DC | 2F | 2E | 0 | E | EE | 3C | 42 |
| Octal | 164 | 167 | 334 | 57 | 56 | 0 | 16 | 356 | 74 | 102 |
| Binary | 1110100 | 1110111 | 11011100 | 101111 | 101110 | 0 | 1110 | 11101110 | 111100 | 1000010 |
Color Harmonies of #7477DC
Complementary color
Monochromatic Colors of #7477DC
Black with #7477DC
Text Example
Text Example
White with #7477DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7477DC; }
p { color: rgb(116,119,220); }
H1.HeaderClassName
{
color: #7477DC;
}
.AnyTagClassName
{
color: #7477DC;
}
</style>
background-color css
<style>
a { background-color: #7477DC; }
a { background-color: rgb(116,119,220); }
div.DivClassName
{
background-color: #7477DC;
}
.BgClassName
{
background-color: #7477DC;
}
</style>
border-color css
<style>
span { border-color: #7477DC; }
span { border-color: rgb(116,119,220); }
td.TdClassName
{
border-color: #7477DC;
}
.TagClassName
{
border-color: #7477DC;
}
</style>