Shades of Medium Slate Blue #7476DB
Tints of Medium Slate Blue #7476DB
RGB
CMYK
RGB Variations
Color information
#7476DB (or 0x7476DB) is known color: Medium Slate Blue. HEX triplet: 74, 76 and DB. RGB value is (116,118,219). Sum of RGB (Red+Green+Blue) = 116+118+219=453 (60% of max value = 765). Red value is 116 (45.70% from 255 or 25.61% from 453); Green value is 118 (46.48% from 255 or 26.05% from 453); Blue value is 219 (85.94% from 255 or 48.34% from 453); Max value from RGB is 219 - color contains mainly: blue. Hex color #7476DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7476DB is #8B8924. Grayscale: #808080. Windows color (decimal): -9144613 or 14382708. OLE color: 14382708.
HSL color Cylindrical-coordinate representation of color #7476DB: hue angle of 238.83º degrees, saturation: 0.59, 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 #7476DB is Cyan = 0.47, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 116 | 118 | 219 | - |
| CMYK | 0.47 | 0.46 | 0 | 0.14 |
| HSL | 238.83º | 0.59% | 0.66% | - |
| HSV(B) | 238.83º | 0.47% | 0.86% | - |
| XYZ | 26.47 | 21.78 | 69.83 | - |
| YUV | 128.92 | 178.84 | 118.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 118 | 219 | 0.47 | 0.46 | 0 | 0.14 | 238.83 | 0.59 | 0.66 |
| Hex | 74 | 76 | DB | 2F | 2E | 0 | E | EF | 3B | 42 |
| Octal | 164 | 166 | 333 | 57 | 56 | 0 | 16 | 357 | 73 | 102 |
| Binary | 1110100 | 1110110 | 11011011 | 101111 | 101110 | 0 | 1110 | 11101111 | 111011 | 1000010 |
Color Harmonies of #7476DB
Complementary color
Monochromatic Colors of #7476DB
Black with #7476DB
Text Example
Text Example
White with #7476DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7476DB; }
p { color: rgb(116,118,219); }
H1.HeaderClassName
{
color: #7476DB;
}
.AnyTagClassName
{
color: #7476DB;
}
</style>
background-color css
<style>
a { background-color: #7476DB; }
a { background-color: rgb(116,118,219); }
div.DivClassName
{
background-color: #7476DB;
}
.BgClassName
{
background-color: #7476DB;
}
</style>
border-color css
<style>
span { border-color: #7476DB; }
span { border-color: rgb(116,118,219); }
td.TdClassName
{
border-color: #7476DB;
}
.TagClassName
{
border-color: #7476DB;
}
</style>