#7662AF

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

Shades of Blue Marguerite #7662AF

Tints of Blue Marguerite #7662AF

Color information

#7662AF (or 0x7662AF) is unknown color: approx Blue Marguerite. HEX triplet: 76, 62 and AF. RGB value is (118,98,175). Sum of RGB (Red+Green+Blue) = 118+98+175=391 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.18% from 391); Green value is 98 (38.67% from 255 or 25.06% from 391); Blue value is 175 (68.75% from 255 or 44.76% from 391); Max value from RGB is 175 - color contains mainly: blue. Hex color #7662AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7662AF is #899D50. Grayscale: #707070. Windows color (decimal): -9018705 or 11494006. OLE color: 11494006.

HSL color Cylindrical-coordinate representation of color #7662AF: hue angle of 255.58º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7662AF is Cyan = 0.33, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB11898175-
CMYK0.330.4400.31
HSL255.58º32.49%53.53%-
HSV(B)255.58º44%68.63%-
XYZ19.5815.6842.55-
YUV112.76163.13131.74-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 30.18%
GREEN value IS 98 (38.67% from 255) = 25.06%
BLUE value IS 175 (68.75% from 255) = 44.76%
R=30.18%
G=25.06%
B=44.76%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal118981750.330.4400.31255.5832.4953.53
Hex7662AF212C01F1002036
Octal16614225741540374004066
Binary1110110110001010101111100001101100011111100000000100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7662AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7662AF; }

 p { color: rgb(118,98,175); }

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

<style>
 a { background-color: #7662AF; }

 a { background-color: rgb(118,98,175); }

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

<style>
 span { border-color: #7662AF; }

 span { border-color: rgb(118,98,175); }

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