Shades of Medium Slate Blue #797FE0
Tints of Medium Slate Blue #797FE0
RGB
CMYK
RGB Variations
Color information
#797FE0 (or 0x797FE0) is known color: Medium Slate Blue. HEX triplet: 79, 7F and E0. RGB value is (121,127,224). Sum of RGB (Red+Green+Blue) = 121+127+224=472 (62% of max value = 765). Red value is 121 (47.66% from 255 or 25.64% from 472); Green value is 127 (50% from 255 or 26.91% from 472); Blue value is 224 (87.89% from 255 or 47.46% from 472); Max value from RGB is 224 - color contains mainly: blue. Hex color #797FE0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #797FE0 is #86801F. Grayscale: #878787. Windows color (decimal): -8814624 or 14712697. OLE color: 14712697.
HSL color Cylindrical-coordinate representation of color #797FE0: hue angle of 236.5º degrees, saturation: 0.62, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #797FE0 is Cyan = 0.46, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 121 | 127 | 224 | - |
| CMYK | 0.46 | 0.43 | 0 | 0.12 |
| HSL | 236.5º | 0.62% | 0.68% | - |
| HSV(B) | 236.5º | 0.46% | 0.88% | - |
| XYZ | 28.93 | 24.63 | 73.75 | - |
| YUV | 136.26 | 177.51 | 117.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 127 | 224 | 0.46 | 0.43 | 0 | 0.12 | 236.5 | 0.62 | 0.68 |
| Hex | 79 | 7F | E0 | 2E | 2B | 0 | C | ED | 3E | 44 |
| Octal | 171 | 177 | 340 | 56 | 53 | 0 | 14 | 355 | 76 | 104 |
| Binary | 1111001 | 1111111 | 11100000 | 101110 | 101011 | 0 | 1100 | 11101101 | 111110 | 1000100 |
Color Harmonies of #797FE0
Complementary color
Monochromatic Colors of #797FE0
Black with #797FE0
Text Example
Text Example
White with #797FE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #797FE0; }
p { color: rgb(121,127,224); }
H1.HeaderClassName
{
color: #797FE0;
}
.AnyTagClassName
{
color: #797FE0;
}
</style>
background-color css
<style>
a { background-color: #797FE0; }
a { background-color: rgb(121,127,224); }
div.DivClassName
{
background-color: #797FE0;
}
.BgClassName
{
background-color: #797FE0;
}
</style>
border-color css
<style>
span { border-color: #797FE0; }
span { border-color: rgb(121,127,224); }
td.TdClassName
{
border-color: #797FE0;
}
.TagClassName
{
border-color: #797FE0;
}
</style>