Shades of Medium Slate Blue #757ADF
Tints of Medium Slate Blue #757ADF
RGB
CMYK
RGB Variations
Color information
#757ADF (or 0x757ADF) is known color: Medium Slate Blue. HEX triplet: 75, 7A and DF. RGB value is (117,122,223). Sum of RGB (Red+Green+Blue) = 117+122+223=462 (61% of max value = 765). Red value is 117 (46.09% from 255 or 25.32% from 462); Green value is 122 (48.05% from 255 or 26.41% from 462); Blue value is 223 (87.5% from 255 or 48.27% from 462); Max value from RGB is 223 - color contains mainly: blue. Hex color #757ADF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #757ADF is #8A8520. Grayscale: #838383. Windows color (decimal): -9078049 or 14645877. OLE color: 14645877.
HSL color Cylindrical-coordinate representation of color #757ADF: hue angle of 237.17º 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 #757ADF is Cyan = 0.48, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 117 | 122 | 223 | - |
| CMYK | 0.48 | 0.45 | 0 | 0.13 |
| HSL | 237.17º | 0.62% | 0.67% | - |
| HSV(B) | 237.17º | 0.48% | 0.87% | - |
| XYZ | 27.61 | 23.03 | 72.8 | - |
| YUV | 132.02 | 179.34 | 117.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 122 | 223 | 0.48 | 0.45 | 0 | 0.13 | 237.17 | 0.62 | 0.67 |
| Hex | 75 | 7A | DF | 30 | 2D | 0 | D | ED | 3E | 43 |
| Octal | 165 | 172 | 337 | 60 | 55 | 0 | 15 | 355 | 76 | 103 |
| Binary | 1110101 | 1111010 | 11011111 | 110000 | 101101 | 0 | 1101 | 11101101 | 111110 | 1000011 |
Color Harmonies of #757ADF
Complementary color
Monochromatic Colors of #757ADF
Black with #757ADF
Text Example
Text Example
White with #757ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #757ADF; }
p { color: rgb(117,122,223); }
H1.HeaderClassName
{
color: #757ADF;
}
.AnyTagClassName
{
color: #757ADF;
}
</style>
background-color css
<style>
a { background-color: #757ADF; }
a { background-color: rgb(117,122,223); }
div.DivClassName
{
background-color: #757ADF;
}
.BgClassName
{
background-color: #757ADF;
}
</style>
border-color css
<style>
span { border-color: #757ADF; }
span { border-color: rgb(117,122,223); }
td.TdClassName
{
border-color: #757ADF;
}
.TagClassName
{
border-color: #757ADF;
}
</style>