#7668BA

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

Shades of Blue Marguerite #7668BA

Tints of Blue Marguerite #7668BA

Color information

#7668BA (or 0x7668BA) is unknown color: approx Blue Marguerite. HEX triplet: 76, 68 and BA. RGB value is (118,104,186). Sum of RGB (Red+Green+Blue) = 118+104+186=408 (54% of max value = 765). Red value is 118 (46.48% from 255 or 28.92% from 408); Green value is 104 (41.02% from 255 or 25.49% from 408); Blue value is 186 (73.05% from 255 or 45.59% from 408); Max value from RGB is 186 - color contains mainly: blue. Hex color #7668BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7668BA is #899745. Grayscale: #757575. Windows color (decimal): -9017158 or 12216438. OLE color: 12216438.

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

Color convert

RGB118104186-
CMYK0.370.4400.27
HSL250.24º37.27%56.86%-
HSV(B)250.24º44.09%72.94%-
XYZ21.2817.348.67-
YUV117.53166.64128.33-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 28.92%
GREEN value IS 104 (41.02% from 255) = 25.49%
BLUE value IS 186 (73.05% from 255) = 45.59%
R=28.92%
G=25.49%
B=45.59%

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
Decimal1181041860.370.4400.27250.2437.2756.86
Hex7668BA252C01Bfa2539
Octal16615027245540333724571
Binary111011011010001011101010010110110001101111111010100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7668BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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