#7164AD

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

Shades of Blue Marguerite #7164AD

Tints of Blue Marguerite #7164AD

Color information

#7164AD (or 0x7164AD) is unknown color: approx Blue Marguerite. HEX triplet: 71, 64 and AD. RGB value is (113,100,173). Sum of RGB (Red+Green+Blue) = 113+100+173=386 (51% of max value = 765). Red value is 113 (44.53% from 255 or 29.27% from 386); Green value is 100 (39.45% from 255 or 25.91% from 386); Blue value is 173 (67.97% from 255 or 44.82% from 386); Max value from RGB is 173 - color contains mainly: blue. Hex color #7164AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7164AD is #8E9B52. Grayscale: #6F6F6F. Windows color (decimal): -9345875 or 11363441. OLE color: 11363441.

HSL color Cylindrical-coordinate representation of color #7164AD: hue angle of 250.68º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7164AD is Cyan = 0.35, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB113100173-
CMYK0.350.4200.32
HSL250.68º30.8%53.53%-
HSV(B)250.68º42.2%67.84%-
XYZ18.9115.6441.56-
YUV112.21162.31128.56-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 29.27%
GREEN value IS 100 (39.45% from 255) = 25.91%
BLUE value IS 173 (67.97% from 255) = 44.82%
R=29.27%
G=25.91%
B=44.82%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1131001730.350.4200.32250.6830.853.53
Hex7164AD232A020fb1f36
Octal16114425543520403733766
Binary111000111001001010110110001110101001000001111101111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7164AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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