Shades of Medium Slate Blue #757FDF
Tints of Medium Slate Blue #757FDF
RGB
CMYK
RGB Variations
Color information
#757FDF (or 0x757FDF) is known color: Medium Slate Blue. HEX triplet: 75, 7F and DF. RGB value is (117,127,223). Sum of RGB (Red+Green+Blue) = 117+127+223=467 (61% of max value = 765). Red value is 117 (46.09% from 255 or 25.05% from 467); Green value is 127 (50% from 255 or 27.19% from 467); Blue value is 223 (87.5% from 255 or 47.75% from 467); Max value from RGB is 223 - color contains mainly: blue. Hex color #757FDF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #757FDF is #8A8020. Grayscale: #868686. Windows color (decimal): -9076769 or 14647157. OLE color: 14647157.
HSL color Cylindrical-coordinate representation of color #757FDF: hue angle of 234.34º 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 #757FDF is Cyan = 0.48, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 117 | 127 | 223 | - |
| CMYK | 0.48 | 0.43 | 0 | 0.13 |
| HSL | 234.34º | 0.62% | 0.67% | - |
| HSV(B) | 234.34º | 0.48% | 0.87% | - |
| XYZ | 28.24 | 24.29 | 73.01 | - |
| YUV | 134.95 | 177.69 | 115.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 127 | 223 | 0.48 | 0.43 | 0 | 0.13 | 234.34 | 0.62 | 0.67 |
| Hex | 75 | 7F | DF | 30 | 2B | 0 | D | EA | 3E | 43 |
| Octal | 165 | 177 | 337 | 60 | 53 | 0 | 15 | 352 | 76 | 103 |
| Binary | 1110101 | 1111111 | 11011111 | 110000 | 101011 | 0 | 1101 | 11101010 | 111110 | 1000011 |
Color Harmonies of #757FDF
Complementary color
Monochromatic Colors of #757FDF
Black with #757FDF
Text Example
Text Example
White with #757FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #757FDF; }
p { color: rgb(117,127,223); }
H1.HeaderClassName
{
color: #757FDF;
}
.AnyTagClassName
{
color: #757FDF;
}
</style>
background-color css
<style>
a { background-color: #757FDF; }
a { background-color: rgb(117,127,223); }
div.DivClassName
{
background-color: #757FDF;
}
.BgClassName
{
background-color: #757FDF;
}
</style>
border-color css
<style>
span { border-color: #757FDF; }
span { border-color: rgb(117,127,223); }
td.TdClassName
{
border-color: #757FDF;
}
.TagClassName
{
border-color: #757FDF;
}
</style>