Shades of Studio #795AA6
Tints of Studio #795AA6
RGB
CMYK
RGB Variations
Color information
#795AA6 (or 0x795AA6) is known color: Studio. HEX triplet: 79, 5A and A6. RGB value is (121,90,166). Sum of RGB (Red+Green+Blue) = 121+90+166=377 (49% of max value = 765). Red value is 121 (47.66% from 255 or 32.10% from 377); Green value is 90 (35.55% from 255 or 23.87% from 377); Blue value is 166 (65.23% from 255 or 44.03% from 377); Max value from RGB is 166 - color contains mainly: blue. Hex color #795AA6 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #795AA6 is #86A559. Grayscale: #6B6B6B. Windows color (decimal): -8824154 or 10902137. OLE color: 10902137.
HSL color Cylindrical-coordinate representation of color #795AA6: hue angle of 264.47º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #795AA6 is Cyan = 0.27, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 121 | 90 | 166 | - |
| CMYK | 0.27 | 0.46 | 0 | 0.35 |
| HSL | 264.47º | 0.3% | 0.5% | - |
| HSV(B) | 264.47º | 0.46% | 0.65% | - |
| XYZ | 18.42 | 14.13 | 37.83 | - |
| YUV | 107.93 | 160.77 | 137.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 90 | 166 | 0.27 | 0.46 | 0 | 0.35 | 264.47 | 0.3 | 0.5 |
| Hex | 79 | 5A | A6 | 1B | 2E | 0 | 23 | 108 | 1E | 32 |
| Octal | 171 | 132 | 246 | 33 | 56 | 0 | 43 | 410 | 36 | 62 |
| Binary | 1111001 | 1011010 | 10100110 | 11011 | 101110 | 0 | 100011 | 100001000 | 11110 | 110010 |
Color Harmonies of #795AA6
Complementary color
Monochromatic Colors of #795AA6
Black with #795AA6
Text Example
Text Example
White with #795AA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #795AA6; }
p { color: rgb(121,90,166); }
H1.HeaderClassName
{
color: #795AA6;
}
.AnyTagClassName
{
color: #795AA6;
}
</style>
background-color css
<style>
a { background-color: #795AA6; }
a { background-color: rgb(121,90,166); }
div.DivClassName
{
background-color: #795AA6;
}
.BgClassName
{
background-color: #795AA6;
}
</style>
border-color css
<style>
span { border-color: #795AA6; }
span { border-color: rgb(121,90,166); }
td.TdClassName
{
border-color: #795AA6;
}
.TagClassName
{
border-color: #795AA6;
}
</style>