#7164B2

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

Shades of Blue Marguerite #7164B2

Tints of Blue Marguerite #7164B2

Color information

#7164B2 (or 0x7164B2) is unknown color: approx Blue Marguerite. HEX triplet: 71, 64 and B2. RGB value is (113,100,178). Sum of RGB (Red+Green+Blue) = 113+100+178=391 (51% of max value = 765). Red value is 113 (44.53% from 255 or 28.90% from 391); Green value is 100 (39.45% from 255 or 25.58% from 391); Blue value is 178 (69.92% from 255 or 45.52% from 391); Max value from RGB is 178 - color contains mainly: blue. Hex color #7164B2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7164B2 is #8E9B4D. Grayscale: #707070. Windows color (decimal): -9345870 or 11691121. OLE color: 11691121.

HSL color Cylindrical-coordinate representation of color #7164B2: hue angle of 250º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7164B2 is Cyan = 0.37, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB113100178-
CMYK0.370.4400.30
HSL250º33.62%54.51%-
HSV(B)250º43.82%69.8%-
XYZ19.415.8444.15-
YUV112.78164.81128.16-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 28.90%
GREEN value IS 100 (39.45% from 255) = 25.58%
BLUE value IS 178 (69.92% from 255) = 45.52%
R=28.90%
G=25.58%
B=45.52%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1131001780.370.4400.3025033.6254.51
Hex7164B2252C01Efa2237
Octal16114426245540363724267
Binary111000111001001011001010010110110001111011111010100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7164B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7164B2; }

 p { color: rgb(113,100,178); }

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

<style>
 a { background-color: #7164B2; }

 a { background-color: rgb(113,100,178); }

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

<style>
 span { border-color: #7164B2; }

 span { border-color: rgb(113,100,178); }

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