#765AB2

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

Shades of Blue Marguerite #765AB2

Tints of Blue Marguerite #765AB2

Color information

#765AB2 (or 0x765AB2) is unknown color: approx Blue Marguerite. HEX triplet: 76, 5A and B2. RGB value is (118,90,178). Sum of RGB (Red+Green+Blue) = 118+90+178=386 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.57% from 386); Green value is 90 (35.55% from 255 or 23.32% from 386); Blue value is 178 (69.92% from 255 or 46.11% from 386); Max value from RGB is 178 - color contains mainly: blue. Hex color #765AB2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #765AB2 is #89A54D. Grayscale: #6C6C6C. Windows color (decimal): -9020750 or 11688566. OLE color: 11688566.

HSL color Cylindrical-coordinate representation of color #765AB2: hue angle of 259.09º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #765AB2 is Cyan = 0.34, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB11890178-
CMYK0.340.4900.30
HSL259.09º36.36%52.55%-
HSV(B)259.09º49.44%69.8%-
XYZ19.1614.3843.88-
YUV108.4167.28134.84-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 30.57%
GREEN value IS 90 (35.55% from 255) = 23.32%
BLUE value IS 178 (69.92% from 255) = 46.11%
R=30.57%
G=23.32%
B=46.11%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal118901780.340.4900.30259.0936.3652.55
Hex765AB2223101E1032435
Octal16613226242610364034465
Binary1110110101101010110010100010110001011110100000011100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765AB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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