Shades of Studio #795D9B
Tints of Studio #795D9B
RGB
CMYK
RGB Variations
Color information
#795D9B (or 0x795D9B) is known color: Studio. HEX triplet: 79, 5D and 9B. RGB value is (121,93,155). Sum of RGB (Red+Green+Blue) = 121+93+155=369 (48% of max value = 765). Red value is 121 (47.66% from 255 or 32.79% from 369); Green value is 93 (36.72% from 255 or 25.20% from 369); Blue value is 155 (60.94% from 255 or 42.01% from 369); Max value from RGB is 155 - color contains mainly: blue. Hex color #795D9B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #795D9B is #86A264. Grayscale: #6C6C6C. Windows color (decimal): -8823397 or 10182009. OLE color: 10182009.
HSL color Cylindrical-coordinate representation of color #795D9B: hue angle of 267.1º degrees, saturation: 0.25, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #795D9B is Cyan = 0.22, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 121 | 93 | 155 | - |
| CMYK | 0.22 | 0.4 | 0 | 0.39 |
| HSL | 267.1º | 0.25% | 0.49% | - |
| HSV(B) | 267.1º | 0.4% | 0.61% | - |
| XYZ | 17.72 | 14.26 | 32.83 | - |
| YUV | 108.44 | 154.28 | 136.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 93 | 155 | 0.22 | 0.4 | 0 | 0.39 | 267.1 | 0.25 | 0.49 |
| Hex | 79 | 5D | 9B | 16 | 28 | 0 | 27 | 10B | 19 | 31 |
| Octal | 171 | 135 | 233 | 26 | 50 | 0 | 47 | 413 | 31 | 61 |
| Binary | 1111001 | 1011101 | 10011011 | 10110 | 101000 | 0 | 100111 | 100001011 | 11001 | 110001 |
Color Harmonies of #795D9B
Complementary color
Monochromatic Colors of #795D9B
Black with #795D9B
Text Example
Text Example
White with #795D9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #795D9B; }
p { color: rgb(121,93,155); }
H1.HeaderClassName
{
color: #795D9B;
}
.AnyTagClassName
{
color: #795D9B;
}
</style>
background-color css
<style>
a { background-color: #795D9B; }
a { background-color: rgb(121,93,155); }
div.DivClassName
{
background-color: #795D9B;
}
.BgClassName
{
background-color: #795D9B;
}
</style>
border-color css
<style>
span { border-color: #795D9B; }
span { border-color: rgb(121,93,155); }
td.TdClassName
{
border-color: #795D9B;
}
.TagClassName
{
border-color: #795D9B;
}
</style>