#7666BA

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

Shades of Blue Marguerite #7666BA

Tints of Blue Marguerite #7666BA

Color information

#7666BA (or 0x7666BA) is unknown color: approx Blue Marguerite. HEX triplet: 76, 66 and BA. RGB value is (118,102,186). Sum of RGB (Red+Green+Blue) = 118+102+186=406 (53% of max value = 765). Red value is 118 (46.48% from 255 or 29.06% from 406); Green value is 102 (40.23% from 255 or 25.12% from 406); Blue value is 186 (73.05% from 255 or 45.81% from 406); Max value from RGB is 186 - color contains mainly: blue. Hex color #7666BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7666BA is #899945. Grayscale: #747474. Windows color (decimal): -9017670 or 12215926. OLE color: 12215926.

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

Color convert

RGB118102186-
CMYK0.370.4500.27
HSL251.43º37.84%56.47%-
HSV(B)251.43º45.16%72.94%-
XYZ21.0916.948.6-
YUV116.36167.3129.17-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 29.06%
GREEN value IS 102 (40.23% from 255) = 25.12%
BLUE value IS 186 (73.05% from 255) = 45.81%
R=29.06%
G=25.12%
B=45.81%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1181021860.370.4500.27251.4337.8456.47
Hex7666BA252D01Bfb2638
Octal16614627245550333734670
Binary111011011001101011101010010110110101101111111011100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7666BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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