Shades of Medium Slate Blue #7577DD
Tints of Medium Slate Blue #7577DD
RGB
CMYK
RGB Variations
Color information
#7577DD (or 0x7577DD) is known color: Medium Slate Blue. HEX triplet: 75, 77 and DD. RGB value is (117,119,221). Sum of RGB (Red+Green+Blue) = 117+119+221=457 (60% of max value = 765). Red value is 117 (46.09% from 255 or 25.60% from 457); Green value is 119 (46.88% from 255 or 26.04% from 457); Blue value is 221 (86.72% from 255 or 48.36% from 457); Max value from RGB is 221 - color contains mainly: blue. Hex color #7577DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7577DD is #8A8822. Grayscale: #818181. Windows color (decimal): -9078819 or 14514037. OLE color: 14514037.
HSL color Cylindrical-coordinate representation of color #7577DD: hue angle of 238.85º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7577DD is Cyan = 0.47, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 117 | 119 | 221 | - |
| CMYK | 0.47 | 0.46 | 0 | 0.13 |
| HSL | 238.85º | 0.6% | 0.66% | - |
| HSV(B) | 238.85º | 0.47% | 0.87% | - |
| XYZ | 26.98 | 22.2 | 71.27 | - |
| YUV | 130.03 | 179.34 | 118.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 119 | 221 | 0.47 | 0.46 | 0 | 0.13 | 238.85 | 0.6 | 0.66 |
| Hex | 75 | 77 | DD | 2F | 2E | 0 | D | EF | 3C | 42 |
| Octal | 165 | 167 | 335 | 57 | 56 | 0 | 15 | 357 | 74 | 102 |
| Binary | 1110101 | 1110111 | 11011101 | 101111 | 101110 | 0 | 1101 | 11101111 | 111100 | 1000010 |
Color Harmonies of #7577DD
Complementary color
Monochromatic Colors of #7577DD
Black with #7577DD
Text Example
Text Example
White with #7577DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7577DD; }
p { color: rgb(117,119,221); }
H1.HeaderClassName
{
color: #7577DD;
}
.AnyTagClassName
{
color: #7577DD;
}
</style>
background-color css
<style>
a { background-color: #7577DD; }
a { background-color: rgb(117,119,221); }
div.DivClassName
{
background-color: #7577DD;
}
.BgClassName
{
background-color: #7577DD;
}
</style>
border-color css
<style>
span { border-color: #7577DD; }
span { border-color: rgb(117,119,221); }
td.TdClassName
{
border-color: #7577DD;
}
.TagClassName
{
border-color: #7577DD;
}
</style>