#765AAF

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

Shades of Blue Marguerite #765AAF

Tints of Blue Marguerite #765AAF

Color information

#765AAF (or 0x765AAF) is unknown color: approx Blue Marguerite. HEX triplet: 76, 5A and AF. RGB value is (118,90,175). Sum of RGB (Red+Green+Blue) = 118+90+175=383 (50% of max value = 765). Red value is 118 (46.48% from 255 or 30.81% from 383); Green value is 90 (35.55% from 255 or 23.50% from 383); Blue value is 175 (68.75% from 255 or 45.69% from 383); Max value from RGB is 175 - color contains mainly: blue. Hex color #765AAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #765AAF is #89A550. Grayscale: #6B6B6B. Windows color (decimal): -9020753 or 11491958. OLE color: 11491958.

HSL color Cylindrical-coordinate representation of color #765AAF: hue angle of 259.76º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #765AAF is Cyan = 0.33, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB11890175-
CMYK0.330.4900.31
HSL259.76º34.69%51.96%-
HSV(B)259.76º48.57%68.63%-
XYZ18.8714.2642.32-
YUV108.06165.78135.09-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 30.81%
GREEN value IS 90 (35.55% from 255) = 23.50%
BLUE value IS 175 (68.75% from 255) = 45.69%
R=30.81%
G=23.50%
B=45.69%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal118901750.330.4900.31259.7634.6951.96
Hex765AAF213101F1042334
Octal16613225741610374044364
Binary1110110101101010101111100001110001011111100000100100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765AAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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