#775EC0

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

Shades of Blue Marguerite #775EC0

Tints of Blue Marguerite #775EC0

Color information

#775EC0 (or 0x775EC0) is unknown color: approx Blue Marguerite. HEX triplet: 77, 5E and C0. RGB value is (119,94,192). Sum of RGB (Red+Green+Blue) = 119+94+192=405 (53% of max value = 765). Red value is 119 (46.88% from 255 or 29.38% from 405); Green value is 94 (37.11% from 255 or 23.21% from 405); Blue value is 192 (75.39% from 255 or 47.41% from 405); Max value from RGB is 192 - color contains mainly: blue. Hex color #775EC0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #775EC0 is #88A13F. Grayscale: #707070. Windows color (decimal): -8954176 or 12607095. OLE color: 12607095.

HSL color Cylindrical-coordinate representation of color #775EC0: hue angle of 255.31º degrees, saturation: 0.44, 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 #775EC0 is Cyan = 0.38, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB11994192-
CMYK0.380.5100.25
HSL255.31º43.75%56.08%-
HSV(B)255.31º51.04%75.29%-
XYZ21.1215.7351.79-
YUV112.65172.78132.53-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 29.38%
GREEN value IS 94 (37.11% from 255) = 23.21%
BLUE value IS 192 (75.39% from 255) = 47.41%
R=29.38%
G=23.21%
B=47.41%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal119941920.380.5100.25255.3143.7556.08
Hex775EC02633019ff2c38
Octal16713630046630313775470
Binary111011110111101100000010011011001101100111111111101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775EC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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