#775FB6

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

Shades of Blue Marguerite #775FB6

Tints of Blue Marguerite #775FB6

Color information

#775FB6 (or 0x775FB6) is unknown color: approx Blue Marguerite. HEX triplet: 77, 5F and B6. RGB value is (119,95,182). Sum of RGB (Red+Green+Blue) = 119+95+182=396 (52% of max value = 765). Red value is 119 (46.88% from 255 or 30.05% from 396); Green value is 95 (37.5% from 255 or 23.99% from 396); Blue value is 182 (71.48% from 255 or 45.96% from 396); Max value from RGB is 182 - color contains mainly: blue. Hex color #775FB6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #775FB6 is #88A049. Grayscale: #6F6F6F. Windows color (decimal): -8953930 or 11951991. OLE color: 11951991.

HSL color Cylindrical-coordinate representation of color #775FB6: hue angle of 256.55º degrees, saturation: 0.37, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #775FB6 is Cyan = 0.35, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB11995182-
CMYK0.350.4800.29
HSL256.55º37.34%54.31%-
HSV(B)256.55º47.8%71.37%-
XYZ20.1415.4846.18-
YUV112.09167.45132.93-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 30.05%
GREEN value IS 95 (37.5% from 255) = 23.99%
BLUE value IS 182 (71.48% from 255) = 45.96%
R=30.05%
G=23.99%
B=45.96%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal119951820.350.4800.29256.5537.3454.31
Hex775FB6233001D1012536
Octal16713726643600354014566
Binary1110111101111110110110100011110000011101100000001100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775FB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,95,182); }

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

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

 a { background-color: rgb(119,95,182); }

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

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

 span { border-color: rgb(119,95,182); }

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