Shades of Studio #7852AC
Tints of Studio #7852AC
RGB
CMYK
RGB Variations
Color information
#7852AC (or 0x7852AC) is known color: Studio. HEX triplet: 78, 52 and AC. RGB value is (120,82,172). Sum of RGB (Red+Green+Blue) = 120+82+172=374 (49% of max value = 765). Red value is 120 (47.27% from 255 or 32.09% from 374); Green value is 82 (32.42% from 255 or 21.93% from 374); Blue value is 172 (67.58% from 255 or 45.99% from 374); Max value from RGB is 172 - color contains mainly: blue. Hex color #7852AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7852AC is #87AD53. Grayscale: #676767. Windows color (decimal): -8891732 or 11293304. OLE color: 11293304.
HSL color Cylindrical-coordinate representation of color #7852AC: hue angle of 265.33º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7852AC is Cyan = 0.30, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 120 | 82 | 172 | - |
| CMYK | 0.30 | 0.52 | 0 | 0.33 |
| HSL | 265.33º | 0.35% | 0.5% | - |
| HSV(B) | 265.33º | 0.52% | 0.67% | - |
| XYZ | 18.21 | 13.01 | 40.58 | - |
| YUV | 103.62 | 166.59 | 139.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 82 | 172 | 0.30 | 0.52 | 0 | 0.33 | 265.33 | 0.35 | 0.5 |
| Hex | 78 | 52 | AC | 1E | 34 | 0 | 21 | 109 | 23 | 32 |
| Octal | 170 | 122 | 254 | 36 | 64 | 0 | 41 | 411 | 43 | 62 |
| Binary | 1111000 | 1010010 | 10101100 | 11110 | 110100 | 0 | 100001 | 100001001 | 100011 | 110010 |
Color Harmonies of #7852AC
Complementary color
Monochromatic Colors of #7852AC
Black with #7852AC
Text Example
Text Example
White with #7852AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7852AC; }
p { color: rgb(120,82,172); }
H1.HeaderClassName
{
color: #7852AC;
}
.AnyTagClassName
{
color: #7852AC;
}
</style>
background-color css
<style>
a { background-color: #7852AC; }
a { background-color: rgb(120,82,172); }
div.DivClassName
{
background-color: #7852AC;
}
.BgClassName
{
background-color: #7852AC;
}
</style>
border-color css
<style>
span { border-color: #7852AC; }
span { border-color: rgb(120,82,172); }
td.TdClassName
{
border-color: #7852AC;
}
.TagClassName
{
border-color: #7852AC;
}
</style>