Shades of Medium Slate Blue #7476DD
Tints of Medium Slate Blue #7476DD
RGB
CMYK
RGB Variations
Color information
#7476DD (or 0x7476DD) is known color: Medium Slate Blue. HEX triplet: 74, 76 and DD. RGB value is (116,118,221). Sum of RGB (Red+Green+Blue) = 116+118+221=455 (60% of max value = 765). Red value is 116 (45.70% from 255 or 25.49% from 455); Green value is 118 (46.48% from 255 or 25.93% from 455); Blue value is 221 (86.72% from 255 or 48.57% from 455); Max value from RGB is 221 - color contains mainly: blue. Hex color #7476DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7476DD is #8B8922. Grayscale: #808080. Windows color (decimal): -9144611 or 14513780. OLE color: 14513780.
HSL color Cylindrical-coordinate representation of color #7476DD: hue angle of 238.86º 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 #7476DD is Cyan = 0.48, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 116 | 118 | 221 | - |
| CMYK | 0.48 | 0.47 | 0 | 0.13 |
| HSL | 238.86º | 0.61% | 0.66% | - |
| HSV(B) | 238.86º | 0.48% | 0.87% | - |
| XYZ | 26.73 | 21.89 | 71.22 | - |
| YUV | 129.14 | 179.84 | 118.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 118 | 221 | 0.48 | 0.47 | 0 | 0.13 | 238.86 | 0.61 | 0.66 |
| Hex | 74 | 76 | DD | 30 | 2F | 0 | D | EF | 3D | 42 |
| Octal | 164 | 166 | 335 | 60 | 57 | 0 | 15 | 357 | 75 | 102 |
| Binary | 1110100 | 1110110 | 11011101 | 110000 | 101111 | 0 | 1101 | 11101111 | 111101 | 1000010 |
Color Harmonies of #7476DD
Complementary color
Monochromatic Colors of #7476DD
Black with #7476DD
Text Example
Text Example
White with #7476DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7476DD; }
p { color: rgb(116,118,221); }
H1.HeaderClassName
{
color: #7476DD;
}
.AnyTagClassName
{
color: #7476DD;
}
</style>
background-color css
<style>
a { background-color: #7476DD; }
a { background-color: rgb(116,118,221); }
div.DivClassName
{
background-color: #7476DD;
}
.BgClassName
{
background-color: #7476DD;
}
</style>
border-color css
<style>
span { border-color: #7476DD; }
span { border-color: rgb(116,118,221); }
td.TdClassName
{
border-color: #7476DD;
}
.TagClassName
{
border-color: #7476DD;
}
</style>