Shades of Medium Slate Blue #765FE9
Tints of Medium Slate Blue #765FE9
RGB
CMYK
RGB Variations
Color information
#765FE9 (or 0x765FE9) is known color: Medium Slate Blue. HEX triplet: 76, 5F and E9. RGB value is (118,95,233). Sum of RGB (Red+Green+Blue) = 118+95+233=446 (59% of max value = 765). Red value is 118 (46.48% from 255 or 26.46% from 446); Green value is 95 (37.5% from 255 or 21.30% from 446); Blue value is 233 (91.41% from 255 or 52.24% from 446); Max value from RGB is 233 - color contains mainly: blue. Hex color #765FE9 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #765FE9 is #89A016. Grayscale: #757575. Windows color (decimal): -9019415 or 15294326. OLE color: 15294326.
HSL color Cylindrical-coordinate representation of color #765FE9: hue angle of 250º degrees, saturation: 0.76, 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 #765FE9 is Cyan = 0.49, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 118 | 95 | 233 | - |
| CMYK | 0.49 | 0.59 | 0 | 0.09 |
| HSL | 250º | 0.76% | 0.64% | - |
| HSV(B) | 250º | 0.59% | 0.91% | - |
| XYZ | 26.27 | 17.92 | 79.16 | - |
| YUV | 117.61 | 193.12 | 128.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 95 | 233 | 0.49 | 0.59 | 0 | 0.09 | 250 | 0.76 | 0.64 |
| Hex | 76 | 5F | E9 | 31 | 3B | 0 | 9 | FA | 4C | 40 |
| Octal | 166 | 137 | 351 | 61 | 73 | 0 | 11 | 372 | 114 | 100 |
| Binary | 1110110 | 1011111 | 11101001 | 110001 | 111011 | 0 | 1001 | 11111010 | 1001100 | 1000000 |
Color Harmonies of #765FE9
Complementary color
Monochromatic Colors of #765FE9
Black with #765FE9
Text Example
Text Example
White with #765FE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #765FE9; }
p { color: rgb(118,95,233); }
H1.HeaderClassName
{
color: #765FE9;
}
.AnyTagClassName
{
color: #765FE9;
}
</style>
background-color css
<style>
a { background-color: #765FE9; }
a { background-color: rgb(118,95,233); }
div.DivClassName
{
background-color: #765FE9;
}
.BgClassName
{
background-color: #765FE9;
}
</style>
border-color css
<style>
span { border-color: #765FE9; }
span { border-color: rgb(118,95,233); }
td.TdClassName
{
border-color: #765FE9;
}
.TagClassName
{
border-color: #765FE9;
}
</style>