#7156BF

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

Shades of Blue Marguerite #7156BF

Tints of Blue Marguerite #7156BF

Color information

#7156BF (or 0x7156BF) is unknown color: approx Blue Marguerite. HEX triplet: 71, 56 and BF. RGB value is (113,86,191). Sum of RGB (Red+Green+Blue) = 113+86+191=390 (51% of max value = 765). Red value is 113 (44.53% from 255 or 28.97% from 390); Green value is 86 (33.98% from 255 or 22.05% from 390); Blue value is 191 (75% from 255 or 48.97% from 390); Max value from RGB is 191 - color contains mainly: blue. Hex color #7156BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7156BF is #8EA940. Grayscale: #696969. Windows color (decimal): -9349441 or 12539505. OLE color: 12539505.

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

Color convert

RGB11386191-
CMYK0.410.5500.25
HSL255.43º45.06%54.31%-
HSV(B)255.43º54.97%74.9%-
XYZ19.5413.9350.95-
YUV106.04175.95132.96-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 28.97%
GREEN value IS 86 (33.98% from 255) = 22.05%
BLUE value IS 191 (75% from 255) = 48.97%
R=28.97%
G=22.05%
B=48.97%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal113861910.410.5500.25255.4345.0654.31
Hex7156BF2937019ff2d36
Octal16112627751670313775566
Binary111000110101101011111110100111011101100111111111101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7156BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7156BF; }

 p { color: rgb(113,86,191); }

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

<style>
 a { background-color: #7156BF; }

 a { background-color: rgb(113,86,191); }

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

<style>
 span { border-color: #7156BF; }

 span { border-color: rgb(113,86,191); }

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