Shades of Slate Blue #794CCD
Tints of Slate Blue #794CCD
RGB
CMYK
RGB Variations
Color information
#794CCD (or 0x794CCD) is known color: Slate Blue. HEX triplet: 79, 4C and CD. RGB value is (121,76,205). Sum of RGB (Red+Green+Blue) = 121+76+205=402 (53% of max value = 765). Red value is 121 (47.66% from 255 or 30.10% from 402); Green value is 76 (30.08% from 255 or 18.91% from 402); Blue value is 205 (80.47% from 255 or 51.00% from 402); Max value from RGB is 205 - color contains mainly: blue. Hex color #794CCD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #794CCD is #86B332. Grayscale: #676767. Windows color (decimal): -8827699 or 13454457. OLE color: 13454457.
HSL color Cylindrical-coordinate representation of color #794CCD: hue angle of 260.93º 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 #794CCD is Cyan = 0.41, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 121 | 76 | 205 | - |
| CMYK | 0.41 | 0.63 | 0 | 0.20 |
| HSL | 260.93º | 0.56% | 0.55% | - |
| HSV(B) | 260.93º | 0.63% | 0.8% | - |
| XYZ | 21.49 | 13.64 | 59.26 | - |
| YUV | 104.16 | 184.91 | 140.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 76 | 205 | 0.41 | 0.63 | 0 | 0.20 | 260.93 | 0.56 | 0.55 |
| Hex | 79 | 4C | CD | 29 | 3F | 0 | 14 | 105 | 38 | 37 |
| Octal | 171 | 114 | 315 | 51 | 77 | 0 | 24 | 405 | 70 | 67 |
| Binary | 1111001 | 1001100 | 11001101 | 101001 | 111111 | 0 | 10100 | 100000101 | 111000 | 110111 |
Color Harmonies of #794CCD
Complementary color
Monochromatic Colors of #794CCD
Black with #794CCD
Text Example
Text Example
White with #794CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #794CCD; }
p { color: rgb(121,76,205); }
H1.HeaderClassName
{
color: #794CCD;
}
.AnyTagClassName
{
color: #794CCD;
}
</style>
background-color css
<style>
a { background-color: #794CCD; }
a { background-color: rgb(121,76,205); }
div.DivClassName
{
background-color: #794CCD;
}
.BgClassName
{
background-color: #794CCD;
}
</style>
border-color css
<style>
span { border-color: #794CCD; }
span { border-color: rgb(121,76,205); }
td.TdClassName
{
border-color: #794CCD;
}
.TagClassName
{
border-color: #794CCD;
}
</style>