Shades of Slate Blue #794FE1
Tints of Slate Blue #794FE1
RGB
CMYK
RGB Variations
Color information
#794FE1 (or 0x794FE1) is known color: Slate Blue. HEX triplet: 79, 4F and E1. RGB value is (121,79,225). Sum of RGB (Red+Green+Blue) = 121+79+225=425 (56% of max value = 765). Red value is 121 (47.66% from 255 or 28.47% from 425); Green value is 79 (31.25% from 255 or 18.59% from 425); Blue value is 225 (88.28% from 255 or 52.94% from 425); Max value from RGB is 225 - color contains mainly: blue. Hex color #794FE1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #794FE1 is #86B01E. Grayscale: #6B6B6B. Windows color (decimal): -8826911 or 14765945. OLE color: 14765945.
HSL color Cylindrical-coordinate representation of color #794FE1: hue angle of 257.26º degrees, saturation: 0.71, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #794FE1 is Cyan = 0.46, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 121 | 79 | 225 | - |
| CMYK | 0.46 | 0.65 | 0 | 0.12 |
| HSL | 257.26º | 0.71% | 0.6% | - |
| HSV(B) | 257.26º | 0.65% | 0.88% | - |
| XYZ | 24.27 | 15.09 | 72.87 | - |
| YUV | 108.2 | 193.91 | 137.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 79 | 225 | 0.46 | 0.65 | 0 | 0.12 | 257.26 | 0.71 | 0.6 |
| Hex | 79 | 4F | E1 | 2E | 41 | 0 | C | 101 | 47 | 3C |
| Octal | 171 | 117 | 341 | 56 | 101 | 0 | 14 | 401 | 107 | 74 |
| Binary | 1111001 | 1001111 | 11100001 | 101110 | 1000001 | 0 | 1100 | 100000001 | 1000111 | 111100 |
Color Harmonies of #794FE1
Complementary color
Monochromatic Colors of #794FE1
Black with #794FE1
Text Example
Text Example
White with #794FE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #794FE1; }
p { color: rgb(121,79,225); }
H1.HeaderClassName
{
color: #794FE1;
}
.AnyTagClassName
{
color: #794FE1;
}
</style>
background-color css
<style>
a { background-color: #794FE1; }
a { background-color: rgb(121,79,225); }
div.DivClassName
{
background-color: #794FE1;
}
.BgClassName
{
background-color: #794FE1;
}
</style>
border-color css
<style>
span { border-color: #794FE1; }
span { border-color: rgb(121,79,225); }
td.TdClassName
{
border-color: #794FE1;
}
.TagClassName
{
border-color: #794FE1;
}
</style>