#7557B6

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

Shades of Blue Marguerite #7557B6

Tints of Blue Marguerite #7557B6

Color information

#7557B6 (or 0x7557B6) is unknown color: approx Blue Marguerite. HEX triplet: 75, 57 and B6. RGB value is (117,87,182). Sum of RGB (Red+Green+Blue) = 117+87+182=386 (51% of max value = 765). Red value is 117 (46.09% from 255 or 30.31% from 386); Green value is 87 (34.38% from 255 or 22.54% from 386); Blue value is 182 (71.48% from 255 or 47.15% from 386); Max value from RGB is 182 - color contains mainly: blue. Hex color #7557B6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7557B6 is #8AA849. Grayscale: #6A6A6A. Windows color (decimal): -9087050 or 11949941. OLE color: 11949941.

HSL color Cylindrical-coordinate representation of color #7557B6: hue angle of 258.95º degrees, saturation: 0.39, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7557B6 is Cyan = 0.36, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB11787182-
CMYK0.360.5200.29
HSL258.95º39.42%52.75%-
HSV(B)258.95º52.2%71.37%-
XYZ19.1913.9845.94-
YUV106.8170.44135.28-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 30.31%
GREEN value IS 87 (34.38% from 255) = 22.54%
BLUE value IS 182 (71.48% from 255) = 47.15%
R=30.31%
G=22.54%
B=47.15%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal117871820.360.5200.29258.9539.4252.75
Hex7557B6243401D1032735
Octal16512726644640354034765
Binary1110101101011110110110100100110100011101100000011100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7557B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7557B6; }

 p { color: rgb(117,87,182); }

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

<style>
 a { background-color: #7557B6; }

 a { background-color: rgb(117,87,182); }

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

<style>
 span { border-color: #7557B6; }

 span { border-color: rgb(117,87,182); }

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