Shades of Studio #795CA1
Tints of Studio #795CA1
RGB
CMYK
RGB Variations
Color information
#795CA1 (or 0x795CA1) is known color: Studio. HEX triplet: 79, 5C and A1. RGB value is (121,92,161). Sum of RGB (Red+Green+Blue) = 121+92+161=374 (49% of max value = 765). Red value is 121 (47.66% from 255 or 32.35% from 374); Green value is 92 (36.33% from 255 or 24.60% from 374); Blue value is 161 (63.28% from 255 or 43.05% from 374); Max value from RGB is 161 - color contains mainly: blue. Hex color #795CA1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #795CA1 is #86A35E. Grayscale: #6C6C6C. Windows color (decimal): -8823647 or 10574969. OLE color: 10574969.
HSL color Cylindrical-coordinate representation of color #795CA1: hue angle of 265.22º degrees, saturation: 0.27, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #795CA1 is Cyan = 0.25, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 121 | 92 | 161 | - |
| CMYK | 0.25 | 0.43 | 0 | 0.37 |
| HSL | 265.22º | 0.27% | 0.5% | - |
| HSV(B) | 265.22º | 0.43% | 0.63% | - |
| XYZ | 18.15 | 14.29 | 35.52 | - |
| YUV | 108.54 | 157.61 | 136.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 92 | 161 | 0.25 | 0.43 | 0 | 0.37 | 265.22 | 0.27 | 0.5 |
| Hex | 79 | 5C | A1 | 19 | 2B | 0 | 25 | 109 | 1B | 32 |
| Octal | 171 | 134 | 241 | 31 | 53 | 0 | 45 | 411 | 33 | 62 |
| Binary | 1111001 | 1011100 | 10100001 | 11001 | 101011 | 0 | 100101 | 100001001 | 11011 | 110010 |
Color Harmonies of #795CA1
Complementary color
Monochromatic Colors of #795CA1
Black with #795CA1
Text Example
Text Example
White with #795CA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #795CA1; }
p { color: rgb(121,92,161); }
H1.HeaderClassName
{
color: #795CA1;
}
.AnyTagClassName
{
color: #795CA1;
}
</style>
background-color css
<style>
a { background-color: #795CA1; }
a { background-color: rgb(121,92,161); }
div.DivClassName
{
background-color: #795CA1;
}
.BgClassName
{
background-color: #795CA1;
}
</style>
border-color css
<style>
span { border-color: #795CA1; }
span { border-color: rgb(121,92,161); }
td.TdClassName
{
border-color: #795CA1;
}
.TagClassName
{
border-color: #795CA1;
}
</style>