Shades of Studio #795196
Tints of Studio #795196
RGB
CMYK
RGB Variations
Color information
#795196 (or 0x795196) is known color: Studio. HEX triplet: 79, 51 and 96. RGB value is (121,81,150). Sum of RGB (Red+Green+Blue) = 121+81+150=352 (46% of max value = 765). Red value is 121 (47.66% from 255 or 34.38% from 352); Green value is 81 (32.03% from 255 or 23.01% from 352); Blue value is 150 (58.98% from 255 or 42.61% from 352); Max value from RGB is 150 - color contains mainly: blue. Hex color #795196 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #795196 is #86AE69. Grayscale: #646464. Windows color (decimal): -8826474 or 9851257. OLE color: 9851257.
HSL color Cylindrical-coordinate representation of color #795196: hue angle of 274.78º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #795196 is Cyan = 0.19, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 121 | 81 | 150 | - |
| CMYK | 0.19 | 0.46 | 0 | 0.41 |
| HSL | 274.78º | 0.3% | 0.45% | - |
| HSV(B) | 274.78º | 0.46% | 0.59% | - |
| XYZ | 16.33 | 12.15 | 30.34 | - |
| YUV | 100.83 | 155.75 | 142.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 81 | 150 | 0.19 | 0.46 | 0 | 0.41 | 274.78 | 0.3 | 0.45 |
| Hex | 79 | 51 | 96 | 13 | 2E | 0 | 29 | 113 | 1E | 2D |
| Octal | 171 | 121 | 226 | 23 | 56 | 0 | 51 | 423 | 36 | 55 |
| Binary | 1111001 | 1010001 | 10010110 | 10011 | 101110 | 0 | 101001 | 100010011 | 11110 | 101101 |
Color Harmonies of #795196
Complementary color
Monochromatic Colors of #795196
Black with #795196
Text Example
Text Example
White with #795196
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #795196; }
p { color: rgb(121,81,150); }
H1.HeaderClassName
{
color: #795196;
}
.AnyTagClassName
{
color: #795196;
}
</style>
background-color css
<style>
a { background-color: #795196; }
a { background-color: rgb(121,81,150); }
div.DivClassName
{
background-color: #795196;
}
.BgClassName
{
background-color: #795196;
}
</style>
border-color css
<style>
span { border-color: #795196; }
span { border-color: rgb(121,81,150); }
td.TdClassName
{
border-color: #795196;
}
.TagClassName
{
border-color: #795196;
}
</style>