Shades of Studio #795F9B
Tints of Studio #795F9B
RGB
CMYK
RGB Variations
Color information
#795F9B (or 0x795F9B) is known color: Studio. HEX triplet: 79, 5F and 9B. RGB value is (121,95,155). Sum of RGB (Red+Green+Blue) = 121+95+155=371 (49% of max value = 765). Red value is 121 (47.66% from 255 or 32.61% from 371); Green value is 95 (37.5% from 255 or 25.61% from 371); Blue value is 155 (60.94% from 255 or 41.78% from 371); Max value from RGB is 155 - color contains mainly: blue. Hex color #795F9B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #795F9B is #86A064. Grayscale: #6D6D6D. Windows color (decimal): -8822885 or 10182521. OLE color: 10182521.
HSL color Cylindrical-coordinate representation of color #795F9B: hue angle of 266º degrees, saturation: 0.24, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #795F9B is Cyan = 0.22, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 121 | 95 | 155 | - |
| CMYK | 0.22 | 0.39 | 0 | 0.39 |
| HSL | 266º | 0.24% | 0.49% | - |
| HSV(B) | 266º | 0.39% | 0.61% | - |
| XYZ | 17.89 | 14.62 | 32.89 | - |
| YUV | 109.61 | 153.61 | 136.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 95 | 155 | 0.22 | 0.39 | 0 | 0.39 | 266 | 0.24 | 0.49 |
| Hex | 79 | 5F | 9B | 16 | 27 | 0 | 27 | 10A | 18 | 31 |
| Octal | 171 | 137 | 233 | 26 | 47 | 0 | 47 | 412 | 30 | 61 |
| Binary | 1111001 | 1011111 | 10011011 | 10110 | 100111 | 0 | 100111 | 100001010 | 11000 | 110001 |
Color Harmonies of #795F9B
Complementary color
Monochromatic Colors of #795F9B
Black with #795F9B
Text Example
Text Example
White with #795F9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #795F9B; }
p { color: rgb(121,95,155); }
H1.HeaderClassName
{
color: #795F9B;
}
.AnyTagClassName
{
color: #795F9B;
}
</style>
background-color css
<style>
a { background-color: #795F9B; }
a { background-color: rgb(121,95,155); }
div.DivClassName
{
background-color: #795F9B;
}
.BgClassName
{
background-color: #795F9B;
}
</style>
border-color css
<style>
span { border-color: #795F9B; }
span { border-color: rgb(121,95,155); }
td.TdClassName
{
border-color: #795F9B;
}
.TagClassName
{
border-color: #795F9B;
}
</style>