#7660B5

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

Shades of Blue Marguerite #7660B5

Tints of Blue Marguerite #7660B5

Color information

#7660B5 (or 0x7660B5) is unknown color: approx Blue Marguerite. HEX triplet: 76, 60 and B5. RGB value is (118,96,181). Sum of RGB (Red+Green+Blue) = 118+96+181=395 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.87% from 395); Green value is 96 (37.89% from 255 or 24.30% from 395); Blue value is 181 (71.09% from 255 or 45.82% from 395); Max value from RGB is 181 - color contains mainly: blue. Hex color #7660B5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7660B5 is #899F4A. Grayscale: #6F6F6F. Windows color (decimal): -9019211 or 11886710. OLE color: 11886710.

HSL color Cylindrical-coordinate representation of color #7660B5: hue angle of 255.53º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7660B5 is Cyan = 0.35, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB11896181-
CMYK0.350.4700.29
HSL255.53º36.48%54.31%-
HSV(B)255.53º46.96%70.98%-
XYZ19.9915.5545.66-
YUV112.27166.79132.09-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 29.87%
GREEN value IS 96 (37.89% from 255) = 24.30%
BLUE value IS 181 (71.09% from 255) = 45.82%
R=29.87%
G=24.30%
B=45.82%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal118961810.350.4700.29255.5336.4854.31
Hex7660B5232F01D1002436
Octal16614026543570354004466
Binary1110110110000010110101100011101111011101100000000100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7660B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7660B5; }

 p { color: rgb(118,96,181); }

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

<style>
 a { background-color: #7660B5; }

 a { background-color: rgb(118,96,181); }

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

<style>
 span { border-color: #7660B5; }

 span { border-color: rgb(118,96,181); }

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