#7160BF

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

Shades of Blue Marguerite #7160BF

Tints of Blue Marguerite #7160BF

Color information

#7160BF (or 0x7160BF) is unknown color: approx Blue Marguerite. HEX triplet: 71, 60 and BF. RGB value is (113,96,191). Sum of RGB (Red+Green+Blue) = 113+96+191=400 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.25% from 400); Green value is 96 (37.89% from 255 or 24% from 400); Blue value is 191 (75% from 255 or 47.75% from 400); Max value from RGB is 191 - color contains mainly: blue. Hex color #7160BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7160BF is #8E9F40. Grayscale: #6F6F6F. Windows color (decimal): -9346881 or 12542065. OLE color: 12542065.

HSL color Cylindrical-coordinate representation of color #7160BF: hue angle of 250.74º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7160BF is Cyan = 0.41, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB11396191-
CMYK0.410.5000.25
HSL250.74º42.6%56.27%-
HSV(B)250.74º49.74%74.9%-
XYZ20.415.6451.23-
YUV111.91172.63128.78-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 28.25%
GREEN value IS 96 (37.89% from 255) = 24%
BLUE value IS 191 (75% from 255) = 47.75%
R=28.25%
G=24%
B=47.75%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal113961910.410.5000.25250.7442.656.27
Hex7160BF2932019fb2b38
Octal16114027751620313735370
Binary111000111000001011111110100111001001100111111011101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7160BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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