#765EBA

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

Shades of Blue Marguerite #765EBA

Tints of Blue Marguerite #765EBA

Color information

#765EBA (or 0x765EBA) is unknown color: approx Blue Marguerite. HEX triplet: 76, 5E and BA. RGB value is (118,94,186). Sum of RGB (Red+Green+Blue) = 118+94+186=398 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.65% from 398); Green value is 94 (37.11% from 255 or 23.62% from 398); Blue value is 186 (73.05% from 255 or 46.73% from 398); Max value from RGB is 186 - color contains mainly: blue. Hex color #765EBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #765EBA is #89A145. Grayscale: #6F6F6F. Windows color (decimal): -9019718 or 12213878. OLE color: 12213878.

HSL color Cylindrical-coordinate representation of color #765EBA: hue angle of 255.65º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #765EBA is Cyan = 0.37, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB11894186-
CMYK0.370.4900.27
HSL255.65º40%54.9%-
HSV(B)255.65º49.46%72.94%-
XYZ20.3415.448.36-
YUV111.66169.95132.52-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 29.65%
GREEN value IS 94 (37.11% from 255) = 23.62%
BLUE value IS 186 (73.05% from 255) = 46.73%
R=29.65%
G=23.62%
B=46.73%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal118941860.370.4900.27255.654054.9
Hex765EBA253101B1002837
Octal16613627245610334005067
Binary1110110101111010111010100101110001011011100000000101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765EBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,94,186); }

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

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

 a { background-color: rgb(118,94,186); }

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

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

 span { border-color: rgb(118,94,186); }

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