#765AAC

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

Shades of Blue Marguerite #765AAC

Tints of Blue Marguerite #765AAC

Color information

#765AAC (or 0x765AAC) is unknown color: approx Blue Marguerite. HEX triplet: 76, 5A and AC. RGB value is (118,90,172). Sum of RGB (Red+Green+Blue) = 118+90+172=380 (50% of max value = 765). Red value is 118 (46.48% from 255 or 31.05% from 380); Green value is 90 (35.55% from 255 or 23.68% from 380); Blue value is 172 (67.58% from 255 or 45.26% from 380); Max value from RGB is 172 - color contains mainly: blue. Hex color #765AAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #765AAC is #89A553. Grayscale: #6B6B6B. Windows color (decimal): -9020756 or 11295350. OLE color: 11295350.

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

Color convert

RGB11890172-
CMYK0.310.4800.33
HSL260.49º33.06%51.37%-
HSV(B)260.49º47.67%67.45%-
XYZ18.5714.1440.78-
YUV107.72164.28135.33-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 31.05%
GREEN value IS 90 (35.55% from 255) = 23.68%
BLUE value IS 172 (67.58% from 255) = 45.26%
R=31.05%
G=23.68%
B=45.26%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal118901720.310.4800.33260.4933.0651.37
Hex765AAC1F300211042133
Octal16613225437600414044163
Binary1110110101101010101100111111100000100001100000100100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765AAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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