#7657BD

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

Shades of Blue Marguerite #7657BD

Tints of Blue Marguerite #7657BD

Color information

#7657BD (or 0x7657BD) is unknown color: approx Blue Marguerite. HEX triplet: 76, 57 and BD. RGB value is (118,87,189). Sum of RGB (Red+Green+Blue) = 118+87+189=394 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.95% from 394); Green value is 87 (34.38% from 255 or 22.08% from 394); Blue value is 189 (74.22% from 255 or 47.97% from 394); Max value from RGB is 189 - color contains mainly: blue. Hex color #7657BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7657BD is #89A842. Grayscale: #6B6B6B. Windows color (decimal): -9021507 or 12408694. OLE color: 12408694.

HSL color Cylindrical-coordinate representation of color #7657BD: hue angle of 258.24º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7657BD is Cyan = 0.38, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB11887189-
CMYK0.380.5400.26
HSL258.24º43.59%54.12%-
HSV(B)258.24º53.97%74.12%-
XYZ20.0614.3449.85-
YUV107.9173.77135.21-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 29.95%
GREEN value IS 87 (34.38% from 255) = 22.08%
BLUE value IS 189 (74.22% from 255) = 47.97%
R=29.95%
G=22.08%
B=47.97%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal118871890.380.5400.26258.2443.5954.12
Hex7657BD263601A1022c36
Octal16612727546660324025466
Binary1110110101011110111101100110110110011010100000010101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7657BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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