Shades of Studio #7850AB
Tints of Studio #7850AB
RGB
CMYK
RGB Variations
Color information
#7850AB (or 0x7850AB) is known color: Studio. HEX triplet: 78, 50 and AB. RGB value is (120,80,171). Sum of RGB (Red+Green+Blue) = 120+80+171=371 (49% of max value = 765). Red value is 120 (47.27% from 255 or 32.35% from 371); Green value is 80 (31.64% from 255 or 21.56% from 371); Blue value is 171 (67.19% from 255 or 46.09% from 371); Max value from RGB is 171 - color contains mainly: blue. Hex color #7850AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7850AB is #87AF54. Grayscale: #666666. Windows color (decimal): -8892245 or 11227256. OLE color: 11227256.
HSL color Cylindrical-coordinate representation of color #7850AB: hue angle of 266.37º degrees, saturation: 0.36, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7850AB is Cyan = 0.30, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 120 | 80 | 171 | - |
| CMYK | 0.30 | 0.53 | 0 | 0.33 |
| HSL | 266.37º | 0.36% | 0.49% | - |
| HSV(B) | 266.37º | 0.53% | 0.67% | - |
| XYZ | 17.97 | 12.67 | 40.03 | - |
| YUV | 102.33 | 166.75 | 140.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 80 | 171 | 0.30 | 0.53 | 0 | 0.33 | 266.37 | 0.36 | 0.49 |
| Hex | 78 | 50 | AB | 1E | 35 | 0 | 21 | 10A | 24 | 31 |
| Octal | 170 | 120 | 253 | 36 | 65 | 0 | 41 | 412 | 44 | 61 |
| Binary | 1111000 | 1010000 | 10101011 | 11110 | 110101 | 0 | 100001 | 100001010 | 100100 | 110001 |
Color Harmonies of #7850AB
Complementary color
Monochromatic Colors of #7850AB
Black with #7850AB
Text Example
Text Example
White with #7850AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7850AB; }
p { color: rgb(120,80,171); }
H1.HeaderClassName
{
color: #7850AB;
}
.AnyTagClassName
{
color: #7850AB;
}
</style>
background-color css
<style>
a { background-color: #7850AB; }
a { background-color: rgb(120,80,171); }
div.DivClassName
{
background-color: #7850AB;
}
.BgClassName
{
background-color: #7850AB;
}
</style>
border-color css
<style>
span { border-color: #7850AB; }
span { border-color: rgb(120,80,171); }
td.TdClassName
{
border-color: #7850AB;
}
.TagClassName
{
border-color: #7850AB;
}
</style>