Shades of Medium Slate Blue #764FEA
Tints of Medium Slate Blue #764FEA
RGB
CMYK
RGB Variations
Color information
#764FEA (or 0x764FEA) is known color: Medium Slate Blue. HEX triplet: 76, 4F and EA. RGB value is (118,79,234). Sum of RGB (Red+Green+Blue) = 118+79+234=431 (57% of max value = 765). Red value is 118 (46.48% from 255 or 27.38% from 431); Green value is 79 (31.25% from 255 or 18.33% from 431); Blue value is 234 (91.80% from 255 or 54.29% from 431); Max value from RGB is 234 - color contains mainly: blue. Hex color #764FEA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #764FEA is #89B015. Grayscale: #6B6B6B. Windows color (decimal): -9023510 or 15355766. OLE color: 15355766.
HSL color Cylindrical-coordinate representation of color #764FEA: hue angle of 255.1º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #764FEA is Cyan = 0.50, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 118 | 79 | 234 | - |
| CMYK | 0.50 | 0.66 | 0 | 0.08 |
| HSL | 255.1º | 0.79% | 0.61% | - |
| HSV(B) | 255.1º | 0.66% | 0.92% | - |
| XYZ | 25.12 | 15.38 | 79.49 | - |
| YUV | 108.33 | 198.92 | 134.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 79 | 234 | 0.50 | 0.66 | 0 | 0.08 | 255.1 | 0.79 | 0.61 |
| Hex | 76 | 4F | EA | 32 | 42 | 0 | 8 | FF | 4F | 3D |
| Octal | 166 | 117 | 352 | 62 | 102 | 0 | 10 | 377 | 117 | 75 |
| Binary | 1110110 | 1001111 | 11101010 | 110010 | 1000010 | 0 | 1000 | 11111111 | 1001111 | 111101 |
Color Harmonies of #764FEA
Complementary color
Monochromatic Colors of #764FEA
Black with #764FEA
Text Example
Text Example
White with #764FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #764FEA; }
p { color: rgb(118,79,234); }
H1.HeaderClassName
{
color: #764FEA;
}
.AnyTagClassName
{
color: #764FEA;
}
</style>
background-color css
<style>
a { background-color: #764FEA; }
a { background-color: rgb(118,79,234); }
div.DivClassName
{
background-color: #764FEA;
}
.BgClassName
{
background-color: #764FEA;
}
</style>
border-color css
<style>
span { border-color: #764FEA; }
span { border-color: rgb(118,79,234); }
td.TdClassName
{
border-color: #764FEA;
}
.TagClassName
{
border-color: #764FEA;
}
</style>