Shades of Medium Slate Blue #757BDF
Tints of Medium Slate Blue #757BDF
RGB
CMYK
RGB Variations
Color information
#757BDF (or 0x757BDF) is known color: Medium Slate Blue. HEX triplet: 75, 7B and DF. RGB value is (117,123,223). Sum of RGB (Red+Green+Blue) = 117+123+223=463 (61% of max value = 765). Red value is 117 (46.09% from 255 or 25.27% from 463); Green value is 123 (48.44% from 255 or 26.57% from 463); Blue value is 223 (87.5% from 255 or 48.16% from 463); Max value from RGB is 223 - color contains mainly: blue. Hex color #757BDF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #757BDF is #8A8420. Grayscale: #848484. Windows color (decimal): -9077793 or 14646133. OLE color: 14646133.
HSL color Cylindrical-coordinate representation of color #757BDF: hue angle of 236.6º 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 #757BDF is Cyan = 0.48, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 117 | 123 | 223 | - |
| CMYK | 0.48 | 0.45 | 0 | 0.13 |
| HSL | 236.6º | 0.62% | 0.67% | - |
| HSV(B) | 236.6º | 0.48% | 0.87% | - |
| XYZ | 27.74 | 23.28 | 72.84 | - |
| YUV | 132.61 | 179.01 | 116.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 123 | 223 | 0.48 | 0.45 | 0 | 0.13 | 236.6 | 0.62 | 0.67 |
| Hex | 75 | 7B | DF | 30 | 2D | 0 | D | ED | 3E | 43 |
| Octal | 165 | 173 | 337 | 60 | 55 | 0 | 15 | 355 | 76 | 103 |
| Binary | 1110101 | 1111011 | 11011111 | 110000 | 101101 | 0 | 1101 | 11101101 | 111110 | 1000011 |
Color Harmonies of #757BDF
Complementary color
Monochromatic Colors of #757BDF
Black with #757BDF
Text Example
Text Example
White with #757BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #757BDF; }
p { color: rgb(117,123,223); }
H1.HeaderClassName
{
color: #757BDF;
}
.AnyTagClassName
{
color: #757BDF;
}
</style>
background-color css
<style>
a { background-color: #757BDF; }
a { background-color: rgb(117,123,223); }
div.DivClassName
{
background-color: #757BDF;
}
.BgClassName
{
background-color: #757BDF;
}
</style>
border-color css
<style>
span { border-color: #757BDF; }
span { border-color: rgb(117,123,223); }
td.TdClassName
{
border-color: #757BDF;
}
.TagClassName
{
border-color: #757BDF;
}
</style>