#765FB5

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

Shades of Blue Marguerite #765FB5

Tints of Blue Marguerite #765FB5

Color information

#765FB5 (or 0x765FB5) is unknown color: approx Blue Marguerite. HEX triplet: 76, 5F and B5. RGB value is (118,95,181). Sum of RGB (Red+Green+Blue) = 118+95+181=394 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.95% from 394); Green value is 95 (37.5% from 255 or 24.11% from 394); Blue value is 181 (71.09% from 255 or 45.94% from 394); Max value from RGB is 181 - color contains mainly: blue. Hex color #765FB5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #765FB5 is #89A04A. Grayscale: #6F6F6F. Windows color (decimal): -9019467 or 11886454. OLE color: 11886454.

HSL color Cylindrical-coordinate representation of color #765FB5: hue angle of 256.05º degrees, saturation: 0.37, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #765FB5 is Cyan = 0.35, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB11895181-
CMYK0.350.4800.29
HSL256.05º36.75%54.12%-
HSV(B)256.05º47.51%70.98%-
XYZ19.915.3745.63-
YUV111.68167.12132.51-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 29.95%
GREEN value IS 95 (37.5% from 255) = 24.11%
BLUE value IS 181 (71.09% from 255) = 45.94%
R=29.95%
G=24.11%
B=45.94%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal118951810.350.4800.29256.0536.7554.12
Hex765FB5233001D1002536
Octal16613726543600354004566
Binary1110110101111110110101100011110000011101100000000100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765FB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,95,181); }

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

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

 a { background-color: rgb(118,95,181); }

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

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

 span { border-color: rgb(118,95,181); }

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