Shades of Slate Blue #794FDB
Tints of Slate Blue #794FDB
RGB
CMYK
RGB Variations
Color information
#794FDB (or 0x794FDB) is known color: Slate Blue. HEX triplet: 79, 4F and DB. RGB value is (121,79,219). Sum of RGB (Red+Green+Blue) = 121+79+219=419 (55% of max value = 765). Red value is 121 (47.66% from 255 or 28.88% from 419); Green value is 79 (31.25% from 255 or 18.85% from 419); Blue value is 219 (85.94% from 255 or 52.27% from 419); Max value from RGB is 219 - color contains mainly: blue. Hex color #794FDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #794FDB is #86B024. Grayscale: #6B6B6B. Windows color (decimal): -8826917 or 14372729. OLE color: 14372729.
HSL color Cylindrical-coordinate representation of color #794FDB: hue angle of 258º 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 #794FDB is Cyan = 0.45, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 121 | 79 | 219 | - |
| CMYK | 0.45 | 0.64 | 0 | 0.14 |
| HSL | 258º | 0.66% | 0.58% | - |
| HSV(B) | 258º | 0.64% | 0.86% | - |
| XYZ | 23.47 | 14.77 | 68.63 | - |
| YUV | 107.52 | 190.91 | 137.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 79 | 219 | 0.45 | 0.64 | 0 | 0.14 | 258 | 0.66 | 0.58 |
| Hex | 79 | 4F | DB | 2D | 40 | 0 | E | 102 | 42 | 3A |
| Octal | 171 | 117 | 333 | 55 | 100 | 0 | 16 | 402 | 102 | 72 |
| Binary | 1111001 | 1001111 | 11011011 | 101101 | 1000000 | 0 | 1110 | 100000010 | 1000010 | 111010 |
Color Harmonies of #794FDB
Complementary color
Monochromatic Colors of #794FDB
Black with #794FDB
Text Example
Text Example
White with #794FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #794FDB; }
p { color: rgb(121,79,219); }
H1.HeaderClassName
{
color: #794FDB;
}
.AnyTagClassName
{
color: #794FDB;
}
</style>
background-color css
<style>
a { background-color: #794FDB; }
a { background-color: rgb(121,79,219); }
div.DivClassName
{
background-color: #794FDB;
}
.BgClassName
{
background-color: #794FDB;
}
</style>
border-color css
<style>
span { border-color: #794FDB; }
span { border-color: rgb(121,79,219); }
td.TdClassName
{
border-color: #794FDB;
}
.TagClassName
{
border-color: #794FDB;
}
</style>