Shades of Studio #795BA5
Tints of Studio #795BA5
RGB
CMYK
RGB Variations
Color information
#795BA5 (or 0x795BA5) is known color: Studio. HEX triplet: 79, 5B and A5. RGB value is (121,91,165). Sum of RGB (Red+Green+Blue) = 121+91+165=377 (49% of max value = 765). Red value is 121 (47.66% from 255 or 32.10% from 377); Green value is 91 (35.94% from 255 or 24.14% from 377); Blue value is 165 (64.84% from 255 or 43.77% from 377); Max value from RGB is 165 - color contains mainly: blue. Hex color #795BA5 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #795BA5 is #86A45A. Grayscale: #6C6C6C. Windows color (decimal): -8823899 or 10836857. OLE color: 10836857.
HSL color Cylindrical-coordinate representation of color #795BA5: hue angle of 264.32º degrees, saturation: 0.29, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #795BA5 is Cyan = 0.27, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 121 | 91 | 165 | - |
| CMYK | 0.27 | 0.45 | 0 | 0.35 |
| HSL | 264.32º | 0.29% | 0.5% | - |
| HSV(B) | 264.32º | 0.45% | 0.65% | - |
| XYZ | 18.42 | 14.26 | 37.38 | - |
| YUV | 108.41 | 159.94 | 136.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 91 | 165 | 0.27 | 0.45 | 0 | 0.35 | 264.32 | 0.29 | 0.5 |
| Hex | 79 | 5B | A5 | 1B | 2D | 0 | 23 | 108 | 1D | 32 |
| Octal | 171 | 133 | 245 | 33 | 55 | 0 | 43 | 410 | 35 | 62 |
| Binary | 1111001 | 1011011 | 10100101 | 11011 | 101101 | 0 | 100011 | 100001000 | 11101 | 110010 |
Color Harmonies of #795BA5
Complementary color
Monochromatic Colors of #795BA5
Black with #795BA5
Text Example
Text Example
White with #795BA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #795BA5; }
p { color: rgb(121,91,165); }
H1.HeaderClassName
{
color: #795BA5;
}
.AnyTagClassName
{
color: #795BA5;
}
</style>
background-color css
<style>
a { background-color: #795BA5; }
a { background-color: rgb(121,91,165); }
div.DivClassName
{
background-color: #795BA5;
}
.BgClassName
{
background-color: #795BA5;
}
</style>
border-color css
<style>
span { border-color: #795BA5; }
span { border-color: rgb(121,91,165); }
td.TdClassName
{
border-color: #795BA5;
}
.TagClassName
{
border-color: #795BA5;
}
</style>