Shades of Slate Blue #794BC3
Tints of Slate Blue #794BC3
RGB
CMYK
RGB Variations
Color information
#794BC3 (or 0x794BC3) is known color: Slate Blue. HEX triplet: 79, 4B and C3. RGB value is (121,75,195). Sum of RGB (Red+Green+Blue) = 121+75+195=391 (51% of max value = 765). Red value is 121 (47.66% from 255 or 30.95% from 391); Green value is 75 (29.69% from 255 or 19.18% from 391); Blue value is 195 (76.56% from 255 or 49.87% from 391); Max value from RGB is 195 - color contains mainly: blue. Hex color #794BC3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #794BC3 is #86B43C. Grayscale: #666666. Windows color (decimal): -8827965 or 12798841. OLE color: 12798841.
HSL color Cylindrical-coordinate representation of color #794BC3: hue angle of 263º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #794BC3 is Cyan = 0.38, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 121 | 75 | 195 | - |
| CMYK | 0.38 | 0.62 | 0 | 0.24 |
| HSL | 263º | 0.5% | 0.53% | - |
| HSV(B) | 263º | 0.62% | 0.76% | - |
| XYZ | 20.25 | 13.04 | 53.08 | - |
| YUV | 102.43 | 180.24 | 141.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 75 | 195 | 0.38 | 0.62 | 0 | 0.24 | 263 | 0.5 | 0.53 |
| Hex | 79 | 4B | C3 | 26 | 3E | 0 | 18 | 107 | 32 | 35 |
| Octal | 171 | 113 | 303 | 46 | 76 | 0 | 30 | 407 | 62 | 65 |
| Binary | 1111001 | 1001011 | 11000011 | 100110 | 111110 | 0 | 11000 | 100000111 | 110010 | 110101 |
Color Harmonies of #794BC3
Complementary color
Monochromatic Colors of #794BC3
Black with #794BC3
Text Example
Text Example
White with #794BC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #794BC3; }
p { color: rgb(121,75,195); }
H1.HeaderClassName
{
color: #794BC3;
}
.AnyTagClassName
{
color: #794BC3;
}
</style>
background-color css
<style>
a { background-color: #794BC3; }
a { background-color: rgb(121,75,195); }
div.DivClassName
{
background-color: #794BC3;
}
.BgClassName
{
background-color: #794BC3;
}
</style>
border-color css
<style>
span { border-color: #794BC3; }
span { border-color: rgb(121,75,195); }
td.TdClassName
{
border-color: #794BC3;
}
.TagClassName
{
border-color: #794BC3;
}
</style>