Shades of Studio #795AA0
Tints of Studio #795AA0
RGB
CMYK
RGB Variations
Color information
#795AA0 (or 0x795AA0) is known color: Studio. HEX triplet: 79, 5A and A0. RGB value is (121,90,160). Sum of RGB (Red+Green+Blue) = 121+90+160=371 (49% of max value = 765). Red value is 121 (47.66% from 255 or 32.61% from 371); Green value is 90 (35.55% from 255 or 24.26% from 371); Blue value is 160 (62.89% from 255 or 43.13% from 371); Max value from RGB is 160 - color contains mainly: blue. Hex color #795AA0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #795AA0 is #86A55F. Grayscale: #6B6B6B. Windows color (decimal): -8824160 or 10508921. OLE color: 10508921.
HSL color Cylindrical-coordinate representation of color #795AA0: hue angle of 266.57º degrees, saturation: 0.28, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #795AA0 is Cyan = 0.24, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 121 | 90 | 160 | - |
| CMYK | 0.24 | 0.44 | 0 | 0.37 |
| HSL | 266.57º | 0.28% | 0.49% | - |
| HSV(B) | 266.57º | 0.44% | 0.63% | - |
| XYZ | 17.89 | 13.92 | 35 | - |
| YUV | 107.25 | 157.77 | 137.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 90 | 160 | 0.24 | 0.44 | 0 | 0.37 | 266.57 | 0.28 | 0.49 |
| Hex | 79 | 5A | A0 | 18 | 2C | 0 | 25 | 10B | 1C | 31 |
| Octal | 171 | 132 | 240 | 30 | 54 | 0 | 45 | 413 | 34 | 61 |
| Binary | 1111001 | 1011010 | 10100000 | 11000 | 101100 | 0 | 100101 | 100001011 | 11100 | 110001 |
Color Harmonies of #795AA0
Complementary color
Monochromatic Colors of #795AA0
Black with #795AA0
Text Example
Text Example
White with #795AA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #795AA0; }
p { color: rgb(121,90,160); }
H1.HeaderClassName
{
color: #795AA0;
}
.AnyTagClassName
{
color: #795AA0;
}
</style>
background-color css
<style>
a { background-color: #795AA0; }
a { background-color: rgb(121,90,160); }
div.DivClassName
{
background-color: #795AA0;
}
.BgClassName
{
background-color: #795AA0;
}
</style>
border-color css
<style>
span { border-color: #795AA0; }
span { border-color: rgb(121,90,160); }
td.TdClassName
{
border-color: #795AA0;
}
.TagClassName
{
border-color: #795AA0;
}
</style>