Shades of Medium Slate Blue #764FEE
Tints of Medium Slate Blue #764FEE
RGB
CMYK
RGB Variations
Color information
#764FEE (or 0x764FEE) is known color: Medium Slate Blue. HEX triplet: 76, 4F and EE. RGB value is (118,79,238). Sum of RGB (Red+Green+Blue) = 118+79+238=435 (57% of max value = 765). Red value is 118 (46.48% from 255 or 27.13% from 435); Green value is 79 (31.25% from 255 or 18.16% from 435); Blue value is 238 (93.36% from 255 or 54.71% from 435); Max value from RGB is 238 - color contains mainly: blue. Hex color #764FEE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #764FEE is #89B011. Grayscale: #6C6C6C. Windows color (decimal): -9023506 or 15617910. OLE color: 15617910.
HSL color Cylindrical-coordinate representation of color #764FEE: hue angle of 254.72º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #764FEE is Cyan = 0.50, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 118 | 79 | 238 | - |
| CMYK | 0.50 | 0.67 | 0 | 0.07 |
| HSL | 254.72º | 0.82% | 0.62% | - |
| HSV(B) | 254.72º | 0.67% | 0.93% | - |
| XYZ | 25.7 | 15.62 | 82.55 | - |
| YUV | 108.79 | 200.92 | 134.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 79 | 238 | 0.50 | 0.67 | 0 | 0.07 | 254.72 | 0.82 | 0.62 |
| Hex | 76 | 4F | EE | 32 | 43 | 0 | 7 | FF | 52 | 3E |
| Octal | 166 | 117 | 356 | 62 | 103 | 0 | 7 | 377 | 122 | 76 |
| Binary | 1110110 | 1001111 | 11101110 | 110010 | 1000011 | 0 | 111 | 11111111 | 1010010 | 111110 |
Color Harmonies of #764FEE
Complementary color
Monochromatic Colors of #764FEE
Black with #764FEE
Text Example
Text Example
White with #764FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #764FEE; }
p { color: rgb(118,79,238); }
H1.HeaderClassName
{
color: #764FEE;
}
.AnyTagClassName
{
color: #764FEE;
}
</style>
background-color css
<style>
a { background-color: #764FEE; }
a { background-color: rgb(118,79,238); }
div.DivClassName
{
background-color: #764FEE;
}
.BgClassName
{
background-color: #764FEE;
}
</style>
border-color css
<style>
span { border-color: #764FEE; }
span { border-color: rgb(118,79,238); }
td.TdClassName
{
border-color: #764FEE;
}
.TagClassName
{
border-color: #764FEE;
}
</style>