Shades of Studio #795898
Tints of Studio #795898
RGB
CMYK
RGB Variations
Color information
#795898 (or 0x795898) is known color: Studio. HEX triplet: 79, 58 and 98. RGB value is (121,88,152). Sum of RGB (Red+Green+Blue) = 121+88+152=361 (47% of max value = 765). Red value is 121 (47.66% from 255 or 33.52% from 361); Green value is 88 (34.77% from 255 or 24.38% from 361); Blue value is 152 (59.77% from 255 or 42.11% from 361); Max value from RGB is 152 - color contains mainly: blue. Hex color #795898 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #795898 is #86A767. Grayscale: #686868. Windows color (decimal): -8824680 or 9984121. OLE color: 9984121.
HSL color Cylindrical-coordinate representation of color #795898: hue angle of 270.94º degrees, saturation: 0.27, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #795898 is Cyan = 0.20, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 121 | 88 | 152 | - |
| CMYK | 0.20 | 0.42 | 0 | 0.40 |
| HSL | 270.94º | 0.27% | 0.47% | - |
| HSV(B) | 270.94º | 0.42% | 0.6% | - |
| XYZ | 17.04 | 13.31 | 31.38 | - |
| YUV | 105.16 | 154.43 | 139.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 88 | 152 | 0.20 | 0.42 | 0 | 0.40 | 270.94 | 0.27 | 0.47 |
| Hex | 79 | 58 | 98 | 14 | 2A | 0 | 28 | 10F | 1B | 2F |
| Octal | 171 | 130 | 230 | 24 | 52 | 0 | 50 | 417 | 33 | 57 |
| Binary | 1111001 | 1011000 | 10011000 | 10100 | 101010 | 0 | 101000 | 100001111 | 11011 | 101111 |
Color Harmonies of #795898
Complementary color
Monochromatic Colors of #795898
Black with #795898
Text Example
Text Example
White with #795898
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #795898; }
p { color: rgb(121,88,152); }
H1.HeaderClassName
{
color: #795898;
}
.AnyTagClassName
{
color: #795898;
}
</style>
background-color css
<style>
a { background-color: #795898; }
a { background-color: rgb(121,88,152); }
div.DivClassName
{
background-color: #795898;
}
.BgClassName
{
background-color: #795898;
}
</style>
border-color css
<style>
span { border-color: #795898; }
span { border-color: rgb(121,88,152); }
td.TdClassName
{
border-color: #795898;
}
.TagClassName
{
border-color: #795898;
}
</style>