Shades of Studio #795396
Tints of Studio #795396
RGB
CMYK
RGB Variations
Color information
#795396 (or 0x795396) is known color: Studio. HEX triplet: 79, 53 and 96. RGB value is (121,83,150). Sum of RGB (Red+Green+Blue) = 121+83+150=354 (46% of max value = 765). Red value is 121 (47.66% from 255 or 34.18% from 354); Green value is 83 (32.81% from 255 or 23.45% from 354); Blue value is 150 (58.98% from 255 or 42.37% from 354); Max value from RGB is 150 - color contains mainly: blue. Hex color #795396 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #795396 is #86AC69. Grayscale: #656565. Windows color (decimal): -8825962 or 9851769. OLE color: 9851769.
HSL color Cylindrical-coordinate representation of color #795396: hue angle of 274.03º degrees, saturation: 0.29, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #795396 is Cyan = 0.19, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 121 | 83 | 150 | - |
| CMYK | 0.19 | 0.45 | 0 | 0.41 |
| HSL | 274.03º | 0.29% | 0.46% | - |
| HSV(B) | 274.03º | 0.45% | 0.59% | - |
| XYZ | 16.48 | 12.45 | 30.39 | - |
| YUV | 102 | 155.09 | 141.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 83 | 150 | 0.19 | 0.45 | 0 | 0.41 | 274.03 | 0.29 | 0.46 |
| Hex | 79 | 53 | 96 | 13 | 2D | 0 | 29 | 112 | 1D | 2E |
| Octal | 171 | 123 | 226 | 23 | 55 | 0 | 51 | 422 | 35 | 56 |
| Binary | 1111001 | 1010011 | 10010110 | 10011 | 101101 | 0 | 101001 | 100010010 | 11101 | 101110 |
Color Harmonies of #795396
Complementary color
Monochromatic Colors of #795396
Black with #795396
Text Example
Text Example
White with #795396
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #795396; }
p { color: rgb(121,83,150); }
H1.HeaderClassName
{
color: #795396;
}
.AnyTagClassName
{
color: #795396;
}
</style>
background-color css
<style>
a { background-color: #795396; }
a { background-color: rgb(121,83,150); }
div.DivClassName
{
background-color: #795396;
}
.BgClassName
{
background-color: #795396;
}
</style>
border-color css
<style>
span { border-color: #795396; }
span { border-color: rgb(121,83,150); }
td.TdClassName
{
border-color: #795396;
}
.TagClassName
{
border-color: #795396;
}
</style>