Shades of Studio #7950A1
Tints of Studio #7950A1
RGB
CMYK
RGB Variations
Color information
#7950A1 (or 0x7950A1) is known color: Studio. HEX triplet: 79, 50 and A1. RGB value is (121,80,161). Sum of RGB (Red+Green+Blue) = 121+80+161=362 (47% of max value = 765). Red value is 121 (47.66% from 255 or 33.43% from 362); Green value is 80 (31.64% from 255 or 22.10% from 362); Blue value is 161 (63.28% from 255 or 44.48% from 362); Max value from RGB is 161 - color contains mainly: blue. Hex color #7950A1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7950A1 is #86AF5E. Grayscale: #656565. Windows color (decimal): -8826719 or 10571897. OLE color: 10571897.
HSL color Cylindrical-coordinate representation of color #7950A1: hue angle of 270.37º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7950A1 is Cyan = 0.25, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 121 | 80 | 161 | - |
| CMYK | 0.25 | 0.50 | 0 | 0.37 |
| HSL | 270.37º | 0.34% | 0.47% | - |
| HSV(B) | 270.37º | 0.5% | 0.63% | - |
| XYZ | 17.19 | 12.38 | 35.2 | - |
| YUV | 101.49 | 161.58 | 141.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 80 | 161 | 0.25 | 0.50 | 0 | 0.37 | 270.37 | 0.34 | 0.47 |
| Hex | 79 | 50 | A1 | 19 | 32 | 0 | 25 | 10E | 22 | 2F |
| Octal | 171 | 120 | 241 | 31 | 62 | 0 | 45 | 416 | 42 | 57 |
| Binary | 1111001 | 1010000 | 10100001 | 11001 | 110010 | 0 | 100101 | 100001110 | 100010 | 101111 |
Color Harmonies of #7950A1
Complementary color
Monochromatic Colors of #7950A1
Black with #7950A1
Text Example
Text Example
White with #7950A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7950A1; }
p { color: rgb(121,80,161); }
H1.HeaderClassName
{
color: #7950A1;
}
.AnyTagClassName
{
color: #7950A1;
}
</style>
background-color css
<style>
a { background-color: #7950A1; }
a { background-color: rgb(121,80,161); }
div.DivClassName
{
background-color: #7950A1;
}
.BgClassName
{
background-color: #7950A1;
}
</style>
border-color css
<style>
span { border-color: #7950A1; }
span { border-color: rgb(121,80,161); }
td.TdClassName
{
border-color: #7950A1;
}
.TagClassName
{
border-color: #7950A1;
}
</style>