Shades of Slate Blue #794BDE
Tints of Slate Blue #794BDE
RGB
CMYK
RGB Variations
Color information
#794BDE (or 0x794BDE) is known color: Slate Blue. HEX triplet: 79, 4B and DE. RGB value is (121,75,222). Sum of RGB (Red+Green+Blue) = 121+75+222=418 (55% of max value = 765). Red value is 121 (47.66% from 255 or 28.95% from 418); Green value is 75 (29.69% from 255 or 17.94% from 418); Blue value is 222 (87.11% from 255 or 53.11% from 418); Max value from RGB is 222 - color contains mainly: blue. Hex color #794BDE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #794BDE is #86B421. Grayscale: #686868. Windows color (decimal): -8827938 or 14568313. OLE color: 14568313.
HSL color Cylindrical-coordinate representation of color #794BDE: hue angle of 258.78º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #794BDE is Cyan = 0.45, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 121 | 75 | 222 | - |
| CMYK | 0.45 | 0.66 | 0 | 0.13 |
| HSL | 258.78º | 0.69% | 0.58% | - |
| HSV(B) | 258.78º | 0.66% | 0.87% | - |
| XYZ | 23.59 | 14.37 | 70.64 | - |
| YUV | 105.51 | 193.74 | 139.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 75 | 222 | 0.45 | 0.66 | 0 | 0.13 | 258.78 | 0.69 | 0.58 |
| Hex | 79 | 4B | DE | 2D | 42 | 0 | D | 103 | 45 | 3A |
| Octal | 171 | 113 | 336 | 55 | 102 | 0 | 15 | 403 | 105 | 72 |
| Binary | 1111001 | 1001011 | 11011110 | 101101 | 1000010 | 0 | 1101 | 100000011 | 1000101 | 111010 |
Color Harmonies of #794BDE
Complementary color
Monochromatic Colors of #794BDE
Black with #794BDE
Text Example
Text Example
White with #794BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #794BDE; }
p { color: rgb(121,75,222); }
H1.HeaderClassName
{
color: #794BDE;
}
.AnyTagClassName
{
color: #794BDE;
}
</style>
background-color css
<style>
a { background-color: #794BDE; }
a { background-color: rgb(121,75,222); }
div.DivClassName
{
background-color: #794BDE;
}
.BgClassName
{
background-color: #794BDE;
}
</style>
border-color css
<style>
span { border-color: #794BDE; }
span { border-color: rgb(121,75,222); }
td.TdClassName
{
border-color: #794BDE;
}
.TagClassName
{
border-color: #794BDE;
}
</style>