Shades of Medium Slate Blue #7577DF
Tints of Medium Slate Blue #7577DF
RGB
CMYK
RGB Variations
Color information
#7577DF (or 0x7577DF) is known color: Medium Slate Blue. HEX triplet: 75, 77 and DF. RGB value is (117,119,223). Sum of RGB (Red+Green+Blue) = 117+119+223=459 (60% of max value = 765). Red value is 117 (46.09% from 255 or 25.49% from 459); Green value is 119 (46.88% from 255 or 25.93% from 459); Blue value is 223 (87.5% from 255 or 48.58% from 459); Max value from RGB is 223 - color contains mainly: blue. Hex color #7577DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7577DF is #8A8820. Grayscale: #818181. Windows color (decimal): -9078817 or 14645109. OLE color: 14645109.
HSL color Cylindrical-coordinate representation of color #7577DF: hue angle of 238.87º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7577DF is Cyan = 0.48, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 117 | 119 | 223 | - |
| CMYK | 0.48 | 0.47 | 0 | 0.13 |
| HSL | 238.87º | 0.62% | 0.67% | - |
| HSV(B) | 238.87º | 0.48% | 0.87% | - |
| XYZ | 27.25 | 22.3 | 72.68 | - |
| YUV | 130.26 | 180.34 | 118.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 119 | 223 | 0.48 | 0.47 | 0 | 0.13 | 238.87 | 0.62 | 0.67 |
| Hex | 75 | 77 | DF | 30 | 2F | 0 | D | EF | 3E | 43 |
| Octal | 165 | 167 | 337 | 60 | 57 | 0 | 15 | 357 | 76 | 103 |
| Binary | 1110101 | 1110111 | 11011111 | 110000 | 101111 | 0 | 1101 | 11101111 | 111110 | 1000011 |
Color Harmonies of #7577DF
Complementary color
Monochromatic Colors of #7577DF
Black with #7577DF
Text Example
Text Example
White with #7577DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7577DF; }
p { color: rgb(117,119,223); }
H1.HeaderClassName
{
color: #7577DF;
}
.AnyTagClassName
{
color: #7577DF;
}
</style>
background-color css
<style>
a { background-color: #7577DF; }
a { background-color: rgb(117,119,223); }
div.DivClassName
{
background-color: #7577DF;
}
.BgClassName
{
background-color: #7577DF;
}
</style>
border-color css
<style>
span { border-color: #7577DF; }
span { border-color: rgb(117,119,223); }
td.TdClassName
{
border-color: #7577DF;
}
.TagClassName
{
border-color: #7577DF;
}
</style>