#765BAE

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

Shades of Blue Marguerite #765BAE

Tints of Blue Marguerite #765BAE

Color information

#765BAE (or 0x765BAE) is unknown color: approx Blue Marguerite. HEX triplet: 76, 5B and AE. RGB value is (118,91,174). Sum of RGB (Red+Green+Blue) = 118+91+174=383 (50% of max value = 765). Red value is 118 (46.48% from 255 or 30.81% from 383); Green value is 91 (35.94% from 255 or 23.76% from 383); Blue value is 174 (68.36% from 255 or 45.43% from 383); Max value from RGB is 174 - color contains mainly: blue. Hex color #765BAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #765BAE is #89A451. Grayscale: #6C6C6C. Windows color (decimal): -9020498 or 11426678. OLE color: 11426678.

HSL color Cylindrical-coordinate representation of color #765BAE: hue angle of 259.52º 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 #765BAE is Cyan = 0.32, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB11891174-
CMYK0.320.4800.32
HSL259.52º33.88%51.96%-
HSV(B)259.52º47.7%68.24%-
XYZ18.8514.3941.83-
YUV108.53164.95134.75-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 30.81%
GREEN value IS 91 (35.94% from 255) = 23.76%
BLUE value IS 174 (68.36% from 255) = 45.43%
R=30.81%
G=23.76%
B=45.43%

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
Decimal118911740.320.4800.32259.5233.8851.96
Hex765BAE20300201042234
Octal16613325640600404044264
Binary11101101011011101011101000001100000100000100000100100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765BAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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