#7161BB

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

Shades of Blue Marguerite #7161BB

Tints of Blue Marguerite #7161BB

Color information

#7161BB (or 0x7161BB) is unknown color: approx Blue Marguerite. HEX triplet: 71, 61 and BB. RGB value is (113,97,187). Sum of RGB (Red+Green+Blue) = 113+97+187=397 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.46% from 397); Green value is 97 (38.28% from 255 or 24.43% from 397); Blue value is 187 (73.44% from 255 or 47.10% from 397); Max value from RGB is 187 - color contains mainly: blue. Hex color #7161BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7161BB is #8E9E44. Grayscale: #6F6F6F. Windows color (decimal): -9346629 or 12280177. OLE color: 12280177.

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

Color convert

RGB11397187-
CMYK0.400.4800.27
HSL250.67º39.82%55.69%-
HSV(B)250.67º48.13%73.33%-
XYZ20.0515.6548.98-
YUV112.04170.3128.68-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 28.46%
GREEN value IS 97 (38.28% from 255) = 24.43%
BLUE value IS 187 (73.44% from 255) = 47.10%
R=28.46%
G=24.43%
B=47.10%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal113971870.400.4800.27250.6739.8255.69
Hex7161BB283001Bfb2838
Octal16114127350600333735070
Binary111000111000011011101110100011000001101111111011101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7161BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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