#7163BF

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

Shades of Blue Marguerite #7163BF

Tints of Blue Marguerite #7163BF

Color information

#7163BF (or 0x7163BF) is unknown color: approx Blue Marguerite. HEX triplet: 71, 63 and BF. RGB value is (113,99,191). Sum of RGB (Red+Green+Blue) = 113+99+191=403 (53% of max value = 765). Red value is 113 (44.53% from 255 or 28.04% from 403); Green value is 99 (39.06% from 255 or 24.57% from 403); Blue value is 191 (75% from 255 or 47.39% from 403); Max value from RGB is 191 - color contains mainly: blue. Hex color #7163BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7163BF is #8E9C40. Grayscale: #717171. Windows color (decimal): -9346113 or 12542833. OLE color: 12542833.

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

Color convert

RGB11399191-
CMYK0.410.4800.25
HSL249.13º41.82%56.86%-
HSV(B)249.13º48.17%74.9%-
XYZ20.6816.251.33-
YUV113.67171.64127.52-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 28.04%
GREEN value IS 99 (39.06% from 255) = 24.57%
BLUE value IS 191 (75% from 255) = 47.39%
R=28.04%
G=24.57%
B=47.39%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal113991910.410.4800.25249.1341.8256.86
Hex7163BF2930019f92a39
Octal16114327751600313715271
Binary111000111000111011111110100111000001100111111001101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7163BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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