Shades of Medium Slate Blue #757ADD
Tints of Medium Slate Blue #757ADD
RGB
CMYK
RGB Variations
Color information
#757ADD (or 0x757ADD) is known color: Medium Slate Blue. HEX triplet: 75, 7A and DD. RGB value is (117,122,221). Sum of RGB (Red+Green+Blue) = 117+122+221=460 (60% of max value = 765). Red value is 117 (46.09% from 255 or 25.43% from 460); Green value is 122 (48.05% from 255 or 26.52% from 460); Blue value is 221 (86.72% from 255 or 48.04% from 460); Max value from RGB is 221 - color contains mainly: blue. Hex color #757ADD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #757ADD is #8A8522. Grayscale: #838383. Windows color (decimal): -9078051 or 14514805. OLE color: 14514805.
HSL color Cylindrical-coordinate representation of color #757ADD: hue angle of 237.12º 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 #757ADD is Cyan = 0.47, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 117 | 122 | 221 | - |
| CMYK | 0.47 | 0.45 | 0 | 0.13 |
| HSL | 237.12º | 0.6% | 0.66% | - |
| HSV(B) | 237.12º | 0.47% | 0.87% | - |
| XYZ | 27.35 | 22.92 | 71.39 | - |
| YUV | 131.79 | 178.34 | 117.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 122 | 221 | 0.47 | 0.45 | 0 | 0.13 | 237.12 | 0.6 | 0.66 |
| Hex | 75 | 7A | DD | 2F | 2D | 0 | D | ED | 3C | 42 |
| Octal | 165 | 172 | 335 | 57 | 55 | 0 | 15 | 355 | 74 | 102 |
| Binary | 1110101 | 1111010 | 11011101 | 101111 | 101101 | 0 | 1101 | 11101101 | 111100 | 1000010 |
Color Harmonies of #757ADD
Complementary color
Monochromatic Colors of #757ADD
Black with #757ADD
Text Example
Text Example
White with #757ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #757ADD; }
p { color: rgb(117,122,221); }
H1.HeaderClassName
{
color: #757ADD;
}
.AnyTagClassName
{
color: #757ADD;
}
</style>
background-color css
<style>
a { background-color: #757ADD; }
a { background-color: rgb(117,122,221); }
div.DivClassName
{
background-color: #757ADD;
}
.BgClassName
{
background-color: #757ADD;
}
</style>
border-color css
<style>
span { border-color: #757ADD; }
span { border-color: rgb(117,122,221); }
td.TdClassName
{
border-color: #757ADD;
}
.TagClassName
{
border-color: #757ADD;
}
</style>