Shades of Studio #7456AC
Tints of Studio #7456AC
RGB
CMYK
RGB Variations
Color information
#7456AC (or 0x7456AC) is known color: Studio. HEX triplet: 74, 56 and AC. RGB value is (116,86,172). Sum of RGB (Red+Green+Blue) = 116+86+172=374 (49% of max value = 765). Red value is 116 (45.70% from 255 or 31.02% from 374); Green value is 86 (33.98% from 255 or 22.99% 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 #7456AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7456AC is #8BA953. Grayscale: #686868. Windows color (decimal): -9152852 or 11294324. OLE color: 11294324.
HSL color Cylindrical-coordinate representation of color #7456AC: hue angle of 260.93º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7456AC is Cyan = 0.33, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 116 | 86 | 172 | - |
| CMYK | 0.33 | 0.5 | 0 | 0.33 |
| HSL | 260.93º | 0.34% | 0.51% | - |
| HSV(B) | 260.93º | 0.5% | 0.67% | - |
| XYZ | 17.98 | 13.35 | 40.66 | - |
| YUV | 104.77 | 165.94 | 136.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 86 | 172 | 0.33 | 0.5 | 0 | 0.33 | 260.93 | 0.34 | 0.51 |
| Hex | 74 | 56 | AC | 21 | 32 | 0 | 21 | 105 | 22 | 33 |
| Octal | 164 | 126 | 254 | 41 | 62 | 0 | 41 | 405 | 42 | 63 |
| Binary | 1110100 | 1010110 | 10101100 | 100001 | 110010 | 0 | 100001 | 100000101 | 100010 | 110011 |
Color Harmonies of #7456AC
Complementary color
Monochromatic Colors of #7456AC
Black with #7456AC
Text Example
Text Example
White with #7456AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7456AC; }
p { color: rgb(116,86,172); }
H1.HeaderClassName
{
color: #7456AC;
}
.AnyTagClassName
{
color: #7456AC;
}
</style>
background-color css
<style>
a { background-color: #7456AC; }
a { background-color: rgb(116,86,172); }
div.DivClassName
{
background-color: #7456AC;
}
.BgClassName
{
background-color: #7456AC;
}
</style>
border-color css
<style>
span { border-color: #7456AC; }
span { border-color: rgb(116,86,172); }
td.TdClassName
{
border-color: #7456AC;
}
.TagClassName
{
border-color: #7456AC;
}
</style>