Shades of Studio #7851AC
Tints of Studio #7851AC
RGB
CMYK
RGB Variations
Color information
#7851AC (or 0x7851AC) is known color: Studio. HEX triplet: 78, 51 and AC. RGB value is (120,81,172). Sum of RGB (Red+Green+Blue) = 120+81+172=373 (49% of max value = 765). Red value is 120 (47.27% from 255 or 32.17% from 373); Green value is 81 (32.03% from 255 or 21.72% from 373); Blue value is 172 (67.58% from 255 or 46.11% from 373); Max value from RGB is 172 - color contains mainly: blue. Hex color #7851AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7851AC is #87AE53. Grayscale: #666666. Windows color (decimal): -8891988 or 11293048. OLE color: 11293048.
HSL color Cylindrical-coordinate representation of color #7851AC: hue angle of 265.71º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7851AC is Cyan = 0.30, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 120 | 81 | 172 | - |
| CMYK | 0.30 | 0.53 | 0 | 0.33 |
| HSL | 265.71º | 0.36% | 0.5% | - |
| HSV(B) | 265.71º | 0.53% | 0.67% | - |
| XYZ | 18.13 | 12.86 | 40.56 | - |
| YUV | 103.04 | 166.92 | 140.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 81 | 172 | 0.30 | 0.53 | 0 | 0.33 | 265.71 | 0.36 | 0.5 |
| Hex | 78 | 51 | AC | 1E | 35 | 0 | 21 | 10A | 24 | 32 |
| Octal | 170 | 121 | 254 | 36 | 65 | 0 | 41 | 412 | 44 | 62 |
| Binary | 1111000 | 1010001 | 10101100 | 11110 | 110101 | 0 | 100001 | 100001010 | 100100 | 110010 |
Color Harmonies of #7851AC
Complementary color
Monochromatic Colors of #7851AC
Black with #7851AC
Text Example
Text Example
White with #7851AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7851AC; }
p { color: rgb(120,81,172); }
H1.HeaderClassName
{
color: #7851AC;
}
.AnyTagClassName
{
color: #7851AC;
}
</style>
background-color css
<style>
a { background-color: #7851AC; }
a { background-color: rgb(120,81,172); }
div.DivClassName
{
background-color: #7851AC;
}
.BgClassName
{
background-color: #7851AC;
}
</style>
border-color css
<style>
span { border-color: #7851AC; }
span { border-color: rgb(120,81,172); }
td.TdClassName
{
border-color: #7851AC;
}
.TagClassName
{
border-color: #7851AC;
}
</style>