#7657A1

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

Shades of Studio #7657A1

Tints of Studio #7657A1

Color information

#7657A1 (or 0x7657A1) is unknown color: approx Studio. HEX triplet: 76, 57 and A1. RGB value is (118,87,161). Sum of RGB (Red+Green+Blue) = 118+87+161=366 (48% of max value = 765). Red value is 118 (46.48% from 255 or 32.24% from 366); Green value is 87 (34.38% from 255 or 23.77% from 366); Blue value is 161 (63.28% from 255 or 43.99% from 366); Max value from RGB is 161 - color contains mainly: blue. Hex color #7657A1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7657A1 is #89A85E. Grayscale: #686868. Windows color (decimal): -9021535 or 10573686. OLE color: 10573686.

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

Color convert

RGB11887161-
CMYK0.270.4600.37
HSL265.14º29.84%48.63%-
HSV(B)265.14º45.96%63.14%-
XYZ17.3113.2435.36-
YUV104.7159.77137.48-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 32.24%
GREEN value IS 87 (34.38% from 255) = 23.77%
BLUE value IS 161 (63.28% from 255) = 43.99%
R=32.24%
G=23.77%
B=43.99%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal118871610.270.4600.37265.1429.8448.63
Hex7657A11B2E0251091e31
Octal16612724133560454113661
Binary111011010101111010000111011101110010010110000100111110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7657A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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