#765FB6

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

Shades of Blue Marguerite #765FB6

Tints of Blue Marguerite #765FB6

Color information

#765FB6 (or 0x765FB6) is unknown color: approx Blue Marguerite. HEX triplet: 76, 5F and B6. RGB value is (118,95,182). Sum of RGB (Red+Green+Blue) = 118+95+182=395 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.87% from 395); Green value is 95 (37.5% from 255 or 24.05% from 395); Blue value is 182 (71.48% from 255 or 46.08% from 395); Max value from RGB is 182 - color contains mainly: blue. Hex color #765FB6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #765FB6 is #89A049. Grayscale: #6F6F6F. Windows color (decimal): -9019466 or 11951990. OLE color: 11951990.

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

Color convert

RGB11895182-
CMYK0.350.4800.29
HSL255.86º37.34%54.31%-
HSV(B)255.86º47.8%71.37%-
XYZ20.0115.4146.18-
YUV111.8167.62132.43-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 29.87%
GREEN value IS 95 (37.5% from 255) = 24.05%
BLUE value IS 182 (71.48% from 255) = 46.08%
R=29.87%
G=24.05%
B=46.08%

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
Decimal118951820.350.4800.29255.8637.3454.31
Hex765FB6233001D1002536
Octal16613726643600354004566
Binary1110110101111110110110100011110000011101100000000100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765FB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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