Shades of Medium Slate Blue #764EEB
Tints of Medium Slate Blue #764EEB
RGB
CMYK
RGB Variations
Color information
#764EEB (or 0x764EEB) is known color: Medium Slate Blue. HEX triplet: 76, 4E and EB. RGB value is (118,78,235). Sum of RGB (Red+Green+Blue) = 118+78+235=431 (57% of max value = 765). Red value is 118 (46.48% from 255 or 27.38% from 431); Green value is 78 (30.86% from 255 or 18.10% from 431); Blue value is 235 (92.19% from 255 or 54.52% from 431); Max value from RGB is 235 - color contains mainly: blue. Hex color #764EEB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #764EEB is #89B114. Grayscale: #6B6B6B. Windows color (decimal): -9023765 or 15421046. OLE color: 15421046.
HSL color Cylindrical-coordinate representation of color #764EEB: hue angle of 255.29º degrees, saturation: 0.8, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #764EEB is Cyan = 0.50, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 118 | 78 | 235 | - |
| CMYK | 0.50 | 0.67 | 0 | 0.08 |
| HSL | 255.29º | 0.8% | 0.61% | - |
| HSV(B) | 255.29º | 0.67% | 0.92% | - |
| XYZ | 25.19 | 15.3 | 80.22 | - |
| YUV | 107.86 | 199.75 | 135.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 78 | 235 | 0.50 | 0.67 | 0 | 0.08 | 255.29 | 0.8 | 0.61 |
| Hex | 76 | 4E | EB | 32 | 43 | 0 | 8 | FF | 50 | 3D |
| Octal | 166 | 116 | 353 | 62 | 103 | 0 | 10 | 377 | 120 | 75 |
| Binary | 1110110 | 1001110 | 11101011 | 110010 | 1000011 | 0 | 1000 | 11111111 | 1010000 | 111101 |
Color Harmonies of #764EEB
Complementary color
Monochromatic Colors of #764EEB
Black with #764EEB
Text Example
Text Example
White with #764EEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #764EEB; }
p { color: rgb(118,78,235); }
H1.HeaderClassName
{
color: #764EEB;
}
.AnyTagClassName
{
color: #764EEB;
}
</style>
background-color css
<style>
a { background-color: #764EEB; }
a { background-color: rgb(118,78,235); }
div.DivClassName
{
background-color: #764EEB;
}
.BgClassName
{
background-color: #764EEB;
}
</style>
border-color css
<style>
span { border-color: #764EEB; }
span { border-color: rgb(118,78,235); }
td.TdClassName
{
border-color: #764EEB;
}
.TagClassName
{
border-color: #764EEB;
}
</style>