#7161BA

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

Shades of Blue Marguerite #7161BA

Tints of Blue Marguerite #7161BA

Color information

#7161BA (or 0x7161BA) is unknown color: approx Blue Marguerite. HEX triplet: 71, 61 and BA. RGB value is (113,97,186). Sum of RGB (Red+Green+Blue) = 113+97+186=396 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.54% from 396); Green value is 97 (38.28% from 255 or 24.49% from 396); Blue value is 186 (73.05% from 255 or 46.97% from 396); Max value from RGB is 186 - color contains mainly: blue. Hex color #7161BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7161BA is #8E9E45. Grayscale: #6F6F6F. Windows color (decimal): -9346630 or 12214641. OLE color: 12214641.

HSL color Cylindrical-coordinate representation of color #7161BA: hue angle of 250.79º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7161BA is Cyan = 0.39, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB11397186-
CMYK0.390.4800.27
HSL250.79º39.21%55.49%-
HSV(B)250.79º47.85%72.94%-
XYZ19.9515.6148.42-
YUV111.93169.8128.76-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 28.54%
GREEN value IS 97 (38.28% from 255) = 24.49%
BLUE value IS 186 (73.05% from 255) = 46.97%
R=28.54%
G=24.49%
B=46.97%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal113971860.390.4800.27250.7939.2155.49
Hex7161BA273001Bfb2737
Octal16114127247600333734767
Binary111000111000011011101010011111000001101111111011100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7161BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7161BA; }

 p { color: rgb(113,97,186); }

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

<style>
 a { background-color: #7161BA; }

 a { background-color: rgb(113,97,186); }

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

<style>
 span { border-color: #7161BA; }

 span { border-color: rgb(113,97,186); }

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