Shades of Studio #7F56AF
Tints of Studio #7F56AF
RGB
CMYK
RGB Variations
Color information
#7F56AF (or 0x7F56AF) is known color: Studio. HEX triplet: 7F, 56 and AF. RGB value is (127,86,175). Sum of RGB (Red+Green+Blue) = 127+86+175=388 (51% of max value = 765). Red value is 127 (50% from 255 or 32.73% from 388); Green value is 86 (33.98% from 255 or 22.16% from 388); Blue value is 175 (68.75% from 255 or 45.10% from 388); Max value from RGB is 175 - color contains mainly: blue. Hex color #7F56AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F56AF is #80A950. Grayscale: #6C6C6C. Windows color (decimal): -8431953 or 11490943. OLE color: 11490943.
HSL color Cylindrical-coordinate representation of color #7F56AF: hue angle of 267.64º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7F56AF is Cyan = 0.27, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 127 | 86 | 175 | - |
| CMYK | 0.27 | 0.51 | 0 | 0.31 |
| HSL | 267.64º | 0.36% | 0.51% | - |
| HSV(B) | 267.64º | 0.51% | 0.69% | - |
| XYZ | 19.82 | 14.26 | 42.27 | - |
| YUV | 108.41 | 165.58 | 141.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 86 | 175 | 0.27 | 0.51 | 0 | 0.31 | 267.64 | 0.36 | 0.51 |
| Hex | 7F | 56 | AF | 1B | 33 | 0 | 1F | 10C | 24 | 33 |
| Octal | 177 | 126 | 257 | 33 | 63 | 0 | 37 | 414 | 44 | 63 |
| Binary | 1111111 | 1010110 | 10101111 | 11011 | 110011 | 0 | 11111 | 100001100 | 100100 | 110011 |
Color Harmonies of #7F56AF
Complementary color
Monochromatic Colors of #7F56AF
Black with #7F56AF
Text Example
Text Example
White with #7F56AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F56AF; }
p { color: rgb(127,86,175); }
H1.HeaderClassName
{
color: #7F56AF;
}
.AnyTagClassName
{
color: #7F56AF;
}
</style>
background-color css
<style>
a { background-color: #7F56AF; }
a { background-color: rgb(127,86,175); }
div.DivClassName
{
background-color: #7F56AF;
}
.BgClassName
{
background-color: #7F56AF;
}
</style>
border-color css
<style>
span { border-color: #7F56AF; }
span { border-color: rgb(127,86,175); }
td.TdClassName
{
border-color: #7F56AF;
}
.TagClassName
{
border-color: #7F56AF;
}
</style>