Shades of Medium Slate Blue #765EDE
Tints of Medium Slate Blue #765EDE
RGB
CMYK
RGB Variations
Color information
#765EDE (or 0x765EDE) is known color: Medium Slate Blue. HEX triplet: 76, 5E and DE. RGB value is (118,94,222). Sum of RGB (Red+Green+Blue) = 118+94+222=434 (57% of max value = 765). Red value is 118 (46.48% from 255 or 27.19% from 434); Green value is 94 (37.11% from 255 or 21.66% from 434); Blue value is 222 (87.11% from 255 or 51.15% from 434); Max value from RGB is 222 - color contains mainly: blue. Hex color #765EDE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #765EDE is #89A121. Grayscale: #737373. Windows color (decimal): -9019682 or 14573174. OLE color: 14573174.
HSL color Cylindrical-coordinate representation of color #765EDE: hue angle of 251.25º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #765EDE is Cyan = 0.47, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 118 | 94 | 222 | - |
| CMYK | 0.47 | 0.58 | 0 | 0.13 |
| HSL | 251.25º | 0.66% | 0.62% | - |
| HSV(B) | 251.25º | 0.58% | 0.87% | - |
| XYZ | 24.66 | 17.13 | 71.11 | - |
| YUV | 115.77 | 187.95 | 129.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 94 | 222 | 0.47 | 0.58 | 0 | 0.13 | 251.25 | 0.66 | 0.62 |
| Hex | 76 | 5E | DE | 2F | 3A | 0 | D | FB | 42 | 3E |
| Octal | 166 | 136 | 336 | 57 | 72 | 0 | 15 | 373 | 102 | 76 |
| Binary | 1110110 | 1011110 | 11011110 | 101111 | 111010 | 0 | 1101 | 11111011 | 1000010 | 111110 |
Color Harmonies of #765EDE
Complementary color
Monochromatic Colors of #765EDE
Black with #765EDE
Text Example
Text Example
White with #765EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #765EDE; }
p { color: rgb(118,94,222); }
H1.HeaderClassName
{
color: #765EDE;
}
.AnyTagClassName
{
color: #765EDE;
}
</style>
background-color css
<style>
a { background-color: #765EDE; }
a { background-color: rgb(118,94,222); }
div.DivClassName
{
background-color: #765EDE;
}
.BgClassName
{
background-color: #765EDE;
}
</style>
border-color css
<style>
span { border-color: #765EDE; }
span { border-color: rgb(118,94,222); }
td.TdClassName
{
border-color: #765EDE;
}
.TagClassName
{
border-color: #765EDE;
}
</style>