Shades of Slate Blue #764ADB
Tints of Slate Blue #764ADB
RGB
CMYK
RGB Variations
Color information
#764ADB (or 0x764ADB) is known color: Slate Blue. HEX triplet: 76, 4A and DB. RGB value is (118,74,219). Sum of RGB (Red+Green+Blue) = 118+74+219=411 (54% of max value = 765). Red value is 118 (46.48% from 255 or 28.71% from 411); Green value is 74 (29.30% from 255 or 18.00% from 411); Blue value is 219 (85.94% from 255 or 53.28% from 411); Max value from RGB is 219 - color contains mainly: blue. Hex color #764ADB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #764ADB is #89B524. Grayscale: #676767. Windows color (decimal): -9024805 or 14371446. OLE color: 14371446.
HSL color Cylindrical-coordinate representation of color #764ADB: hue angle of 258.21º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #764ADB is Cyan = 0.46, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 118 | 74 | 219 | - |
| CMYK | 0.46 | 0.66 | 0 | 0.14 |
| HSL | 258.21º | 0.67% | 0.57% | - |
| HSV(B) | 258.21º | 0.66% | 0.86% | - |
| XYZ | 22.71 | 13.86 | 68.5 | - |
| YUV | 103.69 | 193.08 | 138.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 74 | 219 | 0.46 | 0.66 | 0 | 0.14 | 258.21 | 0.67 | 0.57 |
| Hex | 76 | 4A | DB | 2E | 42 | 0 | E | 102 | 43 | 39 |
| Octal | 166 | 112 | 333 | 56 | 102 | 0 | 16 | 402 | 103 | 71 |
| Binary | 1110110 | 1001010 | 11011011 | 101110 | 1000010 | 0 | 1110 | 100000010 | 1000011 | 111001 |
Color Harmonies of #764ADB
Complementary color
Monochromatic Colors of #764ADB
Black with #764ADB
Text Example
Text Example
White with #764ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #764ADB; }
p { color: rgb(118,74,219); }
H1.HeaderClassName
{
color: #764ADB;
}
.AnyTagClassName
{
color: #764ADB;
}
</style>
background-color css
<style>
a { background-color: #764ADB; }
a { background-color: rgb(118,74,219); }
div.DivClassName
{
background-color: #764ADB;
}
.BgClassName
{
background-color: #764ADB;
}
</style>
border-color css
<style>
span { border-color: #764ADB; }
span { border-color: rgb(118,74,219); }
td.TdClassName
{
border-color: #764ADB;
}
.TagClassName
{
border-color: #764ADB;
}
</style>