#7164BA

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

Shades of Blue Marguerite #7164BA

Tints of Blue Marguerite #7164BA

Color information

#7164BA (or 0x7164BA) is unknown color: approx Blue Marguerite. HEX triplet: 71, 64 and BA. RGB value is (113,100,186). Sum of RGB (Red+Green+Blue) = 113+100+186=399 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.32% from 399); Green value is 100 (39.45% from 255 or 25.06% from 399); Blue value is 186 (73.05% from 255 or 46.62% from 399); Max value from RGB is 186 - color contains mainly: blue. Hex color #7164BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7164BA is #8E9B45. Grayscale: #717171. Windows color (decimal): -9345862 or 12215409. OLE color: 12215409.

HSL color Cylindrical-coordinate representation of color #7164BA: hue angle of 249.07º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7164BA is Cyan = 0.39, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB113100186-
CMYK0.390.4600.27
HSL249.07º38.39%56.08%-
HSV(B)249.07º46.24%72.94%-
XYZ20.2316.1748.51-
YUV113.69168.81127.51-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 28.32%
GREEN value IS 100 (39.45% from 255) = 25.06%
BLUE value IS 186 (73.05% from 255) = 46.62%
R=28.32%
G=25.06%
B=46.62%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1131001860.390.4600.27249.0738.3956.08
Hex7164BA272E01Bf92638
Octal16114427247560333714670
Binary111000111001001011101010011110111001101111111001100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7164BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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