#7160BC

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

Shades of Blue Marguerite #7160BC

Tints of Blue Marguerite #7160BC

Color information

#7160BC (or 0x7160BC) is unknown color: approx Blue Marguerite. HEX triplet: 71, 60 and BC. RGB value is (113,96,188). Sum of RGB (Red+Green+Blue) = 113+96+188=397 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.46% from 397); Green value is 96 (37.89% from 255 or 24.18% from 397); Blue value is 188 (73.83% from 255 or 47.36% from 397); Max value from RGB is 188 - color contains mainly: blue. Hex color #7160BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7160BC is #8E9F43. Grayscale: #6F6F6F. Windows color (decimal): -9346884 or 12345457. OLE color: 12345457.

HSL color Cylindrical-coordinate representation of color #7160BC: hue angle of 251.09º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7160BC is Cyan = 0.40, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB11396188-
CMYK0.400.4900.26
HSL251.09º40.71%55.69%-
HSV(B)251.09º48.94%73.73%-
XYZ20.0715.5149.51-
YUV111.57171.13129.02-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 28.46%
GREEN value IS 96 (37.89% from 255) = 24.18%
BLUE value IS 188 (73.83% from 255) = 47.36%
R=28.46%
G=24.18%
B=47.36%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal113961880.400.4900.26251.0940.7155.69
Hex7160BC283101Afb2938
Octal16114027450610323735170
Binary111000111000001011110010100011000101101011111011101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7160BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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