#7556AA

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

Shades of Studio #7556AA

Tints of Studio #7556AA

Color information

#7556AA (or 0x7556AA) is unknown color: approx Studio. HEX triplet: 75, 56 and AA. RGB value is (117,86,170). Sum of RGB (Red+Green+Blue) = 117+86+170=373 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.37% from 373); Green value is 86 (33.98% from 255 or 23.06% from 373); Blue value is 170 (66.80% from 255 or 45.58% from 373); Max value from RGB is 170 - color contains mainly: blue. Hex color #7556AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7556AA is #8AA955. Grayscale: #686868. Windows color (decimal): -9087318 or 11163253. OLE color: 11163253.

HSL color Cylindrical-coordinate representation of color #7556AA: hue angle of 262.14º degrees, saturation: 0.33, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7556AA is Cyan = 0.31, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB11786170-
CMYK0.310.4900.33
HSL262.14º33.07%50.2%-
HSV(B)262.14º49.41%66.67%-
XYZ17.9213.3439.66-
YUV104.84164.77136.67-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 31.37%
GREEN value IS 86 (33.98% from 255) = 23.06%
BLUE value IS 170 (66.80% from 255) = 45.58%
R=31.37%
G=23.06%
B=45.58%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal117861700.310.4900.33262.1433.0750.2
Hex7556AA1F310211062132
Octal16512625237610414064162
Binary1110101101011010101010111111100010100001100000110100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7556AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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