Shades of Studio #7844AA
Tints of Studio #7844AA
RGB
CMYK
RGB Variations
Color information
#7844AA (or 0x7844AA) is known color: Studio. HEX triplet: 78, 44 and AA. RGB value is (120,68,170). Sum of RGB (Red+Green+Blue) = 120+68+170=358 (47% of max value = 765). Red value is 120 (47.27% from 255 or 33.52% from 358); Green value is 68 (26.95% from 255 or 18.99% from 358); Blue value is 170 (66.80% from 255 or 47.49% from 358); Max value from RGB is 170 - color contains mainly: blue. Hex color #7844AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7844AA is #87BB55. Grayscale: #5E5E5E. Windows color (decimal): -8895318 or 11158648. OLE color: 11158648.
HSL color Cylindrical-coordinate representation of color #7844AA: hue angle of 270.59º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7844AA is Cyan = 0.29, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 120 | 68 | 170 | - |
| CMYK | 0.29 | 0.6 | 0 | 0.33 |
| HSL | 270.59º | 0.43% | 0.47% | - |
| HSV(B) | 270.59º | 0.6% | 0.67% | - |
| XYZ | 17.07 | 11.03 | 39.26 | - |
| YUV | 95.18 | 170.23 | 145.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 68 | 170 | 0.29 | 0.6 | 0 | 0.33 | 270.59 | 0.43 | 0.47 |
| Hex | 78 | 44 | AA | 1D | 3C | 0 | 21 | 10F | 2B | 2F |
| Octal | 170 | 104 | 252 | 35 | 74 | 0 | 41 | 417 | 53 | 57 |
| Binary | 1111000 | 1000100 | 10101010 | 11101 | 111100 | 0 | 100001 | 100001111 | 101011 | 101111 |
Color Harmonies of #7844AA
Complementary color
Monochromatic Colors of #7844AA
Black with #7844AA
Text Example
Text Example
White with #7844AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7844AA; }
p { color: rgb(120,68,170); }
H1.HeaderClassName
{
color: #7844AA;
}
.AnyTagClassName
{
color: #7844AA;
}
</style>
background-color css
<style>
a { background-color: #7844AA; }
a { background-color: rgb(120,68,170); }
div.DivClassName
{
background-color: #7844AA;
}
.BgClassName
{
background-color: #7844AA;
}
</style>
border-color css
<style>
span { border-color: #7844AA; }
span { border-color: rgb(120,68,170); }
td.TdClassName
{
border-color: #7844AA;
}
.TagClassName
{
border-color: #7844AA;
}
</style>