Shades of Medium Slate Blue #765EF1
Tints of Medium Slate Blue #765EF1
RGB
CMYK
RGB Variations
Color information
#765EF1 (or 0x765EF1) is known color: Medium Slate Blue. HEX triplet: 76, 5E and F1. RGB value is (118,94,241). Sum of RGB (Red+Green+Blue) = 118+94+241=453 (60% of max value = 765). Red value is 118 (46.48% from 255 or 26.05% from 453); Green value is 94 (37.11% from 255 or 20.75% from 453); Blue value is 241 (94.53% from 255 or 53.20% from 453); Max value from RGB is 241 - color contains mainly: blue. Hex color #765EF1 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #765EF1 is #89A10E. Grayscale: #757575. Windows color (decimal): -9019663 or 15818358. OLE color: 15818358.
HSL color Cylindrical-coordinate representation of color #765EF1: hue angle of 249.8º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #765EF1 is Cyan = 0.51, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 118 | 94 | 241 | - |
| CMYK | 0.51 | 0.61 | 0 | 0.05 |
| HSL | 249.8º | 0.84% | 0.66% | - |
| HSV(B) | 249.8º | 0.61% | 0.95% | - |
| XYZ | 27.35 | 18.21 | 85.29 | - |
| YUV | 117.93 | 197.45 | 128.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 94 | 241 | 0.51 | 0.61 | 0 | 0.05 | 249.8 | 0.84 | 0.66 |
| Hex | 76 | 5E | F1 | 33 | 3D | 0 | 5 | FA | 54 | 42 |
| Octal | 166 | 136 | 361 | 63 | 75 | 0 | 5 | 372 | 124 | 102 |
| Binary | 1110110 | 1011110 | 11110001 | 110011 | 111101 | 0 | 101 | 11111010 | 1010100 | 1000010 |
Color Harmonies of #765EF1
Complementary color
Monochromatic Colors of #765EF1
Black with #765EF1
Text Example
Text Example
White with #765EF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #765EF1; }
p { color: rgb(118,94,241); }
H1.HeaderClassName
{
color: #765EF1;
}
.AnyTagClassName
{
color: #765EF1;
}
</style>
background-color css
<style>
a { background-color: #765EF1; }
a { background-color: rgb(118,94,241); }
div.DivClassName
{
background-color: #765EF1;
}
.BgClassName
{
background-color: #765EF1;
}
</style>
border-color css
<style>
span { border-color: #765EF1; }
span { border-color: rgb(118,94,241); }
td.TdClassName
{
border-color: #765EF1;
}
.TagClassName
{
border-color: #765EF1;
}
</style>