Shades of Slate Blue #794DCD
Tints of Slate Blue #794DCD
RGB
CMYK
RGB Variations
Color information
#794DCD (or 0x794DCD) is known color: Slate Blue. HEX triplet: 79, 4D and CD. RGB value is (121,77,205). Sum of RGB (Red+Green+Blue) = 121+77+205=403 (53% of max value = 765). Red value is 121 (47.66% from 255 or 30.02% from 403); Green value is 77 (30.47% from 255 or 19.11% from 403); Blue value is 205 (80.47% from 255 or 50.87% from 403); Max value from RGB is 205 - color contains mainly: blue. Hex color #794DCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #794DCD is #86B232. Grayscale: #686868. Windows color (decimal): -8827443 or 13454713. OLE color: 13454713.
HSL color Cylindrical-coordinate representation of color #794DCD: hue angle of 260.62º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #794DCD is Cyan = 0.41, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 121 | 77 | 205 | - |
| CMYK | 0.41 | 0.62 | 0 | 0.20 |
| HSL | 260.63º | 0.56% | 0.55% | - |
| HSV(B) | 260.63º | 0.62% | 0.8% | - |
| XYZ | 21.56 | 13.78 | 59.28 | - |
| YUV | 104.75 | 184.58 | 139.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 77 | 205 | 0.41 | 0.62 | 0 | 0.20 | 260.63 | 0.56 | 0.55 |
| Hex | 79 | 4D | CD | 29 | 3E | 0 | 14 | 105 | 38 | 37 |
| Octal | 171 | 115 | 315 | 51 | 76 | 0 | 24 | 405 | 70 | 67 |
| Binary | 1111001 | 1001101 | 11001101 | 101001 | 111110 | 0 | 10100 | 100000101 | 111000 | 110111 |
Color Harmonies of #794DCD
Complementary color
Monochromatic Colors of #794DCD
Black with #794DCD
Text Example
Text Example
White with #794DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #794DCD; }
p { color: rgb(121,77,205); }
H1.HeaderClassName
{
color: #794DCD;
}
.AnyTagClassName
{
color: #794DCD;
}
</style>
background-color css
<style>
a { background-color: #794DCD; }
a { background-color: rgb(121,77,205); }
div.DivClassName
{
background-color: #794DCD;
}
.BgClassName
{
background-color: #794DCD;
}
</style>
border-color css
<style>
span { border-color: #794DCD; }
span { border-color: rgb(121,77,205); }
td.TdClassName
{
border-color: #794DCD;
}
.TagClassName
{
border-color: #794DCD;
}
</style>