#7556A1

Color #7556A1 Studio (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Studio #7556A1

Tints of Studio #7556A1

Color information

#7556A1 (or 0x7556A1) is unknown color: approx Studio. HEX triplet: 75, 56 and A1. RGB value is (117,86,161). Sum of RGB (Red+Green+Blue) = 117+86+161=364 (48% of max value = 765). Red value is 117 (46.09% from 255 or 32.14% from 364); Green value is 86 (33.98% from 255 or 23.63% from 364); Blue value is 161 (63.28% from 255 or 44.23% from 364); Max value from RGB is 161 - color contains mainly: blue. Hex color #7556A1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7556A1 is #8AA95E. Grayscale: #676767. Windows color (decimal): -9087327 or 10573429. OLE color: 10573429.

HSL color Cylindrical-coordinate representation of color #7556A1: hue angle of 264.8º degrees, saturation: 0.3, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7556A1 is Cyan = 0.27, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB11786161-
CMYK0.270.4700.37
HSL264.8º30.36%48.43%-
HSV(B)264.8º46.58%63.14%-
XYZ17.113.0135.33-
YUV103.82160.27137.4-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 117 (46.09% from 255) = 32.14%
GREEN value IS 86 (33.98% from 255) = 23.63%
BLUE value IS 161 (63.28% from 255) = 44.23%
R=32.14%
G=23.63%
B=44.23%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal117861610.270.4700.37264.830.3648.43
Hex7556A11B2F0251091e30
Octal16512624133570454113660
Binary111010110101101010000111011101111010010110000100111110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7556A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7556A1; }

 p { color: rgb(117,86,161); }

 H1.HeaderClassName
 {
   color: #7556A1;
 }
 .AnyTagClassName
 {
   color: #7556A1;
 }
</style>
background-color css

<style>
 a { background-color: #7556A1; }

 a { background-color: rgb(117,86,161); }

 div.DivClassName
 {
   background-color: #7556A1;
 }
 .BgClassName
 {
   background-color: #7556A1;
 }
</style>
border-color css

<style>
 span { border-color: #7556A1; }

 span { border-color: rgb(117,86,161); }

 td.TdClassName
 {
   border-color: #7556A1;
 }
 .TagClassName
 {
   border-color: #7556A1;
 }
</style>