#7666BD

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

Shades of Blue Marguerite #7666BD

Tints of Blue Marguerite #7666BD

Color information

#7666BD (or 0x7666BD) is unknown color: approx Blue Marguerite. HEX triplet: 76, 66 and BD. RGB value is (118,102,189). Sum of RGB (Red+Green+Blue) = 118+102+189=409 (54% of max value = 765). Red value is 118 (46.48% from 255 or 28.85% from 409); Green value is 102 (40.23% from 255 or 24.94% from 409); Blue value is 189 (74.22% from 255 or 46.21% from 409); Max value from RGB is 189 - color contains mainly: blue. Hex color #7666BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7666BD is #899942. Grayscale: #747474. Windows color (decimal): -9017667 or 12412534. OLE color: 12412534.

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

Color convert

RGB118102189-
CMYK0.380.4600.26
HSL251.03º39.73%57.06%-
HSV(B)251.03º46.03%74.12%-
XYZ21.4117.0350.3-
YUV116.7168.8128.93-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 28.85%
GREEN value IS 102 (40.23% from 255) = 24.94%
BLUE value IS 189 (74.22% from 255) = 46.21%
R=28.85%
G=24.94%
B=46.21%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1181021890.380.4600.26251.0339.7357.06
Hex7666BD262E01Afb2839
Octal16614627546560323735071
Binary111011011001101011110110011010111001101011111011101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7666BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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