Shades of Slate Blue #794DD5
Tints of Slate Blue #794DD5
RGB
CMYK
RGB Variations
Color information
#794DD5 (or 0x794DD5) is known color: Slate Blue. HEX triplet: 79, 4D and D5. RGB value is (121,77,213). Sum of RGB (Red+Green+Blue) = 121+77+213=411 (54% of max value = 765). Red value is 121 (47.66% from 255 or 29.44% from 411); Green value is 77 (30.47% from 255 or 18.73% from 411); Blue value is 213 (83.59% from 255 or 51.82% from 411); Max value from RGB is 213 - color contains mainly: blue. Hex color #794DD5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #794DD5 is #86B22A. Grayscale: #696969. Windows color (decimal): -8827435 or 13979001. OLE color: 13979001.
HSL color Cylindrical-coordinate representation of color #794DD5: hue angle of 259.41º degrees, saturation: 0.62, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #794DD5 is Cyan = 0.43, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 121 | 77 | 213 | - |
| CMYK | 0.43 | 0.64 | 0 | 0.16 |
| HSL | 259.41º | 0.62% | 0.57% | - |
| HSV(B) | 259.41º | 0.64% | 0.84% | - |
| XYZ | 22.55 | 14.18 | 64.5 | - |
| YUV | 105.66 | 188.58 | 138.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 77 | 213 | 0.43 | 0.64 | 0 | 0.16 | 259.41 | 0.62 | 0.57 |
| Hex | 79 | 4D | D5 | 2B | 40 | 0 | 10 | 103 | 3E | 39 |
| Octal | 171 | 115 | 325 | 53 | 100 | 0 | 20 | 403 | 76 | 71 |
| Binary | 1111001 | 1001101 | 11010101 | 101011 | 1000000 | 0 | 10000 | 100000011 | 111110 | 111001 |
Color Harmonies of #794DD5
Complementary color
Monochromatic Colors of #794DD5
Black with #794DD5
Text Example
Text Example
White with #794DD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #794DD5; }
p { color: rgb(121,77,213); }
H1.HeaderClassName
{
color: #794DD5;
}
.AnyTagClassName
{
color: #794DD5;
}
</style>
background-color css
<style>
a { background-color: #794DD5; }
a { background-color: rgb(121,77,213); }
div.DivClassName
{
background-color: #794DD5;
}
.BgClassName
{
background-color: #794DD5;
}
</style>
border-color css
<style>
span { border-color: #794DD5; }
span { border-color: rgb(121,77,213); }
td.TdClassName
{
border-color: #794DD5;
}
.TagClassName
{
border-color: #794DD5;
}
</style>