#7169BE

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

Shades of Blue Marguerite #7169BE

Tints of Blue Marguerite #7169BE

Color information

#7169BE (or 0x7169BE) is unknown color: approx Blue Marguerite. HEX triplet: 71, 69 and BE. RGB value is (113,105,190). Sum of RGB (Red+Green+Blue) = 113+105+190=408 (54% of max value = 765). Red value is 113 (44.53% from 255 or 27.70% from 408); Green value is 105 (41.41% from 255 or 25.74% from 408); Blue value is 190 (74.61% from 255 or 46.57% from 408); Max value from RGB is 190 - color contains mainly: blue. Hex color #7169BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7169BE is #8E9641. Grayscale: #747474. Windows color (decimal): -9344578 or 12478833. OLE color: 12478833.

HSL color Cylindrical-coordinate representation of color #7169BE: hue angle of 245.65º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7169BE is Cyan = 0.41, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB113105190-
CMYK0.410.4500.25
HSL245.65º39.53%57.84%-
HSV(B)245.65º44.74%74.51%-
XYZ21.1617.3350.95-
YUV117.08169.15125.09-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 27.70%
GREEN value IS 105 (41.41% from 255) = 25.74%
BLUE value IS 190 (74.61% from 255) = 46.57%
R=27.70%
G=25.74%
B=46.57%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1131051900.410.4500.25245.6539.5357.84
Hex7169BE292D019f6283a
Octal16115127651550313665072
Binary111000111010011011111010100110110101100111110110101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7169BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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