#7164BD

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

Shades of Blue Marguerite #7164BD

Tints of Blue Marguerite #7164BD

Color information

#7164BD (or 0x7164BD) is unknown color: approx Blue Marguerite. HEX triplet: 71, 64 and BD. RGB value is (113,100,189). Sum of RGB (Red+Green+Blue) = 113+100+189=402 (53% of max value = 765). Red value is 113 (44.53% from 255 or 28.11% from 402); Green value is 100 (39.45% from 255 or 24.88% from 402); Blue value is 189 (74.22% from 255 or 47.01% from 402); Max value from RGB is 189 - color contains mainly: blue. Hex color #7164BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7164BD is #8E9B42. Grayscale: #717171. Windows color (decimal): -9345859 or 12412017. OLE color: 12412017.

HSL color Cylindrical-coordinate representation of color #7164BD: hue angle of 248.76º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7164BD is Cyan = 0.40, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB113100189-
CMYK0.400.4700.26
HSL248.76º40.27%56.67%-
HSV(B)248.76º47.09%74.12%-
XYZ20.5516.350.21-
YUV114.03170.31127.26-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 28.11%
GREEN value IS 100 (39.45% from 255) = 24.88%
BLUE value IS 189 (74.22% from 255) = 47.01%
R=28.11%
G=24.88%
B=47.01%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1131001890.400.4700.26248.7640.2756.67
Hex7164BD282F01Af92839
Octal16114427550570323715071
Binary111000111001001011110110100010111101101011111001101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7164BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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