Shades of Studio #7F56AC
Tints of Studio #7F56AC
RGB
CMYK
RGB Variations
Color information
#7F56AC (or 0x7F56AC) is known color: Studio. HEX triplet: 7F, 56 and AC. RGB value is (127,86,172). Sum of RGB (Red+Green+Blue) = 127+86+172=385 (50% of max value = 765). Red value is 127 (50% from 255 or 32.99% from 385); Green value is 86 (33.98% from 255 or 22.34% from 385); Blue value is 172 (67.58% from 255 or 44.68% from 385); Max value from RGB is 172 - color contains mainly: blue. Hex color #7F56AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F56AC is #80A953. Grayscale: #6B6B6B. Windows color (decimal): -8431956 or 11294335. OLE color: 11294335.
HSL color Cylindrical-coordinate representation of color #7F56AC: hue angle of 268.6º 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 #7F56AC is Cyan = 0.26, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 127 | 86 | 172 | - |
| CMYK | 0.26 | 0.5 | 0 | 0.33 |
| HSL | 268.6º | 0.34% | 0.51% | - |
| HSV(B) | 268.6º | 0.5% | 0.67% | - |
| XYZ | 19.53 | 14.15 | 40.73 | - |
| YUV | 108.06 | 164.08 | 141.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 86 | 172 | 0.26 | 0.5 | 0 | 0.33 | 268.6 | 0.34 | 0.51 |
| Hex | 7F | 56 | AC | 1A | 32 | 0 | 21 | 10D | 22 | 33 |
| Octal | 177 | 126 | 254 | 32 | 62 | 0 | 41 | 415 | 42 | 63 |
| Binary | 1111111 | 1010110 | 10101100 | 11010 | 110010 | 0 | 100001 | 100001101 | 100010 | 110011 |
Color Harmonies of #7F56AC
Complementary color
Monochromatic Colors of #7F56AC
Black with #7F56AC
Text Example
Text Example
White with #7F56AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F56AC; }
p { color: rgb(127,86,172); }
H1.HeaderClassName
{
color: #7F56AC;
}
.AnyTagClassName
{
color: #7F56AC;
}
</style>
background-color css
<style>
a { background-color: #7F56AC; }
a { background-color: rgb(127,86,172); }
div.DivClassName
{
background-color: #7F56AC;
}
.BgClassName
{
background-color: #7F56AC;
}
</style>
border-color css
<style>
span { border-color: #7F56AC; }
span { border-color: rgb(127,86,172); }
td.TdClassName
{
border-color: #7F56AC;
}
.TagClassName
{
border-color: #7F56AC;
}
</style>