#7657BB

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

Shades of Blue Marguerite #7657BB

Tints of Blue Marguerite #7657BB

Color information

#7657BB (or 0x7657BB) is unknown color: approx Blue Marguerite. HEX triplet: 76, 57 and BB. RGB value is (118,87,187). Sum of RGB (Red+Green+Blue) = 118+87+187=392 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.10% from 392); Green value is 87 (34.38% from 255 or 22.19% from 392); Blue value is 187 (73.44% from 255 or 47.70% from 392); Max value from RGB is 187 - color contains mainly: blue. Hex color #7657BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7657BB is #89A844. Grayscale: #6B6B6B. Windows color (decimal): -9021509 or 12277622. OLE color: 12277622.

HSL color Cylindrical-coordinate representation of color #7657BB: hue angle of 258.6º 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 #7657BB is Cyan = 0.37, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB11887187-
CMYK0.370.5300.27
HSL258.6º42.37%53.73%-
HSV(B)258.6º53.48%73.33%-
XYZ19.8514.2648.72-
YUV107.67172.77135.37-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 30.10%
GREEN value IS 87 (34.38% from 255) = 22.19%
BLUE value IS 187 (73.44% from 255) = 47.70%
R=30.10%
G=22.19%
B=47.70%

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
Decimal118871870.370.5300.27258.642.3753.73
Hex7657BB253501B1032a36
Octal16612727345650334035266
Binary1110110101011110111011100101110101011011100000011101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7657BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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