Shades of Medium Slate Blue #765EEF
Tints of Medium Slate Blue #765EEF
RGB
CMYK
RGB Variations
Color information
#765EEF (or 0x765EEF) is known color: Medium Slate Blue. HEX triplet: 76, 5E and EF. RGB value is (118,94,239). Sum of RGB (Red+Green+Blue) = 118+94+239=451 (59% of max value = 765). Red value is 118 (46.48% from 255 or 26.16% from 451); Green value is 94 (37.11% from 255 or 20.84% from 451); Blue value is 239 (93.75% from 255 or 52.99% from 451); Max value from RGB is 239 - color contains mainly: blue. Hex color #765EEF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #765EEF is #89A110. Grayscale: #757575. Windows color (decimal): -9019665 or 15687286. OLE color: 15687286.
HSL color Cylindrical-coordinate representation of color #765EEF: hue angle of 249.93º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #765EEF is Cyan = 0.51, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 118 | 94 | 239 | - |
| CMYK | 0.51 | 0.61 | 0 | 0.06 |
| HSL | 249.93º | 0.82% | 0.65% | - |
| HSV(B) | 249.93º | 0.61% | 0.94% | - |
| XYZ | 27.05 | 18.09 | 83.73 | - |
| YUV | 117.71 | 196.45 | 128.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 94 | 239 | 0.51 | 0.61 | 0 | 0.06 | 249.93 | 0.82 | 0.65 |
| Hex | 76 | 5E | EF | 33 | 3D | 0 | 6 | FA | 52 | 41 |
| Octal | 166 | 136 | 357 | 63 | 75 | 0 | 6 | 372 | 122 | 101 |
| Binary | 1110110 | 1011110 | 11101111 | 110011 | 111101 | 0 | 110 | 11111010 | 1010010 | 1000001 |
Color Harmonies of #765EEF
Complementary color
Monochromatic Colors of #765EEF
Black with #765EEF
Text Example
Text Example
White with #765EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #765EEF; }
p { color: rgb(118,94,239); }
H1.HeaderClassName
{
color: #765EEF;
}
.AnyTagClassName
{
color: #765EEF;
}
</style>
background-color css
<style>
a { background-color: #765EEF; }
a { background-color: rgb(118,94,239); }
div.DivClassName
{
background-color: #765EEF;
}
.BgClassName
{
background-color: #765EEF;
}
</style>
border-color css
<style>
span { border-color: #765EEF; }
span { border-color: rgb(118,94,239); }
td.TdClassName
{
border-color: #765EEF;
}
.TagClassName
{
border-color: #765EEF;
}
</style>