#765AAD

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

Shades of Blue Marguerite #765AAD

Tints of Blue Marguerite #765AAD

Color information

#765AAD (or 0x765AAD) is unknown color: approx Blue Marguerite. HEX triplet: 76, 5A and AD. RGB value is (118,90,173). Sum of RGB (Red+Green+Blue) = 118+90+173=381 (50% of max value = 765). Red value is 118 (46.48% from 255 or 30.97% from 381); Green value is 90 (35.55% from 255 or 23.62% from 381); Blue value is 173 (67.97% from 255 or 45.41% from 381); Max value from RGB is 173 - color contains mainly: blue. Hex color #765AAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #765AAD is #89A552. Grayscale: #6B6B6B. Windows color (decimal): -9020755 or 11360886. OLE color: 11360886.

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

Color convert

RGB11890173-
CMYK0.320.4800.32
HSL260.24º33.6%51.57%-
HSV(B)260.24º47.98%67.84%-
XYZ18.6714.1841.29-
YUV107.83164.78135.25-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 30.97%
GREEN value IS 90 (35.55% from 255) = 23.62%
BLUE value IS 173 (67.97% from 255) = 45.41%
R=30.97%
G=23.62%
B=45.41%

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
Decimal118901730.320.4800.32260.2433.651.57
Hex765AAD20300201042234
Octal16613225540600404044264
Binary11101101011010101011011000001100000100000100000100100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765AAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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