Shades of Studio #795BAC
Tints of Studio #795BAC
RGB
CMYK
RGB Variations
Color information
#795BAC (or 0x795BAC) is known color: Studio. HEX triplet: 79, 5B and AC. RGB value is (121,91,172). Sum of RGB (Red+Green+Blue) = 121+91+172=384 (50% of max value = 765). Red value is 121 (47.66% from 255 or 31.51% from 384); Green value is 91 (35.94% from 255 or 23.70% from 384); Blue value is 172 (67.58% from 255 or 44.79% from 384); Max value from RGB is 172 - color contains mainly: blue. Hex color #795BAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #795BAC is #86A453. Grayscale: #6C6C6C. Windows color (decimal): -8823892 or 11295609. OLE color: 11295609.
HSL color Cylindrical-coordinate representation of color #795BAC: hue angle of 262.22º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #795BAC is Cyan = 0.30, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 121 | 91 | 172 | - |
| CMYK | 0.30 | 0.47 | 0 | 0.33 |
| HSL | 262.22º | 0.33% | 0.52% | - |
| HSV(B) | 262.22º | 0.47% | 0.67% | - |
| XYZ | 19.07 | 14.53 | 40.83 | - |
| YUV | 109.2 | 163.44 | 136.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 91 | 172 | 0.30 | 0.47 | 0 | 0.33 | 262.22 | 0.33 | 0.52 |
| Hex | 79 | 5B | AC | 1E | 2F | 0 | 21 | 106 | 21 | 34 |
| Octal | 171 | 133 | 254 | 36 | 57 | 0 | 41 | 406 | 41 | 64 |
| Binary | 1111001 | 1011011 | 10101100 | 11110 | 101111 | 0 | 100001 | 100000110 | 100001 | 110100 |
Color Harmonies of #795BAC
Complementary color
Monochromatic Colors of #795BAC
Black with #795BAC
Text Example
Text Example
White with #795BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #795BAC; }
p { color: rgb(121,91,172); }
H1.HeaderClassName
{
color: #795BAC;
}
.AnyTagClassName
{
color: #795BAC;
}
</style>
background-color css
<style>
a { background-color: #795BAC; }
a { background-color: rgb(121,91,172); }
div.DivClassName
{
background-color: #795BAC;
}
.BgClassName
{
background-color: #795BAC;
}
</style>
border-color css
<style>
span { border-color: #795BAC; }
span { border-color: rgb(121,91,172); }
td.TdClassName
{
border-color: #795BAC;
}
.TagClassName
{
border-color: #795BAC;
}
</style>