#7669BD

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

Shades of Blue Marguerite #7669BD

Tints of Blue Marguerite #7669BD

Color information

#7669BD (or 0x7669BD) is unknown color: approx Blue Marguerite. HEX triplet: 76, 69 and BD. RGB value is (118,105,189). Sum of RGB (Red+Green+Blue) = 118+105+189=412 (54% of max value = 765). Red value is 118 (46.48% from 255 or 28.64% from 412); Green value is 105 (41.41% from 255 or 25.49% from 412); Blue value is 189 (74.22% from 255 or 45.87% from 412); Max value from RGB is 189 - color contains mainly: blue. Hex color #7669BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7669BD is #899642. Grayscale: #767676. Windows color (decimal): -9016899 or 12413302. OLE color: 12413302.

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

Color convert

RGB118105189-
CMYK0.380.4400.26
HSL249.29º38.89%57.65%-
HSV(B)249.29º44.44%74.12%-
XYZ21.7117.6350.4-
YUV118.46167.81127.67-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 28.64%
GREEN value IS 105 (41.41% from 255) = 25.49%
BLUE value IS 189 (74.22% from 255) = 45.87%
R=28.64%
G=25.49%
B=45.87%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1181051890.380.4400.26249.2938.8957.65
Hex7669BD262C01Af9273a
Octal16615127546540323714772
Binary111011011010011011110110011010110001101011111001100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7669BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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