#775EB3

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

Shades of Blue Marguerite #775EB3

Tints of Blue Marguerite #775EB3

Color information

#775EB3 (or 0x775EB3) is unknown color: approx Blue Marguerite. HEX triplet: 77, 5E and B3. RGB value is (119,94,179). Sum of RGB (Red+Green+Blue) = 119+94+179=392 (51% of max value = 765). Red value is 119 (46.88% from 255 or 30.36% from 392); Green value is 94 (37.11% from 255 or 23.98% from 392); Blue value is 179 (70.31% from 255 or 45.66% from 392); Max value from RGB is 179 - color contains mainly: blue. Hex color #775EB3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #775EB3 is #88A14C. Grayscale: #6E6E6E. Windows color (decimal): -8954189 or 11755127. OLE color: 11755127.

HSL color Cylindrical-coordinate representation of color #775EB3: hue angle of 257.65º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #775EB3 is Cyan = 0.34, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB11994179-
CMYK0.340.4700.30
HSL257.65º35.86%53.53%-
HSV(B)257.65º47.49%70.2%-
XYZ19.7515.1844.54-
YUV111.16166.28133.59-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 30.36%
GREEN value IS 94 (37.11% from 255) = 23.98%
BLUE value IS 179 (70.31% from 255) = 45.66%
R=30.36%
G=23.98%
B=45.66%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal119941790.340.4700.30257.6535.8653.53
Hex775EB3222F01E1022436
Octal16713626342570364024466
Binary1110111101111010110011100010101111011110100000010100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775EB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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