#765DAF

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

Shades of Blue Marguerite #765DAF

Tints of Blue Marguerite #765DAF

Color information

#765DAF (or 0x765DAF) is unknown color: approx Blue Marguerite. HEX triplet: 76, 5D and AF. RGB value is (118,93,175). Sum of RGB (Red+Green+Blue) = 118+93+175=386 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.57% from 386); Green value is 93 (36.72% from 255 or 24.09% from 386); Blue value is 175 (68.75% from 255 or 45.34% from 386); Max value from RGB is 175 - color contains mainly: blue. Hex color #765DAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #765DAF is #89A250. Grayscale: #6D6D6D. Windows color (decimal): -9019985 or 11492726. OLE color: 11492726.

HSL color Cylindrical-coordinate representation of color #765DAF: hue angle of 258.29º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #765DAF is Cyan = 0.33, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB11893175-
CMYK0.330.4700.31
HSL258.29º33.88%52.55%-
HSV(B)258.29º46.86%68.63%-
XYZ19.1214.7842.4-
YUV109.82164.78133.83-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 30.57%
GREEN value IS 93 (36.72% from 255) = 24.09%
BLUE value IS 175 (68.75% from 255) = 45.34%
R=30.57%
G=24.09%
B=45.34%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal118931750.330.4700.31258.2933.8852.55
Hex765DAF212F01F1022235
Octal16613525741570374024265
Binary1110110101110110101111100001101111011111100000010100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765DAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,93,175); }

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

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

 a { background-color: rgb(118,93,175); }

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

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

 span { border-color: rgb(118,93,175); }

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