Shades of Medium Slate Blue #757ADE
Tints of Medium Slate Blue #757ADE
RGB
CMYK
RGB Variations
Color information
#757ADE (or 0x757ADE) is known color: Medium Slate Blue. HEX triplet: 75, 7A and DE. RGB value is (117,122,222). Sum of RGB (Red+Green+Blue) = 117+122+222=461 (61% of max value = 765). Red value is 117 (46.09% from 255 or 25.38% from 461); Green value is 122 (48.05% from 255 or 26.46% from 461); Blue value is 222 (87.11% from 255 or 48.16% from 461); Max value from RGB is 222 - color contains mainly: blue. Hex color #757ADE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #757ADE is #8A8521. Grayscale: #838383. Windows color (decimal): -9078050 or 14580341. OLE color: 14580341.
HSL color Cylindrical-coordinate representation of color #757ADE: hue angle of 237.14º degrees, saturation: 0.61, 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 #757ADE is Cyan = 0.47, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 117 | 122 | 222 | - |
| CMYK | 0.47 | 0.45 | 0 | 0.13 |
| HSL | 237.14º | 0.61% | 0.66% | - |
| HSV(B) | 237.14º | 0.47% | 0.87% | - |
| XYZ | 27.48 | 22.97 | 72.09 | - |
| YUV | 131.91 | 178.84 | 117.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 122 | 222 | 0.47 | 0.45 | 0 | 0.13 | 237.14 | 0.61 | 0.66 |
| Hex | 75 | 7A | DE | 2F | 2D | 0 | D | ED | 3D | 42 |
| Octal | 165 | 172 | 336 | 57 | 55 | 0 | 15 | 355 | 75 | 102 |
| Binary | 1110101 | 1111010 | 11011110 | 101111 | 101101 | 0 | 1101 | 11101101 | 111101 | 1000010 |
Color Harmonies of #757ADE
Complementary color
Monochromatic Colors of #757ADE
Black with #757ADE
Text Example
Text Example
White with #757ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #757ADE; }
p { color: rgb(117,122,222); }
H1.HeaderClassName
{
color: #757ADE;
}
.AnyTagClassName
{
color: #757ADE;
}
</style>
background-color css
<style>
a { background-color: #757ADE; }
a { background-color: rgb(117,122,222); }
div.DivClassName
{
background-color: #757ADE;
}
.BgClassName
{
background-color: #757ADE;
}
</style>
border-color css
<style>
span { border-color: #757ADE; }
span { border-color: rgb(117,122,222); }
td.TdClassName
{
border-color: #757ADE;
}
.TagClassName
{
border-color: #757ADE;
}
</style>