#7156AB

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

Shades of Blue Marguerite #7156AB

Tints of Blue Marguerite #7156AB

Color information

#7156AB (or 0x7156AB) is unknown color: approx Blue Marguerite. HEX triplet: 71, 56 and AB. RGB value is (113,86,171). Sum of RGB (Red+Green+Blue) = 113+86+171=370 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.54% from 370); Green value is 86 (33.98% from 255 or 23.24% from 370); Blue value is 171 (67.19% from 255 or 46.22% from 370); Max value from RGB is 171 - color contains mainly: blue. Hex color #7156AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7156AB is #8EA954. Grayscale: #676767. Windows color (decimal): -9349461 or 11228785. OLE color: 11228785.

HSL color Cylindrical-coordinate representation of color #7156AB: hue angle of 259.06º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7156AB is Cyan = 0.34, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB11386171-
CMYK0.340.5000.33
HSL259.06º33.6%50.39%-
HSV(B)259.06º49.71%67.06%-
XYZ17.4913.1140.14-
YUV103.76165.95134.59-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 30.54%
GREEN value IS 86 (33.98% from 255) = 23.24%
BLUE value IS 171 (67.19% from 255) = 46.22%
R=30.54%
G=23.24%
B=46.22%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal113861710.340.5000.33259.0633.650.39
Hex7156AB22320211032232
Octal16112625342620414034262
Binary11100011010110101010111000101100100100001100000011100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7156AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7156AB; }

 p { color: rgb(113,86,171); }

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

<style>
 a { background-color: #7156AB; }

 a { background-color: rgb(113,86,171); }

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

<style>
 span { border-color: #7156AB; }

 span { border-color: rgb(113,86,171); }

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