Shades of Studio #7954AC
Tints of Studio #7954AC
RGB
CMYK
RGB Variations
Color information
#7954AC (or 0x7954AC) is known color: Studio. HEX triplet: 79, 54 and AC. RGB value is (121,84,172). Sum of RGB (Red+Green+Blue) = 121+84+172=377 (49% of max value = 765). Red value is 121 (47.66% from 255 or 32.10% from 377); Green value is 84 (33.20% from 255 or 22.28% from 377); Blue value is 172 (67.58% from 255 or 45.62% from 377); Max value from RGB is 172 - color contains mainly: blue. Hex color #7954AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7954AC is #86AB53. Grayscale: #686868. Windows color (decimal): -8825684 or 11293817. OLE color: 11293817.
HSL color Cylindrical-coordinate representation of color #7954AC: hue angle of 265.23º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7954AC is Cyan = 0.30, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 121 | 84 | 172 | - |
| CMYK | 0.30 | 0.51 | 0 | 0.33 |
| HSL | 265.23º | 0.35% | 0.5% | - |
| HSV(B) | 265.23º | 0.51% | 0.67% | - |
| XYZ | 18.5 | 13.38 | 40.64 | - |
| YUV | 105.1 | 165.76 | 139.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 84 | 172 | 0.30 | 0.51 | 0 | 0.33 | 265.23 | 0.35 | 0.5 |
| Hex | 79 | 54 | AC | 1E | 33 | 0 | 21 | 109 | 23 | 32 |
| Octal | 171 | 124 | 254 | 36 | 63 | 0 | 41 | 411 | 43 | 62 |
| Binary | 1111001 | 1010100 | 10101100 | 11110 | 110011 | 0 | 100001 | 100001001 | 100011 | 110010 |
Color Harmonies of #7954AC
Complementary color
Monochromatic Colors of #7954AC
Black with #7954AC
Text Example
Text Example
White with #7954AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7954AC; }
p { color: rgb(121,84,172); }
H1.HeaderClassName
{
color: #7954AC;
}
.AnyTagClassName
{
color: #7954AC;
}
</style>
background-color css
<style>
a { background-color: #7954AC; }
a { background-color: rgb(121,84,172); }
div.DivClassName
{
background-color: #7954AC;
}
.BgClassName
{
background-color: #7954AC;
}
</style>
border-color css
<style>
span { border-color: #7954AC; }
span { border-color: rgb(121,84,172); }
td.TdClassName
{
border-color: #7954AC;
}
.TagClassName
{
border-color: #7954AC;
}
</style>