Shades of Medium Slate Blue #765EFB
Tints of Medium Slate Blue #765EFB
RGB
CMYK
RGB Variations
Color information
#765EFB (or 0x765EFB) is known color: Medium Slate Blue. HEX triplet: 76, 5E and FB. RGB value is (118,94,251). Sum of RGB (Red+Green+Blue) = 118+94+251=463 (61% of max value = 765). Red value is 118 (46.48% from 255 or 25.49% from 463); Green value is 94 (37.11% from 255 or 20.30% from 463); Blue value is 251 (98.44% from 255 or 54.21% from 463); Max value from RGB is 251 - color contains mainly: blue. Hex color #765EFB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #765EFB is #89A104. Grayscale: #767676. Windows color (decimal): -9019653 or 16473718. OLE color: 16473718.
HSL color Cylindrical-coordinate representation of color #765EFB: hue angle of 249.17º degrees, saturation: 0.95, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #765EFB is Cyan = 0.53, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 118 | 94 | 251 | - |
| CMYK | 0.53 | 0.63 | 0 | 0.02 |
| HSL | 249.17º | 0.95% | 0.68% | - |
| HSV(B) | 249.17º | 0.63% | 0.98% | - |
| XYZ | 28.89 | 18.82 | 93.38 | - |
| YUV | 119.07 | 202.45 | 127.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 94 | 251 | 0.53 | 0.63 | 0 | 0.02 | 249.17 | 0.95 | 0.68 |
| Hex | 76 | 5E | FB | 35 | 3F | 0 | 2 | F9 | 5F | 44 |
| Octal | 166 | 136 | 373 | 65 | 77 | 0 | 2 | 371 | 137 | 104 |
| Binary | 1110110 | 1011110 | 11111011 | 110101 | 111111 | 0 | 10 | 11111001 | 1011111 | 1000100 |
Color Harmonies of #765EFB
Complementary color
Monochromatic Colors of #765EFB
Black with #765EFB
Text Example
Text Example
White with #765EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #765EFB; }
p { color: rgb(118,94,251); }
H1.HeaderClassName
{
color: #765EFB;
}
.AnyTagClassName
{
color: #765EFB;
}
</style>
background-color css
<style>
a { background-color: #765EFB; }
a { background-color: rgb(118,94,251); }
div.DivClassName
{
background-color: #765EFB;
}
.BgClassName
{
background-color: #765EFB;
}
</style>
border-color css
<style>
span { border-color: #765EFB; }
span { border-color: rgb(118,94,251); }
td.TdClassName
{
border-color: #765EFB;
}
.TagClassName
{
border-color: #765EFB;
}
</style>