Shades of Medium Slate Blue #7477DD
Tints of Medium Slate Blue #7477DD
RGB
CMYK
RGB Variations
Color information
#7477DD (or 0x7477DD) is known color: Medium Slate Blue. HEX triplet: 74, 77 and DD. RGB value is (116,119,221). Sum of RGB (Red+Green+Blue) = 116+119+221=456 (60% of max value = 765). Red value is 116 (45.70% from 255 or 25.44% from 456); Green value is 119 (46.88% from 255 or 26.10% from 456); Blue value is 221 (86.72% from 255 or 48.46% from 456); Max value from RGB is 221 - color contains mainly: blue. Hex color #7477DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7477DD is #8B8822. Grayscale: #818181. Windows color (decimal): -9144355 or 14514036. OLE color: 14514036.
HSL color Cylindrical-coordinate representation of color #7477DD: hue angle of 238.29º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7477DD is Cyan = 0.48, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 116 | 119 | 221 | - |
| CMYK | 0.48 | 0.46 | 0 | 0.13 |
| HSL | 238.29º | 0.61% | 0.66% | - |
| HSV(B) | 238.29º | 0.48% | 0.87% | - |
| XYZ | 26.85 | 22.13 | 71.26 | - |
| YUV | 129.73 | 179.51 | 118.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 119 | 221 | 0.48 | 0.46 | 0 | 0.13 | 238.29 | 0.61 | 0.66 |
| Hex | 74 | 77 | DD | 30 | 2E | 0 | D | EE | 3D | 42 |
| Octal | 164 | 167 | 335 | 60 | 56 | 0 | 15 | 356 | 75 | 102 |
| Binary | 1110100 | 1110111 | 11011101 | 110000 | 101110 | 0 | 1101 | 11101110 | 111101 | 1000010 |
Color Harmonies of #7477DD
Complementary color
Monochromatic Colors of #7477DD
Black with #7477DD
Text Example
Text Example
White with #7477DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7477DD; }
p { color: rgb(116,119,221); }
H1.HeaderClassName
{
color: #7477DD;
}
.AnyTagClassName
{
color: #7477DD;
}
</style>
background-color css
<style>
a { background-color: #7477DD; }
a { background-color: rgb(116,119,221); }
div.DivClassName
{
background-color: #7477DD;
}
.BgClassName
{
background-color: #7477DD;
}
</style>
border-color css
<style>
span { border-color: #7477DD; }
span { border-color: rgb(116,119,221); }
td.TdClassName
{
border-color: #7477DD;
}
.TagClassName
{
border-color: #7477DD;
}
</style>