#7656A9

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

Shades of Studio #7656A9

Tints of Studio #7656A9

Color information

#7656A9 (or 0x7656A9) is unknown color: approx Studio. HEX triplet: 76, 56 and A9. RGB value is (118,86,169). Sum of RGB (Red+Green+Blue) = 118+86+169=373 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.64% from 373); Green value is 86 (33.98% from 255 or 23.06% from 373); Blue value is 169 (66.41% from 255 or 45.31% from 373); Max value from RGB is 169 - color contains mainly: blue. Hex color #7656A9 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7656A9 is #89A956. Grayscale: #686868. Windows color (decimal): -9021783 or 11097718. OLE color: 11097718.

HSL color Cylindrical-coordinate representation of color #7656A9: hue angle of 263.13º 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 #7656A9 is Cyan = 0.30, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB11886169-
CMYK0.300.4900.34
HSL263.13º32.55%50%-
HSV(B)263.13º49.11%66.27%-
XYZ17.9613.3739.17-
YUV105.03164.1137.25-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 31.64%
GREEN value IS 86 (33.98% from 255) = 23.06%
BLUE value IS 169 (66.41% from 255) = 45.31%
R=31.64%
G=23.06%
B=45.31%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal118861690.300.4900.34263.1332.5550
Hex7656A91E310221072132
Octal16612625136610424074162
Binary1110110101011010101001111101100010100010100000111100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7656A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7656A9; }

 p { color: rgb(118,86,169); }

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

<style>
 a { background-color: #7656A9; }

 a { background-color: rgb(118,86,169); }

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

<style>
 span { border-color: #7656A9; }

 span { border-color: rgb(118,86,169); }

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