#7166AF

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

Shades of Blue Marguerite #7166AF

Tints of Blue Marguerite #7166AF

Color information

#7166AF (or 0x7166AF) is unknown color: approx Blue Marguerite. HEX triplet: 71, 66 and AF. RGB value is (113,102,175). Sum of RGB (Red+Green+Blue) = 113+102+175=390 (51% of max value = 765). Red value is 113 (44.53% from 255 or 28.97% from 390); Green value is 102 (40.23% from 255 or 26.15% from 390); Blue value is 175 (68.75% from 255 or 44.87% from 390); Max value from RGB is 175 - color contains mainly: blue. Hex color #7166AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7166AF is #8E9950. Grayscale: #717171. Windows color (decimal): -9345361 or 11495025. OLE color: 11495025.

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

Color convert

RGB113102175-
CMYK0.350.4200.31
HSL249.04º31.33%54.31%-
HSV(B)249.04º41.71%68.63%-
XYZ19.316.1142.65-
YUV113.61162.64127.56-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 28.97%
GREEN value IS 102 (40.23% from 255) = 26.15%
BLUE value IS 175 (68.75% from 255) = 44.87%
R=28.97%
G=26.15%
B=44.87%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1131021750.350.4200.31249.0431.3354.31
Hex7166AF232A01Ff91f36
Octal16114625743520373713766
Binary11100011100110101011111000111010100111111111100111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7166AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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