#7169bd

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

Shades of Blue Marguerite #7169BD

Tints of Blue Marguerite #7169BD

Color information

#7169BD (or 0x7169BD) is unknown color: approx Blue Marguerite. HEX triplet: 71, 69 and BD. RGB value is (113,105,189). Sum of RGB (Red+Green+Blue) = 113+105+189=407 (53% of max value = 765). Red value is 113 (44.53% from 255 or 27.76% from 407); Green value is 105 (41.41% from 255 or 25.80% from 407); Blue value is 189 (74.22% from 255 or 46.44% from 407); Max value from RGB is 189 - color contains mainly: blue. Hex color #7169BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7169BD is #8E9642. Grayscale: #747474. Windows color (decimal): -9344579 or 12413297. OLE color: 12413297.

HSL color Cylindrical-coordinate representation of color #7169BD: hue angle of 245.71º degrees, saturation: 0.39, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7169BD is Cyan = 0.40, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB113105189-
CMYK0.400.4400.26
HSL245.71º38.89%57.65%-
HSV(B)245.71º44.44%74.12%-
XYZ21.0517.2950.37-
YUV116.97168.65125.17-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 27.76%
GREEN value IS 105 (41.41% from 255) = 25.80%
BLUE value IS 189 (74.22% from 255) = 46.44%
R=27.76%
G=25.80%
B=46.44%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1131051890.400.4400.26245.7138.8957.65
Hex7169BD282C01Af6273a
Octal16115127550540323664772
Binary111000111010011011110110100010110001101011110110100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7169bd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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