Shades of Slate Blue #794EC8
Tints of Slate Blue #794EC8
RGB
CMYK
RGB Variations
Color information
#794EC8 (or 0x794EC8) is known color: Slate Blue. HEX triplet: 79, 4E and C8. RGB value is (121,78,200). Sum of RGB (Red+Green+Blue) = 121+78+200=399 (52% of max value = 765). Red value is 121 (47.66% from 255 or 30.33% from 399); Green value is 78 (30.86% from 255 or 19.55% from 399); Blue value is 200 (78.52% from 255 or 50.13% from 399); Max value from RGB is 200 - color contains mainly: blue. Hex color #794EC8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #794EC8 is #86B137. Grayscale: #686868. Windows color (decimal): -8827192 or 13127289. OLE color: 13127289.
HSL color Cylindrical-coordinate representation of color #794EC8: hue angle of 261.15º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #794EC8 is Cyan = 0.39, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 121 | 78 | 200 | - |
| CMYK | 0.39 | 0.61 | 0 | 0.22 |
| HSL | 261.15º | 0.53% | 0.55% | - |
| HSV(B) | 261.15º | 0.61% | 0.78% | - |
| XYZ | 21.03 | 13.68 | 56.18 | - |
| YUV | 104.77 | 181.75 | 139.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 78 | 200 | 0.39 | 0.61 | 0 | 0.22 | 261.15 | 0.53 | 0.55 |
| Hex | 79 | 4E | C8 | 27 | 3D | 0 | 16 | 105 | 35 | 37 |
| Octal | 171 | 116 | 310 | 47 | 75 | 0 | 26 | 405 | 65 | 67 |
| Binary | 1111001 | 1001110 | 11001000 | 100111 | 111101 | 0 | 10110 | 100000101 | 110101 | 110111 |
Color Harmonies of #794EC8
Complementary color
Monochromatic Colors of #794EC8
Black with #794EC8
Text Example
Text Example
White with #794EC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #794EC8; }
p { color: rgb(121,78,200); }
H1.HeaderClassName
{
color: #794EC8;
}
.AnyTagClassName
{
color: #794EC8;
}
</style>
background-color css
<style>
a { background-color: #794EC8; }
a { background-color: rgb(121,78,200); }
div.DivClassName
{
background-color: #794EC8;
}
.BgClassName
{
background-color: #794EC8;
}
</style>
border-color css
<style>
span { border-color: #794EC8; }
span { border-color: rgb(121,78,200); }
td.TdClassName
{
border-color: #794EC8;
}
.TagClassName
{
border-color: #794EC8;
}
</style>