#7657A4

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

Shades of Studio #7657A4

Tints of Studio #7657A4

Color information

#7657A4 (or 0x7657A4) is unknown color: approx Studio. HEX triplet: 76, 57 and A4. RGB value is (118,87,164). Sum of RGB (Red+Green+Blue) = 118+87+164=369 (48% of max value = 765). Red value is 118 (46.48% from 255 or 31.98% from 369); Green value is 87 (34.38% from 255 or 23.58% from 369); Blue value is 164 (64.45% from 255 or 44.44% from 369); Max value from RGB is 164 - color contains mainly: blue. Hex color #7657A4 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7657A4 is #89A85B. Grayscale: #686868. Windows color (decimal): -9021532 or 10770294. OLE color: 10770294.

HSL color Cylindrical-coordinate representation of color #7657A4: hue angle of 264.16º 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 #7657A4 is Cyan = 0.28, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB11887164-
CMYK0.280.4700.36
HSL264.16º30.68%49.22%-
HSV(B)264.16º46.95%64.31%-
XYZ17.5813.3536.77-
YUV105.05161.27137.24-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 31.98%
GREEN value IS 87 (34.38% from 255) = 23.58%
BLUE value IS 164 (64.45% from 255) = 44.44%
R=31.98%
G=23.58%
B=44.44%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal118871640.280.4700.36264.1630.6849.22
Hex7657A41C2F0241081f31
Octal16612724434570444103761
Binary111011010101111010010011100101111010010010000100011111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7657A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7657A4; }

 p { color: rgb(118,87,164); }

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

<style>
 a { background-color: #7657A4; }

 a { background-color: rgb(118,87,164); }

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

<style>
 span { border-color: #7657A4; }

 span { border-color: rgb(118,87,164); }

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