Shades of Medium Slate Blue #764EE7
Tints of Medium Slate Blue #764EE7
RGB
CMYK
RGB Variations
Color information
#764EE7 (or 0x764EE7) is known color: Medium Slate Blue. HEX triplet: 76, 4E and E7. RGB value is (118,78,231). Sum of RGB (Red+Green+Blue) = 118+78+231=427 (56% of max value = 765). Red value is 118 (46.48% from 255 or 27.63% from 427); Green value is 78 (30.86% from 255 or 18.27% from 427); Blue value is 231 (90.62% from 255 or 54.10% from 427); Max value from RGB is 231 - color contains mainly: blue. Hex color #764EE7 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #764EE7 is #89B118. Grayscale: #6A6A6A. Windows color (decimal): -9023769 or 15158902. OLE color: 15158902.
HSL color Cylindrical-coordinate representation of color #764EE7: hue angle of 255.69º degrees, saturation: 0.76, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #764EE7 is Cyan = 0.49, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 118 | 78 | 231 | - |
| CMYK | 0.49 | 0.66 | 0 | 0.09 |
| HSL | 255.69º | 0.76% | 0.61% | - |
| HSV(B) | 255.69º | 0.66% | 0.91% | - |
| XYZ | 24.62 | 15.07 | 77.21 | - |
| YUV | 107.4 | 197.75 | 135.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 78 | 231 | 0.49 | 0.66 | 0 | 0.09 | 255.69 | 0.76 | 0.61 |
| Hex | 76 | 4E | E7 | 31 | 42 | 0 | 9 | 100 | 4C | 3D |
| Octal | 166 | 116 | 347 | 61 | 102 | 0 | 11 | 400 | 114 | 75 |
| Binary | 1110110 | 1001110 | 11100111 | 110001 | 1000010 | 0 | 1001 | 100000000 | 1001100 | 111101 |
Color Harmonies of #764EE7
Complementary color
Monochromatic Colors of #764EE7
Black with #764EE7
Text Example
Text Example
White with #764EE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #764EE7; }
p { color: rgb(118,78,231); }
H1.HeaderClassName
{
color: #764EE7;
}
.AnyTagClassName
{
color: #764EE7;
}
</style>
background-color css
<style>
a { background-color: #764EE7; }
a { background-color: rgb(118,78,231); }
div.DivClassName
{
background-color: #764EE7;
}
.BgClassName
{
background-color: #764EE7;
}
</style>
border-color css
<style>
span { border-color: #764EE7; }
span { border-color: rgb(118,78,231); }
td.TdClassName
{
border-color: #764EE7;
}
.TagClassName
{
border-color: #764EE7;
}
</style>