#765AAE

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

Shades of Blue Marguerite #765AAE

Tints of Blue Marguerite #765AAE

Color information

#765AAE (or 0x765AAE) is unknown color: approx Blue Marguerite. HEX triplet: 76, 5A and AE. RGB value is (118,90,174). Sum of RGB (Red+Green+Blue) = 118+90+174=382 (50% of max value = 765). Red value is 118 (46.48% from 255 or 30.89% from 382); Green value is 90 (35.55% from 255 or 23.56% from 382); Blue value is 174 (68.36% from 255 or 45.55% from 382); Max value from RGB is 174 - color contains mainly: blue. Hex color #765AAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #765AAE is #89A551. Grayscale: #6B6B6B. Windows color (decimal): -9020754 or 11426422. OLE color: 11426422.

HSL color Cylindrical-coordinate representation of color #765AAE: hue angle of 260º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #765AAE is Cyan = 0.32, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB11890174-
CMYK0.320.4800.32
HSL260º34.15%51.76%-
HSV(B)260º48.28%68.24%-
XYZ18.7714.2241.8-
YUV107.95165.28135.17-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 30.89%
GREEN value IS 90 (35.55% from 255) = 23.56%
BLUE value IS 174 (68.36% from 255) = 45.55%
R=30.89%
G=23.56%
B=45.55%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal118901740.320.4800.3226034.1551.76
Hex765AAE20300201042234
Octal16613225640600404044264
Binary11101101011010101011101000001100000100000100000100100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765AAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #765AAE; }

 p { color: rgb(118,90,174); }

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

<style>
 a { background-color: #765AAE; }

 a { background-color: rgb(118,90,174); }

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

<style>
 span { border-color: #765AAE; }

 span { border-color: rgb(118,90,174); }

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