Shades of Slate Blue #794DCE
Tints of Slate Blue #794DCE
RGB
CMYK
RGB Variations
Color information
#794DCE (or 0x794DCE) is known color: Slate Blue. HEX triplet: 79, 4D and CE. RGB value is (121,77,206). Sum of RGB (Red+Green+Blue) = 121+77+206=404 (53% of max value = 765). Red value is 121 (47.66% from 255 or 29.95% from 404); Green value is 77 (30.47% from 255 or 19.06% from 404); Blue value is 206 (80.86% from 255 or 50.99% from 404); Max value from RGB is 206 - color contains mainly: blue. Hex color #794DCE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #794DCE is #86B231. Grayscale: #686868. Windows color (decimal): -8827442 or 13520249. OLE color: 13520249.
HSL color Cylindrical-coordinate representation of color #794DCE: hue angle of 260.47º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #794DCE is Cyan = 0.41, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 121 | 77 | 206 | - |
| CMYK | 0.41 | 0.63 | 0 | 0.19 |
| HSL | 260.47º | 0.57% | 0.55% | - |
| HSV(B) | 260.47º | 0.63% | 0.81% | - |
| XYZ | 21.68 | 13.83 | 59.92 | - |
| YUV | 104.86 | 185.08 | 139.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 77 | 206 | 0.41 | 0.63 | 0 | 0.19 | 260.47 | 0.57 | 0.55 |
| Hex | 79 | 4D | CE | 29 | 3F | 0 | 13 | 104 | 39 | 37 |
| Octal | 171 | 115 | 316 | 51 | 77 | 0 | 23 | 404 | 71 | 67 |
| Binary | 1111001 | 1001101 | 11001110 | 101001 | 111111 | 0 | 10011 | 100000100 | 111001 | 110111 |
Color Harmonies of #794DCE
Complementary color
Monochromatic Colors of #794DCE
Black with #794DCE
Text Example
Text Example
White with #794DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #794DCE; }
p { color: rgb(121,77,206); }
H1.HeaderClassName
{
color: #794DCE;
}
.AnyTagClassName
{
color: #794DCE;
}
</style>
background-color css
<style>
a { background-color: #794DCE; }
a { background-color: rgb(121,77,206); }
div.DivClassName
{
background-color: #794DCE;
}
.BgClassName
{
background-color: #794DCE;
}
</style>
border-color css
<style>
span { border-color: #794DCE; }
span { border-color: rgb(121,77,206); }
td.TdClassName
{
border-color: #794DCE;
}
.TagClassName
{
border-color: #794DCE;
}
</style>