Shades of Studio #7957AD
Tints of Studio #7957AD
RGB
CMYK
RGB Variations
Color information
#7957AD (or 0x7957AD) is known color: Studio. HEX triplet: 79, 57 and AD. RGB value is (121,87,173). Sum of RGB (Red+Green+Blue) = 121+87+173=381 (50% of max value = 765). Red value is 121 (47.66% from 255 or 31.76% from 381); Green value is 87 (34.38% from 255 or 22.83% from 381); Blue value is 173 (67.97% from 255 or 45.41% from 381); Max value from RGB is 173 - color contains mainly: blue. Hex color #7957AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7957AD is #86A852. Grayscale: #6A6A6A. Windows color (decimal): -8824915 or 11360121. OLE color: 11360121.
HSL color Cylindrical-coordinate representation of color #7957AD: hue angle of 263.72º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7957AD is Cyan = 0.30, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 121 | 87 | 173 | - |
| CMYK | 0.30 | 0.50 | 0 | 0.32 |
| HSL | 263.72º | 0.34% | 0.51% | - |
| HSV(B) | 263.72º | 0.5% | 0.68% | - |
| XYZ | 18.84 | 13.9 | 41.23 | - |
| YUV | 106.97 | 165.26 | 138.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 87 | 173 | 0.30 | 0.50 | 0 | 0.32 | 263.72 | 0.34 | 0.51 |
| Hex | 79 | 57 | AD | 1E | 32 | 0 | 20 | 108 | 22 | 33 |
| Octal | 171 | 127 | 255 | 36 | 62 | 0 | 40 | 410 | 42 | 63 |
| Binary | 1111001 | 1010111 | 10101101 | 11110 | 110010 | 0 | 100000 | 100001000 | 100010 | 110011 |
Color Harmonies of #7957AD
Complementary color
Monochromatic Colors of #7957AD
Black with #7957AD
Text Example
Text Example
White with #7957AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7957AD; }
p { color: rgb(121,87,173); }
H1.HeaderClassName
{
color: #7957AD;
}
.AnyTagClassName
{
color: #7957AD;
}
</style>
background-color css
<style>
a { background-color: #7957AD; }
a { background-color: rgb(121,87,173); }
div.DivClassName
{
background-color: #7957AD;
}
.BgClassName
{
background-color: #7957AD;
}
</style>
border-color css
<style>
span { border-color: #7957AD; }
span { border-color: rgb(121,87,173); }
td.TdClassName
{
border-color: #7957AD;
}
.TagClassName
{
border-color: #7957AD;
}
</style>