Shades of Medium Slate Blue #7576DB
Tints of Medium Slate Blue #7576DB
RGB
CMYK
RGB Variations
Color information
#7576DB (or 0x7576DB) is known color: Medium Slate Blue. HEX triplet: 75, 76 and DB. RGB value is (117,118,219). Sum of RGB (Red+Green+Blue) = 117+118+219=454 (60% of max value = 765). Red value is 117 (46.09% from 255 or 25.77% from 454); Green value is 118 (46.48% from 255 or 25.99% from 454); Blue value is 219 (85.94% from 255 or 48.24% from 454); Max value from RGB is 219 - color contains mainly: blue. Hex color #7576DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7576DB is #8A8924. Grayscale: #808080. Windows color (decimal): -9079077 or 14382709. OLE color: 14382709.
HSL color Cylindrical-coordinate representation of color #7576DB: hue angle of 239.41º 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 #7576DB is Cyan = 0.47, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 117 | 118 | 219 | - |
| CMYK | 0.47 | 0.46 | 0 | 0.14 |
| HSL | 239.41º | 0.59% | 0.66% | - |
| HSV(B) | 239.41º | 0.47% | 0.86% | - |
| XYZ | 26.6 | 21.85 | 69.83 | - |
| YUV | 129.22 | 178.67 | 119.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 118 | 219 | 0.47 | 0.46 | 0 | 0.14 | 239.41 | 0.59 | 0.66 |
| Hex | 75 | 76 | DB | 2F | 2E | 0 | E | EF | 3B | 42 |
| Octal | 165 | 166 | 333 | 57 | 56 | 0 | 16 | 357 | 73 | 102 |
| Binary | 1110101 | 1110110 | 11011011 | 101111 | 101110 | 0 | 1110 | 11101111 | 111011 | 1000010 |
Color Harmonies of #7576DB
Complementary color
Monochromatic Colors of #7576DB
Black with #7576DB
Text Example
Text Example
White with #7576DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7576DB; }
p { color: rgb(117,118,219); }
H1.HeaderClassName
{
color: #7576DB;
}
.AnyTagClassName
{
color: #7576DB;
}
</style>
background-color css
<style>
a { background-color: #7576DB; }
a { background-color: rgb(117,118,219); }
div.DivClassName
{
background-color: #7576DB;
}
.BgClassName
{
background-color: #7576DB;
}
</style>
border-color css
<style>
span { border-color: #7576DB; }
span { border-color: rgb(117,118,219); }
td.TdClassName
{
border-color: #7576DB;
}
.TagClassName
{
border-color: #7576DB;
}
</style>