#7166B5

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

Shades of Blue Marguerite #7166B5

Tints of Blue Marguerite #7166B5

Color information

#7166B5 (or 0x7166B5) is unknown color: approx Blue Marguerite. HEX triplet: 71, 66 and B5. RGB value is (113,102,181). Sum of RGB (Red+Green+Blue) = 113+102+181=396 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.54% from 396); Green value is 102 (40.23% from 255 or 25.76% from 396); Blue value is 181 (71.09% from 255 or 45.71% from 396); Max value from RGB is 181 - color contains mainly: blue. Hex color #7166B5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7166B5 is #8E994A. Grayscale: #717171. Windows color (decimal): -9345355 or 11888241. OLE color: 11888241.

HSL color Cylindrical-coordinate representation of color #7166B5: hue angle of 248.35º degrees, saturation: 0.35, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7166B5 is Cyan = 0.38, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB113102181-
CMYK0.380.4400.29
HSL248.35º34.8%55.49%-
HSV(B)248.35º43.65%70.98%-
XYZ19.916.3545.82-
YUV114.3165.64127.08-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 28.54%
GREEN value IS 102 (40.23% from 255) = 25.76%
BLUE value IS 181 (71.09% from 255) = 45.71%
R=28.54%
G=25.76%
B=45.71%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1131021810.380.4400.29248.3534.855.49
Hex7166B5262C01Df82337
Octal16114626546540353704367
Binary111000111001101011010110011010110001110111111000100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7166B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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