Shades of Medium Slate Blue #765DFE
Tints of Medium Slate Blue #765DFE
RGB
CMYK
RGB Variations
Color information
#765DFE (or 0x765DFE) is known color: Medium Slate Blue. HEX triplet: 76, 5D and FE. RGB value is (118,93,254). Sum of RGB (Red+Green+Blue) = 118+93+254=465 (61% of max value = 765). Red value is 118 (46.48% from 255 or 25.38% from 465); Green value is 93 (36.72% from 255 or 20% from 465); Blue value is 254 (99.61% from 255 or 54.62% from 465); Max value from RGB is 254 - color contains mainly: blue. Hex color #765DFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #765DFE is #89A201. Grayscale: #767676. Windows color (decimal): -9019906 or 16670070. OLE color: 16670070.
HSL color Cylindrical-coordinate representation of color #765DFE: hue angle of 249.32º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #765DFE is Cyan = 0.54, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 118 | 93 | 254 | - |
| CMYK | 0.54 | 0.63 | 0 | 0.00 |
| HSL | 249.32º | 0.99% | 0.68% | - |
| HSV(B) | 249.32º | 0.63% | 1% | - |
| XYZ | 29.27 | 18.84 | 95.86 | - |
| YUV | 118.83 | 204.28 | 127.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 93 | 254 | 0.54 | 0.63 | 0 | 0.00 | 249.32 | 0.99 | 0.68 |
| Hex | 76 | 5D | FE | 36 | 3F | 0 | 0 | F9 | 63 | 44 |
| Octal | 166 | 135 | 376 | 66 | 77 | 0 | 0 | 371 | 143 | 104 |
| Binary | 1110110 | 1011101 | 11111110 | 110110 | 111111 | 0 | 0 | 11111001 | 1100011 | 1000100 |
Color Harmonies of #765DFE
Complementary color
Monochromatic Colors of #765DFE
Black with #765DFE
Text Example
Text Example
White with #765DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #765DFE; }
p { color: rgb(118,93,254); }
H1.HeaderClassName
{
color: #765DFE;
}
.AnyTagClassName
{
color: #765DFE;
}
</style>
background-color css
<style>
a { background-color: #765DFE; }
a { background-color: rgb(118,93,254); }
div.DivClassName
{
background-color: #765DFE;
}
.BgClassName
{
background-color: #765DFE;
}
</style>
border-color css
<style>
span { border-color: #765DFE; }
span { border-color: rgb(118,93,254); }
td.TdClassName
{
border-color: #765DFE;
}
.TagClassName
{
border-color: #765DFE;
}
</style>