#775EB0

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

Shades of Blue Marguerite #775EB0

Tints of Blue Marguerite #775EB0

Color information

#775EB0 (or 0x775EB0) is unknown color: approx Blue Marguerite. HEX triplet: 77, 5E and B0. RGB value is (119,94,176). Sum of RGB (Red+Green+Blue) = 119+94+176=389 (51% of max value = 765). Red value is 119 (46.88% from 255 or 30.59% from 389); Green value is 94 (37.11% from 255 or 24.16% from 389); Blue value is 176 (69.14% from 255 or 45.24% from 389); Max value from RGB is 176 - color contains mainly: blue. Hex color #775EB0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #775EB0 is #88A14F. Grayscale: #6E6E6E. Windows color (decimal): -8954192 or 11558519. OLE color: 11558519.

HSL color Cylindrical-coordinate representation of color #775EB0: hue angle of 258.29º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #775EB0 is Cyan = 0.32, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB11994176-
CMYK0.320.4700.31
HSL258.29º34.17%52.94%-
HSV(B)258.29º46.59%69.02%-
XYZ19.4515.0642.96-
YUV110.82164.78133.83-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 30.59%
GREEN value IS 94 (37.11% from 255) = 24.16%
BLUE value IS 176 (69.14% from 255) = 45.24%
R=30.59%
G=24.16%
B=45.24%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal119941760.320.4700.31258.2934.1752.94
Hex775EB0202F01F1022235
Octal16713626040570374024265
Binary1110111101111010110000100000101111011111100000010100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775EB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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