#765EB4

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

Shades of Blue Marguerite #765EB4

Tints of Blue Marguerite #765EB4

Color information

#765EB4 (or 0x765EB4) is unknown color: approx Blue Marguerite. HEX triplet: 76, 5E and B4. RGB value is (118,94,180). Sum of RGB (Red+Green+Blue) = 118+94+180=392 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.10% from 392); Green value is 94 (37.11% from 255 or 23.98% from 392); Blue value is 180 (70.70% from 255 or 45.92% from 392); Max value from RGB is 180 - color contains mainly: blue. Hex color #765EB4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #765EB4 is #89A14B. Grayscale: #6E6E6E. Windows color (decimal): -9019724 or 11820662. OLE color: 11820662.

HSL color Cylindrical-coordinate representation of color #765EB4: hue angle of 256.74º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #765EB4 is Cyan = 0.34, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB11894180-
CMYK0.340.4800.29
HSL256.74º36.44%53.73%-
HSV(B)256.74º47.78%70.59%-
XYZ19.7115.1545.07-
YUV110.98166.95133.01-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 30.10%
GREEN value IS 94 (37.11% from 255) = 23.98%
BLUE value IS 180 (70.70% from 255) = 45.92%
R=30.10%
G=23.98%
B=45.92%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal118941800.340.4800.29256.7436.4453.73
Hex765EB4223001D1012436
Octal16613626442600354014466
Binary1110110101111010110100100010110000011101100000001100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765EB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,94,180); }

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

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

 a { background-color: rgb(118,94,180); }

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

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

 span { border-color: rgb(118,94,180); }

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