#7657BA

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

Shades of Blue Marguerite #7657BA

Tints of Blue Marguerite #7657BA

Color information

#7657BA (or 0x7657BA) is unknown color: approx Blue Marguerite. HEX triplet: 76, 57 and BA. RGB value is (118,87,186). Sum of RGB (Red+Green+Blue) = 118+87+186=391 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.18% from 391); Green value is 87 (34.38% from 255 or 22.25% from 391); Blue value is 186 (73.05% from 255 or 47.57% from 391); Max value from RGB is 186 - color contains mainly: blue. Hex color #7657BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7657BA is #89A845. Grayscale: #6B6B6B. Windows color (decimal): -9021510 or 12212086. OLE color: 12212086.

HSL color Cylindrical-coordinate representation of color #7657BA: hue angle of 258.79º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7657BA is Cyan = 0.37, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB11887186-
CMYK0.370.5300.27
HSL258.79º41.77%53.53%-
HSV(B)258.79º53.23%72.94%-
XYZ19.7414.2148.16-
YUV107.56172.27135.45-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 30.18%
GREEN value IS 87 (34.38% from 255) = 22.25%
BLUE value IS 186 (73.05% from 255) = 47.57%
R=30.18%
G=22.25%
B=47.57%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal118871860.370.5300.27258.7941.7753.53
Hex7657BA253501B1032a36
Octal16612727245650334035266
Binary1110110101011110111010100101110101011011100000011101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7657BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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