Shades of Slate Blue #764FDE
Tints of Slate Blue #764FDE
RGB
CMYK
RGB Variations
Color information
#764FDE (or 0x764FDE) is known color: Slate Blue. HEX triplet: 76, 4F and DE. RGB value is (118,79,222). Sum of RGB (Red+Green+Blue) = 118+79+222=419 (55% of max value = 765). Red value is 118 (46.48% from 255 or 28.16% from 419); Green value is 79 (31.25% from 255 or 18.85% from 419); Blue value is 222 (87.11% from 255 or 52.98% from 419); Max value from RGB is 222 - color contains mainly: blue. Hex color #764FDE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #764FDE is #89B021. Grayscale: #6A6A6A. Windows color (decimal): -9023522 or 14569334. OLE color: 14569334.
HSL color Cylindrical-coordinate representation of color #764FDE: hue angle of 256.36º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #764FDE is Cyan = 0.47, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 118 | 79 | 222 | - |
| CMYK | 0.47 | 0.64 | 0 | 0.13 |
| HSL | 256.36º | 0.68% | 0.59% | - |
| HSV(B) | 256.36º | 0.64% | 0.87% | - |
| XYZ | 23.45 | 14.72 | 70.71 | - |
| YUV | 106.96 | 192.92 | 135.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 79 | 222 | 0.47 | 0.64 | 0 | 0.13 | 256.36 | 0.68 | 0.59 |
| Hex | 76 | 4F | DE | 2F | 40 | 0 | D | 100 | 44 | 3B |
| Octal | 166 | 117 | 336 | 57 | 100 | 0 | 15 | 400 | 104 | 73 |
| Binary | 1110110 | 1001111 | 11011110 | 101111 | 1000000 | 0 | 1101 | 100000000 | 1000100 | 111011 |
Color Harmonies of #764FDE
Complementary color
Monochromatic Colors of #764FDE
Black with #764FDE
Text Example
Text Example
White with #764FDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #764FDE; }
p { color: rgb(118,79,222); }
H1.HeaderClassName
{
color: #764FDE;
}
.AnyTagClassName
{
color: #764FDE;
}
</style>
background-color css
<style>
a { background-color: #764FDE; }
a { background-color: rgb(118,79,222); }
div.DivClassName
{
background-color: #764FDE;
}
.BgClassName
{
background-color: #764FDE;
}
</style>
border-color css
<style>
span { border-color: #764FDE; }
span { border-color: rgb(118,79,222); }
td.TdClassName
{
border-color: #764FDE;
}
.TagClassName
{
border-color: #764FDE;
}
</style>