Shades of Medium Slate Blue #765EDD
Tints of Medium Slate Blue #765EDD
RGB
CMYK
RGB Variations
Color information
#765EDD (or 0x765EDD) is known color: Medium Slate Blue. HEX triplet: 76, 5E and DD. RGB value is (118,94,221). Sum of RGB (Red+Green+Blue) = 118+94+221=433 (57% of max value = 765). Red value is 118 (46.48% from 255 or 27.25% from 433); Green value is 94 (37.11% from 255 or 21.71% from 433); Blue value is 221 (86.72% from 255 or 51.04% from 433); Max value from RGB is 221 - color contains mainly: blue. Hex color #765EDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #765EDD is #89A122. Grayscale: #737373. Windows color (decimal): -9019683 or 14507638. OLE color: 14507638.
HSL color Cylindrical-coordinate representation of color #765EDD: hue angle of 251.34º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #765EDD is Cyan = 0.47, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 118 | 94 | 221 | - |
| CMYK | 0.47 | 0.57 | 0 | 0.13 |
| HSL | 251.34º | 0.65% | 0.62% | - |
| HSV(B) | 251.34º | 0.57% | 0.87% | - |
| XYZ | 24.53 | 17.08 | 70.41 | - |
| YUV | 115.65 | 187.45 | 129.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 94 | 221 | 0.47 | 0.57 | 0 | 0.13 | 251.34 | 0.65 | 0.62 |
| Hex | 76 | 5E | DD | 2F | 39 | 0 | D | FB | 41 | 3E |
| Octal | 166 | 136 | 335 | 57 | 71 | 0 | 15 | 373 | 101 | 76 |
| Binary | 1110110 | 1011110 | 11011101 | 101111 | 111001 | 0 | 1101 | 11111011 | 1000001 | 111110 |
Color Harmonies of #765EDD
Complementary color
Monochromatic Colors of #765EDD
Black with #765EDD
Text Example
Text Example
White with #765EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #765EDD; }
p { color: rgb(118,94,221); }
H1.HeaderClassName
{
color: #765EDD;
}
.AnyTagClassName
{
color: #765EDD;
}
</style>
background-color css
<style>
a { background-color: #765EDD; }
a { background-color: rgb(118,94,221); }
div.DivClassName
{
background-color: #765EDD;
}
.BgClassName
{
background-color: #765EDD;
}
</style>
border-color css
<style>
span { border-color: #765EDD; }
span { border-color: rgb(118,94,221); }
td.TdClassName
{
border-color: #765EDD;
}
.TagClassName
{
border-color: #765EDD;
}
</style>