Shades of Studio #7456AA
Tints of Studio #7456AA
RGB
CMYK
RGB Variations
Color information
#7456AA (or 0x7456AA) is known color: Studio. HEX triplet: 74, 56 and AA. RGB value is (116,86,170). Sum of RGB (Red+Green+Blue) = 116+86+170=372 (49% of max value = 765). Red value is 116 (45.70% from 255 or 31.18% from 372); Green value is 86 (33.98% from 255 or 23.12% from 372); Blue value is 170 (66.80% from 255 or 45.70% from 372); Max value from RGB is 170 - color contains mainly: blue. Hex color #7456AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7456AA is #8BA955. Grayscale: #686868. Windows color (decimal): -9152854 or 11163252. OLE color: 11163252.
HSL color Cylindrical-coordinate representation of color #7456AA: hue angle of 261.43º degrees, saturation: 0.33, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7456AA is Cyan = 0.32, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 116 | 86 | 170 | - |
| CMYK | 0.32 | 0.49 | 0 | 0.33 |
| HSL | 261.43º | 0.33% | 0.5% | - |
| HSV(B) | 261.43º | 0.49% | 0.67% | - |
| XYZ | 17.79 | 13.27 | 39.65 | - |
| YUV | 104.55 | 164.94 | 136.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 86 | 170 | 0.32 | 0.49 | 0 | 0.33 | 261.43 | 0.33 | 0.5 |
| Hex | 74 | 56 | AA | 20 | 31 | 0 | 21 | 105 | 21 | 32 |
| Octal | 164 | 126 | 252 | 40 | 61 | 0 | 41 | 405 | 41 | 62 |
| Binary | 1110100 | 1010110 | 10101010 | 100000 | 110001 | 0 | 100001 | 100000101 | 100001 | 110010 |
Color Harmonies of #7456AA
Complementary color
Monochromatic Colors of #7456AA
Black with #7456AA
Text Example
Text Example
White with #7456AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7456AA; }
p { color: rgb(116,86,170); }
H1.HeaderClassName
{
color: #7456AA;
}
.AnyTagClassName
{
color: #7456AA;
}
</style>
background-color css
<style>
a { background-color: #7456AA; }
a { background-color: rgb(116,86,170); }
div.DivClassName
{
background-color: #7456AA;
}
.BgClassName
{
background-color: #7456AA;
}
</style>
border-color css
<style>
span { border-color: #7456AA; }
span { border-color: rgb(116,86,170); }
td.TdClassName
{
border-color: #7456AA;
}
.TagClassName
{
border-color: #7456AA;
}
</style>