Shades of Medium Slate Blue #764DEE
Tints of Medium Slate Blue #764DEE
RGB
CMYK
RGB Variations
Color information
#764DEE (or 0x764DEE) is known color: Medium Slate Blue. HEX triplet: 76, 4D and EE. RGB value is (118,77,238). Sum of RGB (Red+Green+Blue) = 118+77+238=433 (57% of max value = 765). Red value is 118 (46.48% from 255 or 27.25% from 433); Green value is 77 (30.47% from 255 or 17.78% from 433); Blue value is 238 (93.36% from 255 or 54.97% from 433); Max value from RGB is 238 - color contains mainly: blue. Hex color #764DEE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #764DEE is #89B211. Grayscale: #6B6B6B. Windows color (decimal): -9024018 or 15617398. OLE color: 15617398.
HSL color Cylindrical-coordinate representation of color #764DEE: hue angle of 255.28º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #764DEE is Cyan = 0.50, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 118 | 77 | 238 | - |
| CMYK | 0.50 | 0.68 | 0 | 0.07 |
| HSL | 255.28º | 0.83% | 0.62% | - |
| HSV(B) | 255.28º | 0.68% | 0.93% | - |
| XYZ | 25.56 | 15.33 | 82.5 | - |
| YUV | 107.61 | 201.58 | 135.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 77 | 238 | 0.50 | 0.68 | 0 | 0.07 | 255.28 | 0.83 | 0.62 |
| Hex | 76 | 4D | EE | 32 | 44 | 0 | 7 | FF | 53 | 3E |
| Octal | 166 | 115 | 356 | 62 | 104 | 0 | 7 | 377 | 123 | 76 |
| Binary | 1110110 | 1001101 | 11101110 | 110010 | 1000100 | 0 | 111 | 11111111 | 1010011 | 111110 |
Color Harmonies of #764DEE
Complementary color
Monochromatic Colors of #764DEE
Black with #764DEE
Text Example
Text Example
White with #764DEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #764DEE; }
p { color: rgb(118,77,238); }
H1.HeaderClassName
{
color: #764DEE;
}
.AnyTagClassName
{
color: #764DEE;
}
</style>
background-color css
<style>
a { background-color: #764DEE; }
a { background-color: rgb(118,77,238); }
div.DivClassName
{
background-color: #764DEE;
}
.BgClassName
{
background-color: #764DEE;
}
</style>
border-color css
<style>
span { border-color: #764DEE; }
span { border-color: rgb(118,77,238); }
td.TdClassName
{
border-color: #764DEE;
}
.TagClassName
{
border-color: #764DEE;
}
</style>