Shades of Medium Slate Blue #764CEE
Tints of Medium Slate Blue #764CEE
RGB
CMYK
RGB Variations
Color information
#764CEE (or 0x764CEE) is known color: Medium Slate Blue. HEX triplet: 76, 4C and EE. RGB value is (118,76,238). Sum of RGB (Red+Green+Blue) = 118+76+238=432 (57% of max value = 765). Red value is 118 (46.48% from 255 or 27.31% from 432); Green value is 76 (30.08% from 255 or 17.59% from 432); Blue value is 238 (93.36% from 255 or 55.09% from 432); Max value from RGB is 238 - color contains mainly: blue. Hex color #764CEE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #764CEE is #89B311. Grayscale: #6A6A6A. Windows color (decimal): -9024274 or 15617142. OLE color: 15617142.
HSL color Cylindrical-coordinate representation of color #764CEE: hue angle of 255.56º 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 #764CEE is Cyan = 0.50, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 118 | 76 | 238 | - |
| CMYK | 0.50 | 0.68 | 0 | 0.07 |
| HSL | 255.56º | 0.83% | 0.62% | - |
| HSV(B) | 255.56º | 0.68% | 0.93% | - |
| XYZ | 25.49 | 15.19 | 82.48 | - |
| YUV | 107.03 | 201.91 | 135.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 76 | 238 | 0.50 | 0.68 | 0 | 0.07 | 255.56 | 0.83 | 0.62 |
| Hex | 76 | 4C | EE | 32 | 44 | 0 | 7 | 100 | 53 | 3E |
| Octal | 166 | 114 | 356 | 62 | 104 | 0 | 7 | 400 | 123 | 76 |
| Binary | 1110110 | 1001100 | 11101110 | 110010 | 1000100 | 0 | 111 | 100000000 | 1010011 | 111110 |
Color Harmonies of #764CEE
Complementary color
Monochromatic Colors of #764CEE
Black with #764CEE
Text Example
Text Example
White with #764CEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #764CEE; }
p { color: rgb(118,76,238); }
H1.HeaderClassName
{
color: #764CEE;
}
.AnyTagClassName
{
color: #764CEE;
}
</style>
background-color css
<style>
a { background-color: #764CEE; }
a { background-color: rgb(118,76,238); }
div.DivClassName
{
background-color: #764CEE;
}
.BgClassName
{
background-color: #764CEE;
}
</style>
border-color css
<style>
span { border-color: #764CEE; }
span { border-color: rgb(118,76,238); }
td.TdClassName
{
border-color: #764CEE;
}
.TagClassName
{
border-color: #764CEE;
}
</style>