Shades of Medium Slate Blue #764FEB
Tints of Medium Slate Blue #764FEB
RGB
CMYK
RGB Variations
Color information
#764FEB (or 0x764FEB) is known color: Medium Slate Blue. HEX triplet: 76, 4F and EB. RGB value is (118,79,235). Sum of RGB (Red+Green+Blue) = 118+79+235=432 (57% of max value = 765). Red value is 118 (46.48% from 255 or 27.31% from 432); Green value is 79 (31.25% from 255 or 18.29% from 432); Blue value is 235 (92.19% from 255 or 54.40% from 432); Max value from RGB is 235 - color contains mainly: blue. Hex color #764FEB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #764FEB is #89B014. Grayscale: #6B6B6B. Windows color (decimal): -9023509 or 15421302. OLE color: 15421302.
HSL color Cylindrical-coordinate representation of color #764FEB: hue angle of 255º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #764FEB is Cyan = 0.50, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 118 | 79 | 235 | - |
| CMYK | 0.50 | 0.66 | 0 | 0.08 |
| HSL | 255º | 0.8% | 0.62% | - |
| HSV(B) | 255º | 0.66% | 0.92% | - |
| XYZ | 25.26 | 15.44 | 80.25 | - |
| YUV | 108.45 | 199.42 | 134.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 79 | 235 | 0.50 | 0.66 | 0 | 0.08 | 255 | 0.8 | 0.62 |
| Hex | 76 | 4F | EB | 32 | 42 | 0 | 8 | FF | 50 | 3E |
| Octal | 166 | 117 | 353 | 62 | 102 | 0 | 10 | 377 | 120 | 76 |
| Binary | 1110110 | 1001111 | 11101011 | 110010 | 1000010 | 0 | 1000 | 11111111 | 1010000 | 111110 |
Color Harmonies of #764FEB
Complementary color
Monochromatic Colors of #764FEB
Black with #764FEB
Text Example
Text Example
White with #764FEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #764FEB; }
p { color: rgb(118,79,235); }
H1.HeaderClassName
{
color: #764FEB;
}
.AnyTagClassName
{
color: #764FEB;
}
</style>
background-color css
<style>
a { background-color: #764FEB; }
a { background-color: rgb(118,79,235); }
div.DivClassName
{
background-color: #764FEB;
}
.BgClassName
{
background-color: #764FEB;
}
</style>
border-color css
<style>
span { border-color: #764FEB; }
span { border-color: rgb(118,79,235); }
td.TdClassName
{
border-color: #764FEB;
}
.TagClassName
{
border-color: #764FEB;
}
</style>