Shades of Medium Slate Blue #796FE4
Tints of Medium Slate Blue #796FE4
RGB
CMYK
RGB Variations
Color information
#796FE4 (or 0x796FE4) is known color: Medium Slate Blue. HEX triplet: 79, 6F and E4. RGB value is (121,111,228). Sum of RGB (Red+Green+Blue) = 121+111+228=460 (60% of max value = 765). Red value is 121 (47.66% from 255 or 26.30% from 460); Green value is 111 (43.75% from 255 or 24.13% from 460); Blue value is 228 (89.45% from 255 or 49.57% from 460); Max value from RGB is 228 - color contains mainly: blue. Hex color #796FE4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #796FE4 is #86901B. Grayscale: #7E7E7E. Windows color (decimal): -8818716 or 14970745. OLE color: 14970745.
HSL color Cylindrical-coordinate representation of color #796FE4: hue angle of 245.13º degrees, saturation: 0.68, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #796FE4 is Cyan = 0.47, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 121 | 111 | 228 | - |
| CMYK | 0.47 | 0.51 | 0 | 0.11 |
| HSL | 245.13º | 0.68% | 0.66% | - |
| HSV(B) | 245.13º | 0.51% | 0.89% | - |
| XYZ | 27.57 | 21.04 | 76.01 | - |
| YUV | 127.33 | 184.81 | 123.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 111 | 228 | 0.47 | 0.51 | 0 | 0.11 | 245.13 | 0.68 | 0.66 |
| Hex | 79 | 6F | E4 | 2F | 33 | 0 | B | F5 | 44 | 42 |
| Octal | 171 | 157 | 344 | 57 | 63 | 0 | 13 | 365 | 104 | 102 |
| Binary | 1111001 | 1101111 | 11100100 | 101111 | 110011 | 0 | 1011 | 11110101 | 1000100 | 1000010 |
Color Harmonies of #796FE4
Complementary color
Monochromatic Colors of #796FE4
Black with #796FE4
Text Example
Text Example
White with #796FE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #796FE4; }
p { color: rgb(121,111,228); }
H1.HeaderClassName
{
color: #796FE4;
}
.AnyTagClassName
{
color: #796FE4;
}
</style>
background-color css
<style>
a { background-color: #796FE4; }
a { background-color: rgb(121,111,228); }
div.DivClassName
{
background-color: #796FE4;
}
.BgClassName
{
background-color: #796FE4;
}
</style>
border-color css
<style>
span { border-color: #796FE4; }
span { border-color: rgb(121,111,228); }
td.TdClassName
{
border-color: #796FE4;
}
.TagClassName
{
border-color: #796FE4;
}
</style>