Shades of Studio #7951AA
Tints of Studio #7951AA
RGB
CMYK
RGB Variations
Color information
#7951AA (or 0x7951AA) is known color: Studio. HEX triplet: 79, 51 and AA. RGB value is (121,81,170). Sum of RGB (Red+Green+Blue) = 121+81+170=372 (49% of max value = 765). Red value is 121 (47.66% from 255 or 32.53% from 372); Green value is 81 (32.03% from 255 or 21.77% from 372); Blue value is 170 (66.80% from 255 or 45.70% from 372); Max value from RGB is 170 - color contains mainly: blue. Hex color #7951AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7951AA is #86AE55. Grayscale: #666666. Windows color (decimal): -8826454 or 11161977. OLE color: 11161977.
HSL color Cylindrical-coordinate representation of color #7951AA: hue angle of 266.97º degrees, saturation: 0.35, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7951AA is Cyan = 0.29, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 121 | 81 | 170 | - |
| CMYK | 0.29 | 0.52 | 0 | 0.33 |
| HSL | 266.97º | 0.35% | 0.49% | - |
| HSV(B) | 266.97º | 0.52% | 0.67% | - |
| XYZ | 18.08 | 12.85 | 39.56 | - |
| YUV | 103.11 | 165.75 | 140.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 81 | 170 | 0.29 | 0.52 | 0 | 0.33 | 266.97 | 0.35 | 0.49 |
| Hex | 79 | 51 | AA | 1D | 34 | 0 | 21 | 10B | 23 | 31 |
| Octal | 171 | 121 | 252 | 35 | 64 | 0 | 41 | 413 | 43 | 61 |
| Binary | 1111001 | 1010001 | 10101010 | 11101 | 110100 | 0 | 100001 | 100001011 | 100011 | 110001 |
Color Harmonies of #7951AA
Complementary color
Monochromatic Colors of #7951AA
Black with #7951AA
Text Example
Text Example
White with #7951AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7951AA; }
p { color: rgb(121,81,170); }
H1.HeaderClassName
{
color: #7951AA;
}
.AnyTagClassName
{
color: #7951AA;
}
</style>
background-color css
<style>
a { background-color: #7951AA; }
a { background-color: rgb(121,81,170); }
div.DivClassName
{
background-color: #7951AA;
}
.BgClassName
{
background-color: #7951AA;
}
</style>
border-color css
<style>
span { border-color: #7951AA; }
span { border-color: rgb(121,81,170); }
td.TdClassName
{
border-color: #7951AA;
}
.TagClassName
{
border-color: #7951AA;
}
</style>