#7166AD

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

Shades of Blue Marguerite #7166AD

Tints of Blue Marguerite #7166AD

Color information

#7166AD (or 0x7166AD) is unknown color: approx Blue Marguerite. HEX triplet: 71, 66 and AD. RGB value is (113,102,173). Sum of RGB (Red+Green+Blue) = 113+102+173=388 (51% of max value = 765). Red value is 113 (44.53% from 255 or 29.12% from 388); Green value is 102 (40.23% from 255 or 26.29% from 388); Blue value is 173 (67.97% from 255 or 44.59% from 388); Max value from RGB is 173 - color contains mainly: blue. Hex color #7166AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7166AD is #8E9952. Grayscale: #717171. Windows color (decimal): -9345363 or 11363953. OLE color: 11363953.

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

Color convert

RGB113102173-
CMYK0.350.4100.32
HSL249.3º30.21%53.92%-
HSV(B)249.3º41.04%67.84%-
XYZ19.116.0341.62-
YUV113.38161.64127.73-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 29.12%
GREEN value IS 102 (40.23% from 255) = 26.29%
BLUE value IS 173 (67.97% from 255) = 44.59%
R=29.12%
G=26.29%
B=44.59%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1131021730.350.4100.32249.330.2153.92
Hex7166AD2329020f91e36
Octal16114625543510403713666
Binary111000111001101010110110001110100101000001111100111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7166AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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