Shades of Medium Slate Blue #764FEF
Tints of Medium Slate Blue #764FEF
RGB
CMYK
RGB Variations
Color information
#764FEF (or 0x764FEF) is known color: Medium Slate Blue. HEX triplet: 76, 4F and EF. RGB value is (118,79,239). Sum of RGB (Red+Green+Blue) = 118+79+239=436 (57% of max value = 765). Red value is 118 (46.48% from 255 or 27.06% from 436); Green value is 79 (31.25% from 255 or 18.12% from 436); Blue value is 239 (93.75% from 255 or 54.82% from 436); Max value from RGB is 239 - color contains mainly: blue. Hex color #764FEF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #764FEF is #89B010. Grayscale: #6C6C6C. Windows color (decimal): -9023505 or 15683446. OLE color: 15683446.
HSL color Cylindrical-coordinate representation of color #764FEF: hue angle of 254.62º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #764FEF is Cyan = 0.51, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 118 | 79 | 239 | - |
| CMYK | 0.51 | 0.67 | 0 | 0.06 |
| HSL | 254.63º | 0.83% | 0.62% | - |
| HSV(B) | 254.63º | 0.67% | 0.94% | - |
| XYZ | 25.85 | 15.68 | 83.32 | - |
| YUV | 108.9 | 201.42 | 134.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 79 | 239 | 0.51 | 0.67 | 0 | 0.06 | 254.63 | 0.83 | 0.62 |
| Hex | 76 | 4F | EF | 33 | 43 | 0 | 6 | FF | 53 | 3E |
| Octal | 166 | 117 | 357 | 63 | 103 | 0 | 6 | 377 | 123 | 76 |
| Binary | 1110110 | 1001111 | 11101111 | 110011 | 1000011 | 0 | 110 | 11111111 | 1010011 | 111110 |
Color Harmonies of #764FEF
Complementary color
Monochromatic Colors of #764FEF
Black with #764FEF
Text Example
Text Example
White with #764FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #764FEF; }
p { color: rgb(118,79,239); }
H1.HeaderClassName
{
color: #764FEF;
}
.AnyTagClassName
{
color: #764FEF;
}
</style>
background-color css
<style>
a { background-color: #764FEF; }
a { background-color: rgb(118,79,239); }
div.DivClassName
{
background-color: #764FEF;
}
.BgClassName
{
background-color: #764FEF;
}
</style>
border-color css
<style>
span { border-color: #764FEF; }
span { border-color: rgb(118,79,239); }
td.TdClassName
{
border-color: #764FEF;
}
.TagClassName
{
border-color: #764FEF;
}
</style>