#765FAE

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

Shades of Blue Marguerite #765FAE

Tints of Blue Marguerite #765FAE

Color information

#765FAE (or 0x765FAE) is unknown color: approx Blue Marguerite. HEX triplet: 76, 5F and AE. RGB value is (118,95,174). Sum of RGB (Red+Green+Blue) = 118+95+174=387 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.49% from 387); Green value is 95 (37.5% from 255 or 24.55% from 387); Blue value is 174 (68.36% from 255 or 44.96% from 387); Max value from RGB is 174 - color contains mainly: blue. Hex color #765FAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #765FAE is #89A051. Grayscale: #6E6E6E. Windows color (decimal): -9019474 or 11427702. OLE color: 11427702.

HSL color Cylindrical-coordinate representation of color #765FAE: hue angle of 257.47º degrees, saturation: 0.33, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #765FAE is Cyan = 0.32, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB11895174-
CMYK0.320.4500.32
HSL257.47º32.78%52.75%-
HSV(B)257.47º45.4%68.24%-
XYZ19.215.0941.95-
YUV110.88163.62133.08-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 30.49%
GREEN value IS 95 (37.5% from 255) = 24.55%
BLUE value IS 174 (68.36% from 255) = 44.96%
R=30.49%
G=24.55%
B=44.96%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal118951740.320.4500.32257.4732.7852.75
Hex765FAE202D0201012135
Octal16613725640550404014165
Binary11101101011111101011101000001011010100000100000001100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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