Shades of Studio #7842AC
Tints of Studio #7842AC
RGB
CMYK
RGB Variations
Color information
#7842AC (or 0x7842AC) is known color: Studio. HEX triplet: 78, 42 and AC. RGB value is (120,66,172). Sum of RGB (Red+Green+Blue) = 120+66+172=358 (47% of max value = 765). Red value is 120 (47.27% from 255 or 33.52% from 358); Green value is 66 (26.17% from 255 or 18.44% from 358); Blue value is 172 (67.58% from 255 or 48.04% from 358); Max value from RGB is 172 - color contains mainly: blue. Hex color #7842AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7842AC is #87BD53. Grayscale: #5D5D5D. Windows color (decimal): -8895828 or 11289208. OLE color: 11289208.
HSL color Cylindrical-coordinate representation of color #7842AC: hue angle of 270.57º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7842AC is Cyan = 0.30, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 120 | 66 | 172 | - |
| CMYK | 0.30 | 0.62 | 0 | 0.33 |
| HSL | 270.57º | 0.45% | 0.47% | - |
| HSV(B) | 270.57º | 0.62% | 0.67% | - |
| XYZ | 17.14 | 10.87 | 40.22 | - |
| YUV | 94.23 | 171.89 | 146.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 66 | 172 | 0.30 | 0.62 | 0 | 0.33 | 270.57 | 0.45 | 0.47 |
| Hex | 78 | 42 | AC | 1E | 3E | 0 | 21 | 10F | 2D | 2F |
| Octal | 170 | 102 | 254 | 36 | 76 | 0 | 41 | 417 | 55 | 57 |
| Binary | 1111000 | 1000010 | 10101100 | 11110 | 111110 | 0 | 100001 | 100001111 | 101101 | 101111 |
Color Harmonies of #7842AC
Complementary color
Monochromatic Colors of #7842AC
Black with #7842AC
Text Example
Text Example
White with #7842AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7842AC; }
p { color: rgb(120,66,172); }
H1.HeaderClassName
{
color: #7842AC;
}
.AnyTagClassName
{
color: #7842AC;
}
</style>
background-color css
<style>
a { background-color: #7842AC; }
a { background-color: rgb(120,66,172); }
div.DivClassName
{
background-color: #7842AC;
}
.BgClassName
{
background-color: #7842AC;
}
</style>
border-color css
<style>
span { border-color: #7842AC; }
span { border-color: rgb(120,66,172); }
td.TdClassName
{
border-color: #7842AC;
}
.TagClassName
{
border-color: #7842AC;
}
</style>