#765AB1

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

Shades of Blue Marguerite #765AB1

Tints of Blue Marguerite #765AB1

Color information

#765AB1 (or 0x765AB1) is unknown color: approx Blue Marguerite. HEX triplet: 76, 5A and B1. RGB value is (118,90,177). Sum of RGB (Red+Green+Blue) = 118+90+177=385 (50% of max value = 765). Red value is 118 (46.48% from 255 or 30.65% from 385); Green value is 90 (35.55% from 255 or 23.38% from 385); Blue value is 177 (69.53% from 255 or 45.97% from 385); Max value from RGB is 177 - color contains mainly: blue. Hex color #765AB1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #765AB1 is #89A54E. Grayscale: #6B6B6B. Windows color (decimal): -9020751 or 11623030. OLE color: 11623030.

HSL color Cylindrical-coordinate representation of color #765AB1: hue angle of 259.31º degrees, saturation: 0.36, 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 #765AB1 is Cyan = 0.33, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB11890177-
CMYK0.330.4900.31
HSL259.31º35.8%52.35%-
HSV(B)259.31º49.15%69.41%-
XYZ19.0614.3443.36-
YUV108.29166.78134.93-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 30.65%
GREEN value IS 90 (35.55% from 255) = 23.38%
BLUE value IS 177 (69.53% from 255) = 45.97%
R=30.65%
G=23.38%
B=45.97%

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
Decimal118901770.330.4900.31259.3135.852.35
Hex765AB1213101F1032434
Octal16613226141610374034464
Binary1110110101101010110001100001110001011111100000011100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765AB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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