Shades of Slate Blue #794AD6
Tints of Slate Blue #794AD6
RGB
CMYK
RGB Variations
Color information
#794AD6 (or 0x794AD6) is known color: Slate Blue. HEX triplet: 79, 4A and D6. RGB value is (121,74,214). Sum of RGB (Red+Green+Blue) = 121+74+214=409 (54% of max value = 765). Red value is 121 (47.66% from 255 or 29.58% from 409); Green value is 74 (29.30% from 255 or 18.09% from 409); Blue value is 214 (83.98% from 255 or 52.32% from 409); Max value from RGB is 214 - color contains mainly: blue. Hex color #794AD6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #794AD6 is #86B529. Grayscale: #676767. Windows color (decimal): -8828202 or 14043769. OLE color: 14043769.
HSL color Cylindrical-coordinate representation of color #794AD6: hue angle of 260.14º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #794AD6 is Cyan = 0.43, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 121 | 74 | 214 | - |
| CMYK | 0.43 | 0.65 | 0 | 0.16 |
| HSL | 260.14º | 0.63% | 0.56% | - |
| HSV(B) | 260.14º | 0.65% | 0.84% | - |
| XYZ | 22.47 | 13.82 | 65.1 | - |
| YUV | 104.01 | 190.07 | 140.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 74 | 214 | 0.43 | 0.65 | 0 | 0.16 | 260.14 | 0.63 | 0.56 |
| Hex | 79 | 4A | D6 | 2B | 41 | 0 | 10 | 104 | 3F | 38 |
| Octal | 171 | 112 | 326 | 53 | 101 | 0 | 20 | 404 | 77 | 70 |
| Binary | 1111001 | 1001010 | 11010110 | 101011 | 1000001 | 0 | 10000 | 100000100 | 111111 | 111000 |
Color Harmonies of #794AD6
Complementary color
Monochromatic Colors of #794AD6
Black with #794AD6
Text Example
Text Example
White with #794AD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #794AD6; }
p { color: rgb(121,74,214); }
H1.HeaderClassName
{
color: #794AD6;
}
.AnyTagClassName
{
color: #794AD6;
}
</style>
background-color css
<style>
a { background-color: #794AD6; }
a { background-color: rgb(121,74,214); }
div.DivClassName
{
background-color: #794AD6;
}
.BgClassName
{
background-color: #794AD6;
}
</style>
border-color css
<style>
span { border-color: #794AD6; }
span { border-color: rgb(121,74,214); }
td.TdClassName
{
border-color: #794AD6;
}
.TagClassName
{
border-color: #794AD6;
}
</style>