#775EBA

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

Shades of Blue Marguerite #775EBA

Tints of Blue Marguerite #775EBA

Color information

#775EBA (or 0x775EBA) is unknown color: approx Blue Marguerite. HEX triplet: 77, 5E and BA. RGB value is (119,94,186). Sum of RGB (Red+Green+Blue) = 119+94+186=399 (52% of max value = 765). Red value is 119 (46.88% from 255 or 29.82% from 399); Green value is 94 (37.11% from 255 or 23.56% from 399); Blue value is 186 (73.05% from 255 or 46.62% from 399); Max value from RGB is 186 - color contains mainly: blue. Hex color #775EBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #775EBA is #88A145. Grayscale: #6F6F6F. Windows color (decimal): -8954182 or 12213879. OLE color: 12213879.

HSL color Cylindrical-coordinate representation of color #775EBA: hue angle of 256.3º 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 #775EBA is Cyan = 0.36, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB11994186-
CMYK0.360.4900.27
HSL256.3º40%54.9%-
HSV(B)256.3º49.46%72.94%-
XYZ20.4715.4748.36-
YUV111.96169.78133.02-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 29.82%
GREEN value IS 94 (37.11% from 255) = 23.56%
BLUE value IS 186 (73.05% from 255) = 46.62%
R=29.82%
G=23.56%
B=46.62%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal119941860.360.4900.27256.34054.9
Hex775EBA243101B1002837
Octal16713627244610334005067
Binary1110111101111010111010100100110001011011100000000101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775EBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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