Shades of Medium Slate Blue #765EE1
Tints of Medium Slate Blue #765EE1
RGB
CMYK
RGB Variations
Color information
#765EE1 (or 0x765EE1) is known color: Medium Slate Blue. HEX triplet: 76, 5E and E1. RGB value is (118,94,225). Sum of RGB (Red+Green+Blue) = 118+94+225=437 (57% of max value = 765). Red value is 118 (46.48% from 255 or 27.00% from 437); Green value is 94 (37.11% from 255 or 21.51% from 437); Blue value is 225 (88.28% from 255 or 51.49% from 437); Max value from RGB is 225 - color contains mainly: blue. Hex color #765EE1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #765EE1 is #89A11E. Grayscale: #737373. Windows color (decimal): -9019679 or 14769782. OLE color: 14769782.
HSL color Cylindrical-coordinate representation of color #765EE1: hue angle of 250.99º degrees, saturation: 0.69, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #765EE1 is Cyan = 0.48, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 118 | 94 | 225 | - |
| CMYK | 0.48 | 0.58 | 0 | 0.12 |
| HSL | 250.99º | 0.69% | 0.63% | - |
| HSV(B) | 250.99º | 0.58% | 0.88% | - |
| XYZ | 25.06 | 17.29 | 73.25 | - |
| YUV | 116.11 | 189.45 | 129.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 94 | 225 | 0.48 | 0.58 | 0 | 0.12 | 250.99 | 0.69 | 0.63 |
| Hex | 76 | 5E | E1 | 30 | 3A | 0 | C | FB | 45 | 3F |
| Octal | 166 | 136 | 341 | 60 | 72 | 0 | 14 | 373 | 105 | 77 |
| Binary | 1110110 | 1011110 | 11100001 | 110000 | 111010 | 0 | 1100 | 11111011 | 1000101 | 111111 |
Color Harmonies of #765EE1
Complementary color
Monochromatic Colors of #765EE1
Black with #765EE1
Text Example
Text Example
White with #765EE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #765EE1; }
p { color: rgb(118,94,225); }
H1.HeaderClassName
{
color: #765EE1;
}
.AnyTagClassName
{
color: #765EE1;
}
</style>
background-color css
<style>
a { background-color: #765EE1; }
a { background-color: rgb(118,94,225); }
div.DivClassName
{
background-color: #765EE1;
}
.BgClassName
{
background-color: #765EE1;
}
</style>
border-color css
<style>
span { border-color: #765EE1; }
span { border-color: rgb(118,94,225); }
td.TdClassName
{
border-color: #765EE1;
}
.TagClassName
{
border-color: #765EE1;
}
</style>