Shades of Slate Blue #764BDB
Tints of Slate Blue #764BDB
RGB
CMYK
RGB Variations
Color information
#764BDB (or 0x764BDB) is known color: Slate Blue. HEX triplet: 76, 4B and DB. RGB value is (118,75,219). Sum of RGB (Red+Green+Blue) = 118+75+219=412 (54% of max value = 765). Red value is 118 (46.48% from 255 or 28.64% from 412); Green value is 75 (29.69% from 255 or 18.20% from 412); Blue value is 219 (85.94% from 255 or 53.16% from 412); Max value from RGB is 219 - color contains mainly: blue. Hex color #764BDB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #764BDB is #89B424. Grayscale: #676767. Windows color (decimal): -9024549 or 14371702. OLE color: 14371702.
HSL color Cylindrical-coordinate representation of color #764BDB: hue angle of 257.92º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #764BDB is Cyan = 0.46, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 118 | 75 | 219 | - |
| CMYK | 0.46 | 0.66 | 0 | 0.14 |
| HSL | 257.92º | 0.67% | 0.58% | - |
| HSV(B) | 257.92º | 0.66% | 0.86% | - |
| XYZ | 22.77 | 14 | 68.52 | - |
| YUV | 104.27 | 192.75 | 137.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 75 | 219 | 0.46 | 0.66 | 0 | 0.14 | 257.92 | 0.67 | 0.58 |
| Hex | 76 | 4B | DB | 2E | 42 | 0 | E | 102 | 43 | 3A |
| Octal | 166 | 113 | 333 | 56 | 102 | 0 | 16 | 402 | 103 | 72 |
| Binary | 1110110 | 1001011 | 11011011 | 101110 | 1000010 | 0 | 1110 | 100000010 | 1000011 | 111010 |
Color Harmonies of #764BDB
Complementary color
Monochromatic Colors of #764BDB
Black with #764BDB
Text Example
Text Example
White with #764BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #764BDB; }
p { color: rgb(118,75,219); }
H1.HeaderClassName
{
color: #764BDB;
}
.AnyTagClassName
{
color: #764BDB;
}
</style>
background-color css
<style>
a { background-color: #764BDB; }
a { background-color: rgb(118,75,219); }
div.DivClassName
{
background-color: #764BDB;
}
.BgClassName
{
background-color: #764BDB;
}
</style>
border-color css
<style>
span { border-color: #764BDB; }
span { border-color: rgb(118,75,219); }
td.TdClassName
{
border-color: #764BDB;
}
.TagClassName
{
border-color: #764BDB;
}
</style>