Shades of Slate Blue #794CC9
Tints of Slate Blue #794CC9
RGB
CMYK
RGB Variations
Color information
#794CC9 (or 0x794CC9) is known color: Slate Blue. HEX triplet: 79, 4C and C9. RGB value is (121,76,201). Sum of RGB (Red+Green+Blue) = 121+76+201=398 (52% of max value = 765). Red value is 121 (47.66% from 255 or 30.40% from 398); Green value is 76 (30.08% from 255 or 19.10% from 398); Blue value is 201 (78.91% from 255 or 50.50% from 398); Max value from RGB is 201 - color contains mainly: blue. Hex color #794CC9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #794CC9 is #86B336. Grayscale: #676767. Windows color (decimal): -8827703 or 13192313. OLE color: 13192313.
HSL color Cylindrical-coordinate representation of color #794CC9: hue angle of 261.6º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #794CC9 is Cyan = 0.40, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 121 | 76 | 201 | - |
| CMYK | 0.40 | 0.62 | 0 | 0.21 |
| HSL | 261.6º | 0.54% | 0.54% | - |
| HSV(B) | 261.6º | 0.62% | 0.79% | - |
| XYZ | 21.01 | 13.45 | 56.75 | - |
| YUV | 103.71 | 182.91 | 140.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 76 | 201 | 0.40 | 0.62 | 0 | 0.21 | 261.6 | 0.54 | 0.54 |
| Hex | 79 | 4C | C9 | 28 | 3E | 0 | 15 | 106 | 36 | 36 |
| Octal | 171 | 114 | 311 | 50 | 76 | 0 | 25 | 406 | 66 | 66 |
| Binary | 1111001 | 1001100 | 11001001 | 101000 | 111110 | 0 | 10101 | 100000110 | 110110 | 110110 |
Color Harmonies of #794CC9
Complementary color
Monochromatic Colors of #794CC9
Black with #794CC9
Text Example
Text Example
White with #794CC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #794CC9; }
p { color: rgb(121,76,201); }
H1.HeaderClassName
{
color: #794CC9;
}
.AnyTagClassName
{
color: #794CC9;
}
</style>
background-color css
<style>
a { background-color: #794CC9; }
a { background-color: rgb(121,76,201); }
div.DivClassName
{
background-color: #794CC9;
}
.BgClassName
{
background-color: #794CC9;
}
</style>
border-color css
<style>
span { border-color: #794CC9; }
span { border-color: rgb(121,76,201); }
td.TdClassName
{
border-color: #794CC9;
}
.TagClassName
{
border-color: #794CC9;
}
</style>