Shades of Slate Blue #784ADB
Tints of Slate Blue #784ADB
RGB
CMYK
RGB Variations
Color information
#784ADB (or 0x784ADB) is known color: Slate Blue. HEX triplet: 78, 4A and DB. RGB value is (120,74,219). Sum of RGB (Red+Green+Blue) = 120+74+219=413 (54% of max value = 765). Red value is 120 (47.27% from 255 or 29.06% from 413); Green value is 74 (29.30% from 255 or 17.92% from 413); Blue value is 219 (85.94% from 255 or 53.03% from 413); Max value from RGB is 219 - color contains mainly: blue. Hex color #784ADB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #784ADB is #87B524. Grayscale: #676767. Windows color (decimal): -8893733 or 14371448. OLE color: 14371448.
HSL color Cylindrical-coordinate representation of color #784ADB: hue angle of 259.03º 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 #784ADB is Cyan = 0.45, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 120 | 74 | 219 | - |
| CMYK | 0.45 | 0.66 | 0 | 0.14 |
| HSL | 259.03º | 0.67% | 0.57% | - |
| HSV(B) | 259.03º | 0.66% | 0.86% | - |
| XYZ | 22.98 | 14.01 | 68.51 | - |
| YUV | 104.28 | 192.74 | 139.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 74 | 219 | 0.45 | 0.66 | 0 | 0.14 | 259.03 | 0.67 | 0.57 |
| Hex | 78 | 4A | DB | 2D | 42 | 0 | E | 103 | 43 | 39 |
| Octal | 170 | 112 | 333 | 55 | 102 | 0 | 16 | 403 | 103 | 71 |
| Binary | 1111000 | 1001010 | 11011011 | 101101 | 1000010 | 0 | 1110 | 100000011 | 1000011 | 111001 |
Color Harmonies of #784ADB
Complementary color
Monochromatic Colors of #784ADB
Black with #784ADB
Text Example
Text Example
White with #784ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #784ADB; }
p { color: rgb(120,74,219); }
H1.HeaderClassName
{
color: #784ADB;
}
.AnyTagClassName
{
color: #784ADB;
}
</style>
background-color css
<style>
a { background-color: #784ADB; }
a { background-color: rgb(120,74,219); }
div.DivClassName
{
background-color: #784ADB;
}
.BgClassName
{
background-color: #784ADB;
}
</style>
border-color css
<style>
span { border-color: #784ADB; }
span { border-color: rgb(120,74,219); }
td.TdClassName
{
border-color: #784ADB;
}
.TagClassName
{
border-color: #784ADB;
}
</style>