Shades of Medium Slate Blue #764EE9
Tints of Medium Slate Blue #764EE9
RGB
CMYK
RGB Variations
Color information
#764EE9 (or 0x764EE9) is known color: Medium Slate Blue. HEX triplet: 76, 4E and E9. RGB value is (118,78,233). Sum of RGB (Red+Green+Blue) = 118+78+233=429 (56% of max value = 765). Red value is 118 (46.48% from 255 or 27.51% from 429); Green value is 78 (30.86% from 255 or 18.18% from 429); Blue value is 233 (91.41% from 255 or 54.31% from 429); Max value from RGB is 233 - color contains mainly: blue. Hex color #764EE9 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #764EE9 is #89B116. Grayscale: #6B6B6B. Windows color (decimal): -9023767 or 15289974. OLE color: 15289974.
HSL color Cylindrical-coordinate representation of color #764EE9: hue angle of 255.48º degrees, saturation: 0.78, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #764EE9 is Cyan = 0.49, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 118 | 78 | 233 | - |
| CMYK | 0.49 | 0.67 | 0 | 0.09 |
| HSL | 255.48º | 0.78% | 0.61% | - |
| HSV(B) | 255.48º | 0.67% | 0.91% | - |
| XYZ | 24.9 | 15.18 | 78.71 | - |
| YUV | 107.63 | 198.75 | 135.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 78 | 233 | 0.49 | 0.67 | 0 | 0.09 | 255.48 | 0.78 | 0.61 |
| Hex | 76 | 4E | E9 | 31 | 43 | 0 | 9 | FF | 4E | 3D |
| Octal | 166 | 116 | 351 | 61 | 103 | 0 | 11 | 377 | 116 | 75 |
| Binary | 1110110 | 1001110 | 11101001 | 110001 | 1000011 | 0 | 1001 | 11111111 | 1001110 | 111101 |
Color Harmonies of #764EE9
Complementary color
Monochromatic Colors of #764EE9
Black with #764EE9
Text Example
Text Example
White with #764EE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #764EE9; }
p { color: rgb(118,78,233); }
H1.HeaderClassName
{
color: #764EE9;
}
.AnyTagClassName
{
color: #764EE9;
}
</style>
background-color css
<style>
a { background-color: #764EE9; }
a { background-color: rgb(118,78,233); }
div.DivClassName
{
background-color: #764EE9;
}
.BgClassName
{
background-color: #764EE9;
}
</style>
border-color css
<style>
span { border-color: #764EE9; }
span { border-color: rgb(118,78,233); }
td.TdClassName
{
border-color: #764EE9;
}
.TagClassName
{
border-color: #764EE9;
}
</style>