Shades of Medium Slate Blue #764EEA
Tints of Medium Slate Blue #764EEA
RGB
CMYK
RGB Variations
Color information
#764EEA (or 0x764EEA) is known color: Medium Slate Blue. HEX triplet: 76, 4E and EA. RGB value is (118,78,234). Sum of RGB (Red+Green+Blue) = 118+78+234=430 (56% of max value = 765). Red value is 118 (46.48% from 255 or 27.44% from 430); Green value is 78 (30.86% from 255 or 18.14% from 430); Blue value is 234 (91.80% from 255 or 54.42% from 430); Max value from RGB is 234 - color contains mainly: blue. Hex color #764EEA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #764EEA is #89B115. Grayscale: #6B6B6B. Windows color (decimal): -9023766 or 15355510. OLE color: 15355510.
HSL color Cylindrical-coordinate representation of color #764EEA: hue angle of 255.38º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #764EEA is Cyan = 0.50, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 118 | 78 | 234 | - |
| CMYK | 0.50 | 0.67 | 0 | 0.08 |
| HSL | 255.38º | 0.79% | 0.61% | - |
| HSV(B) | 255.38º | 0.67% | 0.92% | - |
| XYZ | 25.05 | 15.24 | 79.46 | - |
| YUV | 107.74 | 199.25 | 135.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 78 | 234 | 0.50 | 0.67 | 0 | 0.08 | 255.38 | 0.79 | 0.61 |
| Hex | 76 | 4E | EA | 32 | 43 | 0 | 8 | FF | 4F | 3D |
| Octal | 166 | 116 | 352 | 62 | 103 | 0 | 10 | 377 | 117 | 75 |
| Binary | 1110110 | 1001110 | 11101010 | 110010 | 1000011 | 0 | 1000 | 11111111 | 1001111 | 111101 |
Color Harmonies of #764EEA
Complementary color
Monochromatic Colors of #764EEA
Black with #764EEA
Text Example
Text Example
White with #764EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #764EEA; }
p { color: rgb(118,78,234); }
H1.HeaderClassName
{
color: #764EEA;
}
.AnyTagClassName
{
color: #764EEA;
}
</style>
background-color css
<style>
a { background-color: #764EEA; }
a { background-color: rgb(118,78,234); }
div.DivClassName
{
background-color: #764EEA;
}
.BgClassName
{
background-color: #764EEA;
}
</style>
border-color css
<style>
span { border-color: #764EEA; }
span { border-color: rgb(118,78,234); }
td.TdClassName
{
border-color: #764EEA;
}
.TagClassName
{
border-color: #764EEA;
}
</style>