Shades of Studio #795AAB
Tints of Studio #795AAB
RGB
CMYK
RGB Variations
Color information
#795AAB (or 0x795AAB) is known color: Studio. HEX triplet: 79, 5A and AB. RGB value is (121,90,171). Sum of RGB (Red+Green+Blue) = 121+90+171=382 (50% of max value = 765). Red value is 121 (47.66% from 255 or 31.68% from 382); Green value is 90 (35.55% from 255 or 23.56% from 382); Blue value is 171 (67.19% from 255 or 44.76% from 382); Max value from RGB is 171 - color contains mainly: blue. Hex color #795AAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #795AAB is #86A554. Grayscale: #6C6C6C. Windows color (decimal): -8824149 or 11229817. OLE color: 11229817.
HSL color Cylindrical-coordinate representation of color #795AAB: hue angle of 262.96º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #795AAB is Cyan = 0.29, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 121 | 90 | 171 | - |
| CMYK | 0.29 | 0.47 | 0 | 0.33 |
| HSL | 262.96º | 0.33% | 0.51% | - |
| HSV(B) | 262.96º | 0.47% | 0.67% | - |
| XYZ | 18.89 | 14.32 | 40.3 | - |
| YUV | 108.5 | 163.27 | 136.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 90 | 171 | 0.29 | 0.47 | 0 | 0.33 | 262.96 | 0.33 | 0.51 |
| Hex | 79 | 5A | AB | 1D | 2F | 0 | 21 | 107 | 21 | 33 |
| Octal | 171 | 132 | 253 | 35 | 57 | 0 | 41 | 407 | 41 | 63 |
| Binary | 1111001 | 1011010 | 10101011 | 11101 | 101111 | 0 | 100001 | 100000111 | 100001 | 110011 |
Color Harmonies of #795AAB
Complementary color
Monochromatic Colors of #795AAB
Black with #795AAB
Text Example
Text Example
White with #795AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #795AAB; }
p { color: rgb(121,90,171); }
H1.HeaderClassName
{
color: #795AAB;
}
.AnyTagClassName
{
color: #795AAB;
}
</style>
background-color css
<style>
a { background-color: #795AAB; }
a { background-color: rgb(121,90,171); }
div.DivClassName
{
background-color: #795AAB;
}
.BgClassName
{
background-color: #795AAB;
}
</style>
border-color css
<style>
span { border-color: #795AAB; }
span { border-color: rgb(121,90,171); }
td.TdClassName
{
border-color: #795AAB;
}
.TagClassName
{
border-color: #795AAB;
}
</style>