#775EBE

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

Shades of Blue Marguerite #775EBE

Tints of Blue Marguerite #775EBE

Color information

#775EBE (or 0x775EBE) is unknown color: approx Blue Marguerite. HEX triplet: 77, 5E and BE. RGB value is (119,94,190). Sum of RGB (Red+Green+Blue) = 119+94+190=403 (53% of max value = 765). Red value is 119 (46.88% from 255 or 29.53% from 403); Green value is 94 (37.11% from 255 or 23.33% from 403); Blue value is 190 (74.61% from 255 or 47.15% from 403); Max value from RGB is 190 - color contains mainly: blue. Hex color #775EBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #775EBE is #88A141. Grayscale: #707070. Windows color (decimal): -8954178 or 12476023. OLE color: 12476023.

HSL color Cylindrical-coordinate representation of color #775EBE: hue angle of 255.62º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #775EBE is Cyan = 0.37, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB11994190-
CMYK0.370.5100.25
HSL255.62º42.48%55.69%-
HSV(B)255.62º50.53%74.51%-
XYZ20.915.6550.63-
YUV112.42171.78132.69-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 29.53%
GREEN value IS 94 (37.11% from 255) = 23.33%
BLUE value IS 190 (74.61% from 255) = 47.15%
R=29.53%
G=23.33%
B=47.15%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal119941900.370.5100.25255.6242.4855.69
Hex775EBE25330191002a38
Octal16713627645630314005270
Binary1110111101111010111110100101110011011001100000000101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775EBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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