#7556BC

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

Shades of Blue Marguerite #7556BC

Tints of Blue Marguerite #7556BC

Color information

#7556BC (or 0x7556BC) is unknown color: approx Blue Marguerite. HEX triplet: 75, 56 and BC. RGB value is (117,86,188). Sum of RGB (Red+Green+Blue) = 117+86+188=391 (51% of max value = 765). Red value is 117 (46.09% from 255 or 29.92% from 391); Green value is 86 (33.98% from 255 or 21.99% from 391); Blue value is 188 (73.83% from 255 or 48.08% from 391); Max value from RGB is 188 - color contains mainly: blue. Hex color #7556BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7556BC is #8AA943. Grayscale: #6A6A6A. Windows color (decimal): -9087300 or 12342901. OLE color: 12342901.

HSL color Cylindrical-coordinate representation of color #7556BC: hue angle of 258.24º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7556BC is Cyan = 0.38, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB11786188-
CMYK0.380.5400.26
HSL258.24º43.22%53.73%-
HSV(B)258.24º54.26%73.73%-
XYZ19.7414.0749.25-
YUV106.9173.77135.21-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 29.92%
GREEN value IS 86 (33.98% from 255) = 21.99%
BLUE value IS 188 (73.83% from 255) = 48.08%
R=29.92%
G=21.99%
B=48.08%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal117861880.380.5400.26258.2443.2253.73
Hex7556BC263601A1022b36
Octal16512627446660324025366
Binary1110101101011010111100100110110110011010100000010101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7556BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7556BC; }

 p { color: rgb(117,86,188); }

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

<style>
 a { background-color: #7556BC; }

 a { background-color: rgb(117,86,188); }

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

<style>
 span { border-color: #7556BC; }

 span { border-color: rgb(117,86,188); }

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