#765DAD

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

Shades of Blue Marguerite #765DAD

Tints of Blue Marguerite #765DAD

Color information

#765DAD (or 0x765DAD) is unknown color: approx Blue Marguerite. HEX triplet: 76, 5D and AD. RGB value is (118,93,173). Sum of RGB (Red+Green+Blue) = 118+93+173=384 (50% of max value = 765). Red value is 118 (46.48% from 255 or 30.73% from 384); Green value is 93 (36.72% from 255 or 24.22% from 384); Blue value is 173 (67.97% from 255 or 45.05% from 384); Max value from RGB is 173 - color contains mainly: blue. Hex color #765DAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #765DAD is #89A252. Grayscale: #6D6D6D. Windows color (decimal): -9019987 or 11361654. OLE color: 11361654.

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

Color convert

RGB11893173-
CMYK0.320.4600.32
HSL258.75º32.79%52.16%-
HSV(B)258.75º46.24%67.84%-
XYZ18.9314.741.37-
YUV109.6163.78134-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 30.73%
GREEN value IS 93 (36.72% from 255) = 24.22%
BLUE value IS 173 (67.97% from 255) = 45.05%
R=30.73%
G=24.22%
B=45.05%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal118931730.320.4600.32258.7532.7952.16
Hex765DAD202E0201032134
Octal16613525540560404034164
Binary11101101011101101011011000001011100100000100000011100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765DAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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