#775CBE

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

Shades of Blue Marguerite #775CBE

Tints of Blue Marguerite #775CBE

Color information

#775CBE (or 0x775CBE) is unknown color: approx Blue Marguerite. HEX triplet: 77, 5C and BE. RGB value is (119,92,190). Sum of RGB (Red+Green+Blue) = 119+92+190=401 (53% of max value = 765). Red value is 119 (46.88% from 255 or 29.68% from 401); Green value is 92 (36.33% from 255 or 22.94% from 401); Blue value is 190 (74.61% from 255 or 47.38% from 401); Max value from RGB is 190 - color contains mainly: blue. Hex color #775CBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #775CBE is #88A341. Grayscale: #6E6E6E. Windows color (decimal): -8954690 or 12475511. OLE color: 12475511.

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

Color convert

RGB11992190-
CMYK0.370.5200.25
HSL256.53º42.98%55.29%-
HSV(B)256.53º51.58%74.51%-
XYZ20.7315.2950.57-
YUV111.24172.45133.53-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 29.68%
GREEN value IS 92 (36.33% from 255) = 22.94%
BLUE value IS 190 (74.61% from 255) = 47.38%
R=29.68%
G=22.94%
B=47.38%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal119921900.370.5200.25256.5342.9855.29
Hex775CBE25340191012b37
Octal16713427645640314015367
Binary1110111101110010111110100101110100011001100000001101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775CBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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