Shades of Slate Blue #784FDB
Tints of Slate Blue #784FDB
RGB
CMYK
RGB Variations
Color information
#784FDB (or 0x784FDB) is known color: Slate Blue. HEX triplet: 78, 4F and DB. RGB value is (120,79,219). Sum of RGB (Red+Green+Blue) = 120+79+219=418 (55% of max value = 765). Red value is 120 (47.27% from 255 or 28.71% from 418); Green value is 79 (31.25% from 255 or 18.90% from 418); Blue value is 219 (85.94% from 255 or 52.39% from 418); Max value from RGB is 219 - color contains mainly: blue. Hex color #784FDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #784FDB is #87B024. Grayscale: #6A6A6A. Windows color (decimal): -8892453 or 14372728. OLE color: 14372728.
HSL color Cylindrical-coordinate representation of color #784FDB: hue angle of 257.57º 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 #784FDB is Cyan = 0.45, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 120 | 79 | 219 | - |
| CMYK | 0.45 | 0.64 | 0 | 0.14 |
| HSL | 257.57º | 0.66% | 0.58% | - |
| HSV(B) | 257.57º | 0.64% | 0.86% | - |
| XYZ | 23.33 | 14.7 | 68.63 | - |
| YUV | 107.22 | 191.08 | 137.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 79 | 219 | 0.45 | 0.64 | 0 | 0.14 | 257.57 | 0.66 | 0.58 |
| Hex | 78 | 4F | DB | 2D | 40 | 0 | E | 102 | 42 | 3A |
| Octal | 170 | 117 | 333 | 55 | 100 | 0 | 16 | 402 | 102 | 72 |
| Binary | 1111000 | 1001111 | 11011011 | 101101 | 1000000 | 0 | 1110 | 100000010 | 1000010 | 111010 |
Color Harmonies of #784FDB
Complementary color
Monochromatic Colors of #784FDB
Black with #784FDB
Text Example
Text Example
White with #784FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #784FDB; }
p { color: rgb(120,79,219); }
H1.HeaderClassName
{
color: #784FDB;
}
.AnyTagClassName
{
color: #784FDB;
}
</style>
background-color css
<style>
a { background-color: #784FDB; }
a { background-color: rgb(120,79,219); }
div.DivClassName
{
background-color: #784FDB;
}
.BgClassName
{
background-color: #784FDB;
}
</style>
border-color css
<style>
span { border-color: #784FDB; }
span { border-color: rgb(120,79,219); }
td.TdClassName
{
border-color: #784FDB;
}
.TagClassName
{
border-color: #784FDB;
}
</style>