Shades of Medium Slate Blue #765EE7
Tints of Medium Slate Blue #765EE7
RGB
CMYK
RGB Variations
Color information
#765EE7 (or 0x765EE7) is known color: Medium Slate Blue. HEX triplet: 76, 5E and E7. RGB value is (118,94,231). Sum of RGB (Red+Green+Blue) = 118+94+231=443 (58% of max value = 765). Red value is 118 (46.48% from 255 or 26.64% from 443); Green value is 94 (37.11% from 255 or 21.22% from 443); Blue value is 231 (90.62% from 255 or 52.14% from 443); Max value from RGB is 231 - color contains mainly: blue. Hex color #765EE7 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #765EE7 is #89A118. Grayscale: #747474. Windows color (decimal): -9019673 or 15162998. OLE color: 15162998.
HSL color Cylindrical-coordinate representation of color #765EE7: hue angle of 250.51º degrees, saturation: 0.74, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #765EE7 is Cyan = 0.49, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 118 | 94 | 231 | - |
| CMYK | 0.49 | 0.59 | 0 | 0.09 |
| HSL | 250.51º | 0.74% | 0.64% | - |
| HSV(B) | 250.51º | 0.59% | 0.91% | - |
| XYZ | 25.9 | 17.63 | 77.64 | - |
| YUV | 116.79 | 192.45 | 128.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 94 | 231 | 0.49 | 0.59 | 0 | 0.09 | 250.51 | 0.74 | 0.64 |
| Hex | 76 | 5E | E7 | 31 | 3B | 0 | 9 | FB | 4A | 40 |
| Octal | 166 | 136 | 347 | 61 | 73 | 0 | 11 | 373 | 112 | 100 |
| Binary | 1110110 | 1011110 | 11100111 | 110001 | 111011 | 0 | 1001 | 11111011 | 1001010 | 1000000 |
Color Harmonies of #765EE7
Complementary color
Monochromatic Colors of #765EE7
Black with #765EE7
Text Example
Text Example
White with #765EE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #765EE7; }
p { color: rgb(118,94,231); }
H1.HeaderClassName
{
color: #765EE7;
}
.AnyTagClassName
{
color: #765EE7;
}
</style>
background-color css
<style>
a { background-color: #765EE7; }
a { background-color: rgb(118,94,231); }
div.DivClassName
{
background-color: #765EE7;
}
.BgClassName
{
background-color: #765EE7;
}
</style>
border-color css
<style>
span { border-color: #765EE7; }
span { border-color: rgb(118,94,231); }
td.TdClassName
{
border-color: #765EE7;
}
.TagClassName
{
border-color: #765EE7;
}
</style>