Shades of Studio #7644AB
Tints of Studio #7644AB
RGB
CMYK
RGB Variations
Color information
#7644AB (or 0x7644AB) is known color: Studio. HEX triplet: 76, 44 and AB. RGB value is (118,68,171). Sum of RGB (Red+Green+Blue) = 118+68+171=357 (47% of max value = 765). Red value is 118 (46.48% from 255 or 33.05% from 357); Green value is 68 (26.95% from 255 or 19.05% from 357); Blue value is 171 (67.19% from 255 or 47.90% from 357); Max value from RGB is 171 - color contains mainly: blue. Hex color #7644AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7644AB is #89BB54. Grayscale: #5E5E5E. Windows color (decimal): -9026389 or 11224182. OLE color: 11224182.
HSL color Cylindrical-coordinate representation of color #7644AB: hue angle of 269.13º 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 #7644AB is Cyan = 0.31, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 118 | 68 | 171 | - |
| CMYK | 0.31 | 0.60 | 0 | 0.33 |
| HSL | 269.13º | 0.43% | 0.47% | - |
| HSV(B) | 269.13º | 0.6% | 0.67% | - |
| XYZ | 16.89 | 10.93 | 39.75 | - |
| YUV | 94.69 | 171.07 | 144.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 68 | 171 | 0.31 | 0.60 | 0 | 0.33 | 269.13 | 0.43 | 0.47 |
| Hex | 76 | 44 | AB | 1F | 3C | 0 | 21 | 10D | 2B | 2F |
| Octal | 166 | 104 | 253 | 37 | 74 | 0 | 41 | 415 | 53 | 57 |
| Binary | 1110110 | 1000100 | 10101011 | 11111 | 111100 | 0 | 100001 | 100001101 | 101011 | 101111 |
Color Harmonies of #7644AB
Complementary color
Monochromatic Colors of #7644AB
Black with #7644AB
Text Example
Text Example
White with #7644AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7644AB; }
p { color: rgb(118,68,171); }
H1.HeaderClassName
{
color: #7644AB;
}
.AnyTagClassName
{
color: #7644AB;
}
</style>
background-color css
<style>
a { background-color: #7644AB; }
a { background-color: rgb(118,68,171); }
div.DivClassName
{
background-color: #7644AB;
}
.BgClassName
{
background-color: #7644AB;
}
</style>
border-color css
<style>
span { border-color: #7644AB; }
span { border-color: rgb(118,68,171); }
td.TdClassName
{
border-color: #7644AB;
}
.TagClassName
{
border-color: #7644AB;
}
</style>