Shades of Studio #7556A9
Tints of Studio #7556A9
RGB
CMYK
RGB Variations
Color information
#7556A9 (or 0x7556A9) is known color: Studio. HEX triplet: 75, 56 and A9. RGB value is (117,86,169). Sum of RGB (Red+Green+Blue) = 117+86+169=372 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.45% from 372); Green value is 86 (33.98% from 255 or 23.12% from 372); Blue value is 169 (66.41% from 255 or 45.43% from 372); Max value from RGB is 169 - color contains mainly: blue. Hex color #7556A9 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7556A9 is #8AA956. Grayscale: #686868. Windows color (decimal): -9087319 or 11097717. OLE color: 11097717.
HSL color Cylindrical-coordinate representation of color #7556A9: hue angle of 262.41º degrees, saturation: 0.33, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7556A9 is Cyan = 0.31, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 117 | 86 | 169 | - |
| CMYK | 0.31 | 0.49 | 0 | 0.34 |
| HSL | 262.41º | 0.33% | 0.5% | - |
| HSV(B) | 262.41º | 0.49% | 0.66% | - |
| XYZ | 17.83 | 13.3 | 39.16 | - |
| YUV | 104.73 | 164.27 | 136.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 86 | 169 | 0.31 | 0.49 | 0 | 0.34 | 262.41 | 0.33 | 0.5 |
| Hex | 75 | 56 | A9 | 1F | 31 | 0 | 22 | 106 | 21 | 32 |
| Octal | 165 | 126 | 251 | 37 | 61 | 0 | 42 | 406 | 41 | 62 |
| Binary | 1110101 | 1010110 | 10101001 | 11111 | 110001 | 0 | 100010 | 100000110 | 100001 | 110010 |
Color Harmonies of #7556A9
Complementary color
Monochromatic Colors of #7556A9
Black with #7556A9
Text Example
Text Example
White with #7556A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7556A9; }
p { color: rgb(117,86,169); }
H1.HeaderClassName
{
color: #7556A9;
}
.AnyTagClassName
{
color: #7556A9;
}
</style>
background-color css
<style>
a { background-color: #7556A9; }
a { background-color: rgb(117,86,169); }
div.DivClassName
{
background-color: #7556A9;
}
.BgClassName
{
background-color: #7556A9;
}
</style>
border-color css
<style>
span { border-color: #7556A9; }
span { border-color: rgb(117,86,169); }
td.TdClassName
{
border-color: #7556A9;
}
.TagClassName
{
border-color: #7556A9;
}
</style>