#7669BA

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

Shades of Blue Marguerite #7669BA

Tints of Blue Marguerite #7669BA

Color information

#7669BA (or 0x7669BA) is unknown color: approx Blue Marguerite. HEX triplet: 76, 69 and BA. RGB value is (118,105,186). Sum of RGB (Red+Green+Blue) = 118+105+186=409 (54% of max value = 765). Red value is 118 (46.48% from 255 or 28.85% from 409); Green value is 105 (41.41% from 255 or 25.67% from 409); Blue value is 186 (73.05% from 255 or 45.48% from 409); Max value from RGB is 186 - color contains mainly: blue. Hex color #7669BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7669BA is #899645. Grayscale: #757575. Windows color (decimal): -9016902 or 12216694. OLE color: 12216694.

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

Color convert

RGB118105186-
CMYK0.370.4400.27
HSL249.63º36.99%57.06%-
HSV(B)249.63º43.55%72.94%-
XYZ21.3917.548.71-
YUV118.12166.31127.91-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 28.85%
GREEN value IS 105 (41.41% from 255) = 25.67%
BLUE value IS 186 (73.05% from 255) = 45.48%
R=28.85%
G=25.67%
B=45.48%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1181051860.370.4400.27249.6336.9957.06
Hex7669BA252C01Bfa2539
Octal16615127245540333724571
Binary111011011010011011101010010110110001101111111010100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7669BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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