Shades of Studio #7945AB
Tints of Studio #7945AB
RGB
CMYK
RGB Variations
Color information
#7945AB (or 0x7945AB) is known color: Studio. HEX triplet: 79, 45 and AB. RGB value is (121,69,171). Sum of RGB (Red+Green+Blue) = 121+69+171=361 (47% of max value = 765). Red value is 121 (47.66% from 255 or 33.52% from 361); Green value is 69 (27.34% from 255 or 19.11% from 361); Blue value is 171 (67.19% from 255 or 47.37% from 361); Max value from RGB is 171 - color contains mainly: blue. Hex color #7945AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7945AB is #86BA54. Grayscale: #5F5F5F. Windows color (decimal): -8829525 or 11224441. OLE color: 11224441.
HSL color Cylindrical-coordinate representation of color #7945AB: hue angle of 270.59º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7945AB is Cyan = 0.29, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 121 | 69 | 171 | - |
| CMYK | 0.29 | 0.60 | 0 | 0.33 |
| HSL | 270.59º | 0.43% | 0.47% | - |
| HSV(B) | 270.59º | 0.6% | 0.67% | - |
| XYZ | 17.36 | 11.26 | 39.79 | - |
| YUV | 96.18 | 170.23 | 145.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 69 | 171 | 0.29 | 0.60 | 0 | 0.33 | 270.59 | 0.43 | 0.47 |
| Hex | 79 | 45 | AB | 1D | 3C | 0 | 21 | 10F | 2A | 2F |
| Octal | 171 | 105 | 253 | 35 | 74 | 0 | 41 | 417 | 52 | 57 |
| Binary | 1111001 | 1000101 | 10101011 | 11101 | 111100 | 0 | 100001 | 100001111 | 101010 | 101111 |
Color Harmonies of #7945AB
Complementary color
Monochromatic Colors of #7945AB
Black with #7945AB
Text Example
Text Example
White with #7945AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7945AB; }
p { color: rgb(121,69,171); }
H1.HeaderClassName
{
color: #7945AB;
}
.AnyTagClassName
{
color: #7945AB;
}
</style>
background-color css
<style>
a { background-color: #7945AB; }
a { background-color: rgb(121,69,171); }
div.DivClassName
{
background-color: #7945AB;
}
.BgClassName
{
background-color: #7945AB;
}
</style>
border-color css
<style>
span { border-color: #7945AB; }
span { border-color: rgb(121,69,171); }
td.TdClassName
{
border-color: #7945AB;
}
.TagClassName
{
border-color: #7945AB;
}
</style>