Shades of Studio #795BA9
Tints of Studio #795BA9
RGB
CMYK
RGB Variations
Color information
#795BA9 (or 0x795BA9) is known color: Studio. HEX triplet: 79, 5B and A9. RGB value is (121,91,169). Sum of RGB (Red+Green+Blue) = 121+91+169=381 (50% of max value = 765). Red value is 121 (47.66% from 255 or 31.76% from 381); Green value is 91 (35.94% from 255 or 23.88% from 381); Blue value is 169 (66.41% from 255 or 44.36% from 381); Max value from RGB is 169 - color contains mainly: blue. Hex color #795BA9 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #795BA9 is #86A456. Grayscale: #6C6C6C. Windows color (decimal): -8823895 or 11099001. OLE color: 11099001.
HSL color Cylindrical-coordinate representation of color #795BA9: hue angle of 263.08º degrees, saturation: 0.31, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #795BA9 is Cyan = 0.28, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 121 | 91 | 169 | - |
| CMYK | 0.28 | 0.46 | 0 | 0.34 |
| HSL | 263.08º | 0.31% | 0.51% | - |
| HSV(B) | 263.08º | 0.46% | 0.66% | - |
| XYZ | 18.79 | 14.41 | 39.33 | - |
| YUV | 108.86 | 161.94 | 136.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 91 | 169 | 0.28 | 0.46 | 0 | 0.34 | 263.08 | 0.31 | 0.51 |
| Hex | 79 | 5B | A9 | 1C | 2E | 0 | 22 | 107 | 1F | 33 |
| Octal | 171 | 133 | 251 | 34 | 56 | 0 | 42 | 407 | 37 | 63 |
| Binary | 1111001 | 1011011 | 10101001 | 11100 | 101110 | 0 | 100010 | 100000111 | 11111 | 110011 |
Color Harmonies of #795BA9
Complementary color
Monochromatic Colors of #795BA9
Black with #795BA9
Text Example
Text Example
White with #795BA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #795BA9; }
p { color: rgb(121,91,169); }
H1.HeaderClassName
{
color: #795BA9;
}
.AnyTagClassName
{
color: #795BA9;
}
</style>
background-color css
<style>
a { background-color: #795BA9; }
a { background-color: rgb(121,91,169); }
div.DivClassName
{
background-color: #795BA9;
}
.BgClassName
{
background-color: #795BA9;
}
</style>
border-color css
<style>
span { border-color: #795BA9; }
span { border-color: rgb(121,91,169); }
td.TdClassName
{
border-color: #795BA9;
}
.TagClassName
{
border-color: #795BA9;
}
</style>