Shades of Studio #7F55AB
Tints of Studio #7F55AB
RGB
CMYK
RGB Variations
Color information
#7F55AB (or 0x7F55AB) is known color: Studio. HEX triplet: 7F, 55 and AB. RGB value is (127,85,171). Sum of RGB (Red+Green+Blue) = 127+85+171=383 (50% of max value = 765). Red value is 127 (50% from 255 or 33.16% from 383); Green value is 85 (33.59% from 255 or 22.19% from 383); Blue value is 171 (67.19% from 255 or 44.65% from 383); Max value from RGB is 171 - color contains mainly: blue. Hex color #7F55AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F55AB is #80AA54. Grayscale: #6B6B6B. Windows color (decimal): -8432213 or 11228543. OLE color: 11228543.
HSL color Cylindrical-coordinate representation of color #7F55AB: hue angle of 269.3º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7F55AB is Cyan = 0.26, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 127 | 85 | 171 | - |
| CMYK | 0.26 | 0.50 | 0 | 0.33 |
| HSL | 269.3º | 0.34% | 0.5% | - |
| HSV(B) | 269.3º | 0.5% | 0.67% | - |
| XYZ | 19.35 | 13.95 | 40.2 | - |
| YUV | 107.36 | 163.91 | 142.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 85 | 171 | 0.26 | 0.50 | 0 | 0.33 | 269.3 | 0.34 | 0.5 |
| Hex | 7F | 55 | AB | 1A | 32 | 0 | 21 | 10D | 22 | 32 |
| Octal | 177 | 125 | 253 | 32 | 62 | 0 | 41 | 415 | 42 | 62 |
| Binary | 1111111 | 1010101 | 10101011 | 11010 | 110010 | 0 | 100001 | 100001101 | 100010 | 110010 |
Color Harmonies of #7F55AB
Complementary color
Monochromatic Colors of #7F55AB
Black with #7F55AB
Text Example
Text Example
White with #7F55AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F55AB; }
p { color: rgb(127,85,171); }
H1.HeaderClassName
{
color: #7F55AB;
}
.AnyTagClassName
{
color: #7F55AB;
}
</style>
background-color css
<style>
a { background-color: #7F55AB; }
a { background-color: rgb(127,85,171); }
div.DivClassName
{
background-color: #7F55AB;
}
.BgClassName
{
background-color: #7F55AB;
}
</style>
border-color css
<style>
span { border-color: #7F55AB; }
span { border-color: rgb(127,85,171); }
td.TdClassName
{
border-color: #7F55AB;
}
.TagClassName
{
border-color: #7F55AB;
}
</style>