#7768BA

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

Shades of Blue Marguerite #7768BA

Tints of Blue Marguerite #7768BA

Color information

#7768BA (or 0x7768BA) is unknown color: approx Blue Marguerite. HEX triplet: 77, 68 and BA. RGB value is (119,104,186). Sum of RGB (Red+Green+Blue) = 119+104+186=409 (54% of max value = 765). Red value is 119 (46.88% from 255 or 29.10% from 409); Green value is 104 (41.02% from 255 or 25.43% 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 #7768BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7768BA is #889745. Grayscale: #757575. Windows color (decimal): -8951622 or 12216439. OLE color: 12216439.

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

Color convert

RGB119104186-
CMYK0.360.4400.27
HSL250.98º37.27%56.86%-
HSV(B)250.98º44.09%72.94%-
XYZ21.4217.3748.68-
YUV117.83166.47128.83-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 29.10%
GREEN value IS 104 (41.02% from 255) = 25.43%
BLUE value IS 186 (73.05% from 255) = 45.48%
R=29.10%
G=25.43%
B=45.48%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1191041860.360.4400.27250.9837.2756.86
Hex7768BA242C01Bfb2539
Octal16715027244540333734571
Binary111011111010001011101010010010110001101111111011100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7768BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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