#765EBB

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

Shades of Blue Marguerite #765EBB

Tints of Blue Marguerite #765EBB

Color information

#765EBB (or 0x765EBB) is unknown color: approx Blue Marguerite. HEX triplet: 76, 5E and BB. RGB value is (118,94,187). Sum of RGB (Red+Green+Blue) = 118+94+187=399 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.57% from 399); Green value is 94 (37.11% from 255 or 23.56% from 399); Blue value is 187 (73.44% from 255 or 46.87% from 399); Max value from RGB is 187 - color contains mainly: blue. Hex color #765EBB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #765EBB is #89A144. Grayscale: #6F6F6F. Windows color (decimal): -9019717 or 12279414. OLE color: 12279414.

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

Color convert

RGB11894187-
CMYK0.370.5000.27
HSL255.48º40.61%55.1%-
HSV(B)255.48º49.73%73.33%-
XYZ20.4415.4448.92-
YUV111.78170.45132.44-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 29.57%
GREEN value IS 94 (37.11% from 255) = 23.56%
BLUE value IS 187 (73.44% from 255) = 46.87%
R=29.57%
G=23.56%
B=46.87%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal118941870.370.5000.27255.4840.6155.1
Hex765EBB253201Bff2937
Octal16613627345620333775167
Binary111011010111101011101110010111001001101111111111101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765EBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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