Shades of Studio #795598
Tints of Studio #795598
RGB
CMYK
RGB Variations
Color information
#795598 (or 0x795598) is known color: Studio. HEX triplet: 79, 55 and 98. RGB value is (121,85,152). Sum of RGB (Red+Green+Blue) = 121+85+152=358 (47% of max value = 765). Red value is 121 (47.66% from 255 or 33.80% from 358); Green value is 85 (33.59% from 255 or 23.74% from 358); Blue value is 152 (59.77% from 255 or 42.46% from 358); Max value from RGB is 152 - color contains mainly: blue. Hex color #795598 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #795598 is #86AA67. Grayscale: #676767. Windows color (decimal): -8825448 or 9983353. OLE color: 9983353.
HSL color Cylindrical-coordinate representation of color #795598: hue angle of 272.24º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #795598 is Cyan = 0.20, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 121 | 85 | 152 | - |
| CMYK | 0.20 | 0.44 | 0 | 0.40 |
| HSL | 272.24º | 0.28% | 0.46% | - |
| HSV(B) | 272.24º | 0.44% | 0.6% | - |
| XYZ | 16.8 | 12.83 | 31.3 | - |
| YUV | 103.4 | 155.43 | 140.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 85 | 152 | 0.20 | 0.44 | 0 | 0.40 | 272.24 | 0.28 | 0.46 |
| Hex | 79 | 55 | 98 | 14 | 2C | 0 | 28 | 110 | 1C | 2E |
| Octal | 171 | 125 | 230 | 24 | 54 | 0 | 50 | 420 | 34 | 56 |
| Binary | 1111001 | 1010101 | 10011000 | 10100 | 101100 | 0 | 101000 | 100010000 | 11100 | 101110 |
Color Harmonies of #795598
Complementary color
Monochromatic Colors of #795598
Black with #795598
Text Example
Text Example
White with #795598
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #795598; }
p { color: rgb(121,85,152); }
H1.HeaderClassName
{
color: #795598;
}
.AnyTagClassName
{
color: #795598;
}
</style>
background-color css
<style>
a { background-color: #795598; }
a { background-color: rgb(121,85,152); }
div.DivClassName
{
background-color: #795598;
}
.BgClassName
{
background-color: #795598;
}
</style>
border-color css
<style>
span { border-color: #795598; }
span { border-color: rgb(121,85,152); }
td.TdClassName
{
border-color: #795598;
}
.TagClassName
{
border-color: #795598;
}
</style>