Shades of Studio #795199
Tints of Studio #795199
RGB
CMYK
RGB Variations
Color information
#795199 (or 0x795199) is known color: Studio. HEX triplet: 79, 51 and 99. RGB value is (121,81,153). Sum of RGB (Red+Green+Blue) = 121+81+153=355 (47% of max value = 765). Red value is 121 (47.66% from 255 or 34.08% from 355); Green value is 81 (32.03% from 255 or 22.82% from 355); Blue value is 153 (60.16% from 255 or 43.10% from 355); Max value from RGB is 153 - color contains mainly: blue. Hex color #795199 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #795199 is #86AE66. Grayscale: #646464. Windows color (decimal): -8826471 or 10047865. OLE color: 10047865.
HSL color Cylindrical-coordinate representation of color #795199: hue angle of 273.33º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #795199 is Cyan = 0.21, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 121 | 81 | 153 | - |
| CMYK | 0.21 | 0.47 | 0 | 0.4 |
| HSL | 273.33º | 0.31% | 0.46% | - |
| HSV(B) | 273.33º | 0.47% | 0.6% | - |
| XYZ | 16.58 | 12.25 | 31.63 | - |
| YUV | 101.17 | 157.25 | 142.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 81 | 153 | 0.21 | 0.47 | 0 | 0.4 | 273.33 | 0.31 | 0.46 |
| Hex | 79 | 51 | 99 | 15 | 2F | 0 | 28 | 111 | 1F | 2E |
| Octal | 171 | 121 | 231 | 25 | 57 | 0 | 50 | 421 | 37 | 56 |
| Binary | 1111001 | 1010001 | 10011001 | 10101 | 101111 | 0 | 101000 | 100010001 | 11111 | 101110 |
Color Harmonies of #795199
Complementary color
Monochromatic Colors of #795199
Black with #795199
Text Example
Text Example
White with #795199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #795199; }
p { color: rgb(121,81,153); }
H1.HeaderClassName
{
color: #795199;
}
.AnyTagClassName
{
color: #795199;
}
</style>
background-color css
<style>
a { background-color: #795199; }
a { background-color: rgb(121,81,153); }
div.DivClassName
{
background-color: #795199;
}
.BgClassName
{
background-color: #795199;
}
</style>
border-color css
<style>
span { border-color: #795199; }
span { border-color: rgb(121,81,153); }
td.TdClassName
{
border-color: #795199;
}
.TagClassName
{
border-color: #795199;
}
</style>