Shades of Slate Blue #794EDA
Tints of Slate Blue #794EDA
RGB
CMYK
RGB Variations
Color information
#794EDA (or 0x794EDA) is known color: Slate Blue. HEX triplet: 79, 4E and DA. RGB value is (121,78,218). Sum of RGB (Red+Green+Blue) = 121+78+218=417 (55% of max value = 765). Red value is 121 (47.66% from 255 or 29.02% from 417); Green value is 78 (30.86% from 255 or 18.71% from 417); Blue value is 218 (85.55% from 255 or 52.28% from 417); Max value from RGB is 218 - color contains mainly: blue. Hex color #794EDA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #794EDA is #86B125. Grayscale: #6A6A6A. Windows color (decimal): -8827174 or 14306937. OLE color: 14306937.
HSL color Cylindrical-coordinate representation of color #794EDA: hue angle of 258.43º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #794EDA is Cyan = 0.44, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 121 | 78 | 218 | - |
| CMYK | 0.44 | 0.64 | 0 | 0.15 |
| HSL | 258.43º | 0.65% | 0.58% | - |
| HSV(B) | 258.43º | 0.64% | 0.85% | - |
| XYZ | 23.26 | 14.58 | 67.92 | - |
| YUV | 106.82 | 190.75 | 138.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 78 | 218 | 0.44 | 0.64 | 0 | 0.15 | 258.43 | 0.65 | 0.58 |
| Hex | 79 | 4E | DA | 2C | 40 | 0 | F | 102 | 41 | 3A |
| Octal | 171 | 116 | 332 | 54 | 100 | 0 | 17 | 402 | 101 | 72 |
| Binary | 1111001 | 1001110 | 11011010 | 101100 | 1000000 | 0 | 1111 | 100000010 | 1000001 | 111010 |
Color Harmonies of #794EDA
Complementary color
Monochromatic Colors of #794EDA
Black with #794EDA
Text Example
Text Example
White with #794EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #794EDA; }
p { color: rgb(121,78,218); }
H1.HeaderClassName
{
color: #794EDA;
}
.AnyTagClassName
{
color: #794EDA;
}
</style>
background-color css
<style>
a { background-color: #794EDA; }
a { background-color: rgb(121,78,218); }
div.DivClassName
{
background-color: #794EDA;
}
.BgClassName
{
background-color: #794EDA;
}
</style>
border-color css
<style>
span { border-color: #794EDA; }
span { border-color: rgb(121,78,218); }
td.TdClassName
{
border-color: #794EDA;
}
.TagClassName
{
border-color: #794EDA;
}
</style>