Shades of Studio #7840AB
Tints of Studio #7840AB
RGB
CMYK
RGB Variations
Color information
#7840AB (or 0x7840AB) is known color: Studio. HEX triplet: 78, 40 and AB. RGB value is (120,64,171). Sum of RGB (Red+Green+Blue) = 120+64+171=355 (47% of max value = 765). Red value is 120 (47.27% from 255 or 33.80% from 355); Green value is 64 (25.39% from 255 or 18.03% from 355); Blue value is 171 (67.19% from 255 or 48.17% from 355); Max value from RGB is 171 - color contains mainly: blue. Hex color #7840AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7840AB is #87BF54. Grayscale: #5C5C5C. Windows color (decimal): -8896341 or 11223160. OLE color: 11223160.
HSL color Cylindrical-coordinate representation of color #7840AB: hue angle of 271.4º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7840AB is Cyan = 0.30, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 120 | 64 | 171 | - |
| CMYK | 0.30 | 0.63 | 0 | 0.33 |
| HSL | 271.4º | 0.46% | 0.46% | - |
| HSV(B) | 271.4º | 0.63% | 0.67% | - |
| XYZ | 16.93 | 10.6 | 39.68 | - |
| YUV | 92.94 | 172.05 | 147.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 64 | 171 | 0.30 | 0.63 | 0 | 0.33 | 271.4 | 0.46 | 0.46 |
| Hex | 78 | 40 | AB | 1E | 3F | 0 | 21 | 10F | 2E | 2E |
| Octal | 170 | 100 | 253 | 36 | 77 | 0 | 41 | 417 | 56 | 56 |
| Binary | 1111000 | 1000000 | 10101011 | 11110 | 111111 | 0 | 100001 | 100001111 | 101110 | 101110 |
Color Harmonies of #7840AB
Complementary color
Monochromatic Colors of #7840AB
Black with #7840AB
Text Example
Text Example
White with #7840AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7840AB; }
p { color: rgb(120,64,171); }
H1.HeaderClassName
{
color: #7840AB;
}
.AnyTagClassName
{
color: #7840AB;
}
</style>
background-color css
<style>
a { background-color: #7840AB; }
a { background-color: rgb(120,64,171); }
div.DivClassName
{
background-color: #7840AB;
}
.BgClassName
{
background-color: #7840AB;
}
</style>
border-color css
<style>
span { border-color: #7840AB; }
span { border-color: rgb(120,64,171); }
td.TdClassName
{
border-color: #7840AB;
}
.TagClassName
{
border-color: #7840AB;
}
</style>