Shades of Slate Blue #764EDB
Tints of Slate Blue #764EDB
RGB
CMYK
RGB Variations
Color information
#764EDB (or 0x764EDB) is known color: Slate Blue. HEX triplet: 76, 4E and DB. RGB value is (118,78,219). Sum of RGB (Red+Green+Blue) = 118+78+219=415 (54% of max value = 765). Red value is 118 (46.48% from 255 or 28.43% from 415); Green value is 78 (30.86% from 255 or 18.80% from 415); Blue value is 219 (85.94% from 255 or 52.77% from 415); Max value from RGB is 219 - color contains mainly: blue. Hex color #764EDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #764EDB is #89B124. Grayscale: #696969. Windows color (decimal): -9023781 or 14372470. OLE color: 14372470.
HSL color Cylindrical-coordinate representation of color #764EDB: hue angle of 257.02º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #764EDB is Cyan = 0.46, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 118 | 78 | 219 | - |
| CMYK | 0.46 | 0.64 | 0 | 0.14 |
| HSL | 257.02º | 0.66% | 0.58% | - |
| HSV(B) | 257.02º | 0.64% | 0.86% | - |
| XYZ | 22.98 | 14.41 | 68.59 | - |
| YUV | 106.03 | 191.75 | 136.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 78 | 219 | 0.46 | 0.64 | 0 | 0.14 | 257.02 | 0.66 | 0.58 |
| Hex | 76 | 4E | DB | 2E | 40 | 0 | E | 101 | 42 | 3A |
| Octal | 166 | 116 | 333 | 56 | 100 | 0 | 16 | 401 | 102 | 72 |
| Binary | 1110110 | 1001110 | 11011011 | 101110 | 1000000 | 0 | 1110 | 100000001 | 1000010 | 111010 |
Color Harmonies of #764EDB
Complementary color
Monochromatic Colors of #764EDB
Black with #764EDB
Text Example
Text Example
White with #764EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #764EDB; }
p { color: rgb(118,78,219); }
H1.HeaderClassName
{
color: #764EDB;
}
.AnyTagClassName
{
color: #764EDB;
}
</style>
background-color css
<style>
a { background-color: #764EDB; }
a { background-color: rgb(118,78,219); }
div.DivClassName
{
background-color: #764EDB;
}
.BgClassName
{
background-color: #764EDB;
}
</style>
border-color css
<style>
span { border-color: #764EDB; }
span { border-color: rgb(118,78,219); }
td.TdClassName
{
border-color: #764EDB;
}
.TagClassName
{
border-color: #764EDB;
}
</style>