Shades of Slate Blue #794CCC
Tints of Slate Blue #794CCC
RGB
CMYK
RGB Variations
Color information
#794CCC (or 0x794CCC) is known color: Slate Blue. HEX triplet: 79, 4C and CC. RGB value is (121,76,204). Sum of RGB (Red+Green+Blue) = 121+76+204=401 (53% of max value = 765). Red value is 121 (47.66% from 255 or 30.17% from 401); Green value is 76 (30.08% from 255 or 18.95% from 401); Blue value is 204 (80.08% from 255 or 50.87% from 401); Max value from RGB is 204 - color contains mainly: blue. Hex color #794CCC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #794CCC is #86B333. Grayscale: #676767. Windows color (decimal): -8827700 or 13388921. OLE color: 13388921.
HSL color Cylindrical-coordinate representation of color #794CCC: hue angle of 261.09º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #794CCC is Cyan = 0.41, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 121 | 76 | 204 | - |
| CMYK | 0.41 | 0.63 | 0 | 0.2 |
| HSL | 261.09º | 0.56% | 0.55% | - |
| HSV(B) | 261.09º | 0.63% | 0.8% | - |
| XYZ | 21.37 | 13.59 | 58.62 | - |
| YUV | 104.05 | 184.41 | 140.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 76 | 204 | 0.41 | 0.63 | 0 | 0.2 | 261.09 | 0.56 | 0.55 |
| Hex | 79 | 4C | CC | 29 | 3F | 0 | 14 | 105 | 38 | 37 |
| Octal | 171 | 114 | 314 | 51 | 77 | 0 | 24 | 405 | 70 | 67 |
| Binary | 1111001 | 1001100 | 11001100 | 101001 | 111111 | 0 | 10100 | 100000101 | 111000 | 110111 |
Color Harmonies of #794CCC
Complementary color
Monochromatic Colors of #794CCC
Black with #794CCC
Text Example
Text Example
White with #794CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #794CCC; }
p { color: rgb(121,76,204); }
H1.HeaderClassName
{
color: #794CCC;
}
.AnyTagClassName
{
color: #794CCC;
}
</style>
background-color css
<style>
a { background-color: #794CCC; }
a { background-color: rgb(121,76,204); }
div.DivClassName
{
background-color: #794CCC;
}
.BgClassName
{
background-color: #794CCC;
}
</style>
border-color css
<style>
span { border-color: #794CCC; }
span { border-color: rgb(121,76,204); }
td.TdClassName
{
border-color: #794CCC;
}
.TagClassName
{
border-color: #794CCC;
}
</style>