Shades of Slate Blue #764EDD
Tints of Slate Blue #764EDD
RGB
CMYK
RGB Variations
Color information
#764EDD (or 0x764EDD) is known color: Slate Blue. HEX triplet: 76, 4E and DD. RGB value is (118,78,221). Sum of RGB (Red+Green+Blue) = 118+78+221=417 (55% of max value = 765). Red value is 118 (46.48% from 255 or 28.30% from 417); Green value is 78 (30.86% from 255 or 18.71% from 417); Blue value is 221 (86.72% from 255 or 53.00% from 417); Max value from RGB is 221 - color contains mainly: blue. Hex color #764EDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #764EDD is #89B122. Grayscale: #696969. Windows color (decimal): -9023779 or 14503542. OLE color: 14503542.
HSL color Cylindrical-coordinate representation of color #764EDD: hue angle of 256.78º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #764EDD is Cyan = 0.47, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 118 | 78 | 221 | - |
| CMYK | 0.47 | 0.65 | 0 | 0.13 |
| HSL | 256.78º | 0.68% | 0.59% | - |
| HSV(B) | 256.78º | 0.65% | 0.87% | - |
| XYZ | 23.25 | 14.52 | 69.98 | - |
| YUV | 106.26 | 192.75 | 136.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 78 | 221 | 0.47 | 0.65 | 0 | 0.13 | 256.78 | 0.68 | 0.59 |
| Hex | 76 | 4E | DD | 2F | 41 | 0 | D | 101 | 44 | 3B |
| Octal | 166 | 116 | 335 | 57 | 101 | 0 | 15 | 401 | 104 | 73 |
| Binary | 1110110 | 1001110 | 11011101 | 101111 | 1000001 | 0 | 1101 | 100000001 | 1000100 | 111011 |
Color Harmonies of #764EDD
Complementary color
Monochromatic Colors of #764EDD
Black with #764EDD
Text Example
Text Example
White with #764EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #764EDD; }
p { color: rgb(118,78,221); }
H1.HeaderClassName
{
color: #764EDD;
}
.AnyTagClassName
{
color: #764EDD;
}
</style>
background-color css
<style>
a { background-color: #764EDD; }
a { background-color: rgb(118,78,221); }
div.DivClassName
{
background-color: #764EDD;
}
.BgClassName
{
background-color: #764EDD;
}
</style>
border-color css
<style>
span { border-color: #764EDD; }
span { border-color: rgb(118,78,221); }
td.TdClassName
{
border-color: #764EDD;
}
.TagClassName
{
border-color: #764EDD;
}
</style>