#7169AF

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

Shades of Blue Marguerite #7169AF

Tints of Blue Marguerite #7169AF

Color information

#7169AF (or 0x7169AF) is unknown color: approx Blue Marguerite. HEX triplet: 71, 69 and AF. RGB value is (113,105,175). Sum of RGB (Red+Green+Blue) = 113+105+175=393 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.75% from 393); Green value is 105 (41.41% from 255 or 26.72% from 393); Blue value is 175 (68.75% from 255 or 44.53% from 393); Max value from RGB is 175 - color contains mainly: blue. Hex color #7169AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7169AF is #8E9650. Grayscale: #737373. Windows color (decimal): -9344593 or 11495793. OLE color: 11495793.

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

Color convert

RGB113105175-
CMYK0.350.4000.31
HSL246.86º30.43%54.9%-
HSV(B)246.86º40%68.63%-
XYZ19.616.7142.75-
YUV115.37161.65126.31-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 28.75%
GREEN value IS 105 (41.41% from 255) = 26.72%
BLUE value IS 175 (68.75% from 255) = 44.53%
R=28.75%
G=26.72%
B=44.53%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1131051750.350.4000.31246.8630.4354.9
Hex7169AF232801Ff71e37
Octal16115125743500373673667
Binary11100011101001101011111000111010000111111111011111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7169AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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