#765AAB

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

Shades of Blue Marguerite #765AAB

Tints of Blue Marguerite #765AAB

Color information

#765AAB (or 0x765AAB) is unknown color: approx Blue Marguerite. HEX triplet: 76, 5A and AB. RGB value is (118,90,171). Sum of RGB (Red+Green+Blue) = 118+90+171=379 (50% of max value = 765). Red value is 118 (46.48% from 255 or 31.13% from 379); Green value is 90 (35.55% from 255 or 23.75% from 379); Blue value is 171 (67.19% from 255 or 45.12% from 379); Max value from RGB is 171 - color contains mainly: blue. Hex color #765AAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #765AAB is #89A554. Grayscale: #6B6B6B. Windows color (decimal): -9020757 or 11229814. OLE color: 11229814.

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

Color convert

RGB11890171-
CMYK0.310.4700.33
HSL260.74º32.53%51.18%-
HSV(B)260.74º47.37%67.06%-
XYZ18.4814.140.28-
YUV107.61163.78135.41-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 31.13%
GREEN value IS 90 (35.55% from 255) = 23.75%
BLUE value IS 171 (67.19% from 255) = 45.12%
R=31.13%
G=23.75%
B=45.12%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal118901710.310.4700.33260.7432.5351.18
Hex765AAB1F2F0211052133
Octal16613225337570414054163
Binary1110110101101010101011111111011110100001100000101100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765AAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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