Shades of Slate Blue #794DDE
Tints of Slate Blue #794DDE
RGB
CMYK
RGB Variations
Color information
#794DDE (or 0x794DDE) is known color: Slate Blue. HEX triplet: 79, 4D and DE. RGB value is (121,77,222). Sum of RGB (Red+Green+Blue) = 121+77+222=420 (55% of max value = 765). Red value is 121 (47.66% from 255 or 28.81% from 420); Green value is 77 (30.47% from 255 or 18.33% from 420); Blue value is 222 (87.11% from 255 or 52.86% from 420); Max value from RGB is 222 - color contains mainly: blue. Hex color #794DDE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #794DDE is #86B221. Grayscale: #6A6A6A. Windows color (decimal): -8827426 or 14568825. OLE color: 14568825.
HSL color Cylindrical-coordinate representation of color #794DDE: hue angle of 258.21º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #794DDE is Cyan = 0.45, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 121 | 77 | 222 | - |
| CMYK | 0.45 | 0.65 | 0 | 0.13 |
| HSL | 258.21º | 0.69% | 0.59% | - |
| HSV(B) | 258.21º | 0.65% | 0.87% | - |
| XYZ | 23.72 | 14.65 | 70.68 | - |
| YUV | 106.69 | 193.08 | 138.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 77 | 222 | 0.45 | 0.65 | 0 | 0.13 | 258.21 | 0.69 | 0.59 |
| Hex | 79 | 4D | DE | 2D | 41 | 0 | D | 102 | 45 | 3B |
| Octal | 171 | 115 | 336 | 55 | 101 | 0 | 15 | 402 | 105 | 73 |
| Binary | 1111001 | 1001101 | 11011110 | 101101 | 1000001 | 0 | 1101 | 100000010 | 1000101 | 111011 |
Color Harmonies of #794DDE
Complementary color
Monochromatic Colors of #794DDE
Black with #794DDE
Text Example
Text Example
White with #794DDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #794DDE; }
p { color: rgb(121,77,222); }
H1.HeaderClassName
{
color: #794DDE;
}
.AnyTagClassName
{
color: #794DDE;
}
</style>
background-color css
<style>
a { background-color: #794DDE; }
a { background-color: rgb(121,77,222); }
div.DivClassName
{
background-color: #794DDE;
}
.BgClassName
{
background-color: #794DDE;
}
</style>
border-color css
<style>
span { border-color: #794DDE; }
span { border-color: rgb(121,77,222); }
td.TdClassName
{
border-color: #794DDE;
}
.TagClassName
{
border-color: #794DDE;
}
</style>