Shades of Studio #7557A4
Tints of Studio #7557A4
RGB
CMYK
RGB Variations
Color information
#7557A4 (or 0x7557A4) is known color: Studio. HEX triplet: 75, 57 and A4. RGB value is (117,87,164). Sum of RGB (Red+Green+Blue) = 117+87+164=368 (48% of max value = 765). Red value is 117 (46.09% from 255 or 31.79% from 368); Green value is 87 (34.38% from 255 or 23.64% from 368); Blue value is 164 (64.45% from 255 or 44.57% from 368); Max value from RGB is 164 - color contains mainly: blue. Hex color #7557A4 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7557A4 is #8AA85B. Grayscale: #686868. Windows color (decimal): -9087068 or 10770293. OLE color: 10770293.
HSL color Cylindrical-coordinate representation of color #7557A4: hue angle of 263.38º degrees, saturation: 0.31, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7557A4 is Cyan = 0.29, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 117 | 87 | 164 | - |
| CMYK | 0.29 | 0.47 | 0 | 0.36 |
| HSL | 263.38º | 0.31% | 0.49% | - |
| HSV(B) | 263.38º | 0.47% | 0.64% | - |
| XYZ | 17.45 | 13.28 | 36.77 | - |
| YUV | 104.75 | 161.44 | 136.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 87 | 164 | 0.29 | 0.47 | 0 | 0.36 | 263.38 | 0.31 | 0.49 |
| Hex | 75 | 57 | A4 | 1D | 2F | 0 | 24 | 107 | 1F | 31 |
| Octal | 165 | 127 | 244 | 35 | 57 | 0 | 44 | 407 | 37 | 61 |
| Binary | 1110101 | 1010111 | 10100100 | 11101 | 101111 | 0 | 100100 | 100000111 | 11111 | 110001 |
Color Harmonies of #7557A4
Complementary color
Monochromatic Colors of #7557A4
Black with #7557A4
Text Example
Text Example
White with #7557A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7557A4; }
p { color: rgb(117,87,164); }
H1.HeaderClassName
{
color: #7557A4;
}
.AnyTagClassName
{
color: #7557A4;
}
</style>
background-color css
<style>
a { background-color: #7557A4; }
a { background-color: rgb(117,87,164); }
div.DivClassName
{
background-color: #7557A4;
}
.BgClassName
{
background-color: #7557A4;
}
</style>
border-color css
<style>
span { border-color: #7557A4; }
span { border-color: rgb(117,87,164); }
td.TdClassName
{
border-color: #7557A4;
}
.TagClassName
{
border-color: #7557A4;
}
</style>