Shades of Slate Blue #794AC9
Tints of Slate Blue #794AC9
RGB
CMYK
RGB Variations
Color information
#794AC9 (or 0x794AC9) is known color: Slate Blue. HEX triplet: 79, 4A and C9. RGB value is (121,74,201). Sum of RGB (Red+Green+Blue) = 121+74+201=396 (52% of max value = 765). Red value is 121 (47.66% from 255 or 30.56% from 396); Green value is 74 (29.30% from 255 or 18.69% from 396); Blue value is 201 (78.91% from 255 or 50.76% from 396); Max value from RGB is 201 - color contains mainly: blue. Hex color #794AC9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #794AC9 is #86B536. Grayscale: #666666. Windows color (decimal): -8828215 or 13191801. OLE color: 13191801.
HSL color Cylindrical-coordinate representation of color #794AC9: hue angle of 262.2º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #794AC9 is Cyan = 0.40, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 121 | 74 | 201 | - |
| CMYK | 0.40 | 0.63 | 0 | 0.21 |
| HSL | 262.2º | 0.54% | 0.54% | - |
| HSV(B) | 262.2º | 0.63% | 0.79% | - |
| XYZ | 20.88 | 13.18 | 56.7 | - |
| YUV | 102.53 | 183.57 | 141.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 74 | 201 | 0.40 | 0.63 | 0 | 0.21 | 262.2 | 0.54 | 0.54 |
| Hex | 79 | 4A | C9 | 28 | 3F | 0 | 15 | 106 | 36 | 36 |
| Octal | 171 | 112 | 311 | 50 | 77 | 0 | 25 | 406 | 66 | 66 |
| Binary | 1111001 | 1001010 | 11001001 | 101000 | 111111 | 0 | 10101 | 100000110 | 110110 | 110110 |
Color Harmonies of #794AC9
Complementary color
Monochromatic Colors of #794AC9
Black with #794AC9
Text Example
Text Example
White with #794AC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #794AC9; }
p { color: rgb(121,74,201); }
H1.HeaderClassName
{
color: #794AC9;
}
.AnyTagClassName
{
color: #794AC9;
}
</style>
background-color css
<style>
a { background-color: #794AC9; }
a { background-color: rgb(121,74,201); }
div.DivClassName
{
background-color: #794AC9;
}
.BgClassName
{
background-color: #794AC9;
}
</style>
border-color css
<style>
span { border-color: #794AC9; }
span { border-color: rgb(121,74,201); }
td.TdClassName
{
border-color: #794AC9;
}
.TagClassName
{
border-color: #794AC9;
}
</style>