#7166B0

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

Shades of Blue Marguerite #7166B0

Tints of Blue Marguerite #7166B0

Color information

#7166B0 (or 0x7166B0) is unknown color: approx Blue Marguerite. HEX triplet: 71, 66 and B0. RGB value is (113,102,176). Sum of RGB (Red+Green+Blue) = 113+102+176=391 (51% of max value = 765). Red value is 113 (44.53% from 255 or 28.90% from 391); Green value is 102 (40.23% from 255 or 26.09% from 391); Blue value is 176 (69.14% from 255 or 45.01% from 391); Max value from RGB is 176 - color contains mainly: blue. Hex color #7166B0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7166B0 is #8E994F. Grayscale: #717171. Windows color (decimal): -9345360 or 11560561. OLE color: 11560561.

HSL color Cylindrical-coordinate representation of color #7166B0: hue angle of 248.92º degrees, saturation: 0.32, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7166B0 is Cyan = 0.36, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB113102176-
CMYK0.360.4200.31
HSL248.92º31.9%54.51%-
HSV(B)248.92º42.05%69.02%-
XYZ19.416.1543.17-
YUV113.72163.14127.48-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 28.90%
GREEN value IS 102 (40.23% from 255) = 26.09%
BLUE value IS 176 (69.14% from 255) = 45.01%
R=28.90%
G=26.09%
B=45.01%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1131021760.360.4200.31248.9231.954.51
Hex7166B0242A01Ff92037
Octal16114626044520373714067
Binary111000111001101011000010010010101001111111111001100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7166B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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