#7161BE

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

Shades of Blue Marguerite #7161BE

Tints of Blue Marguerite #7161BE

Color information

#7161BE (or 0x7161BE) is unknown color: approx Blue Marguerite. HEX triplet: 71, 61 and BE. RGB value is (113,97,190). Sum of RGB (Red+Green+Blue) = 113+97+190=400 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.25% from 400); Green value is 97 (38.28% from 255 or 24.25% from 400); Blue value is 190 (74.61% from 255 or 47.5% from 400); Max value from RGB is 190 - color contains mainly: blue. Hex color #7161BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7161BE is #8E9E41. Grayscale: #707070. Windows color (decimal): -9346626 or 12476785. OLE color: 12476785.

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

Color convert

RGB11397190-
CMYK0.410.4900.25
HSL250.32º41.7%56.27%-
HSV(B)250.32º48.95%74.51%-
XYZ20.3815.7850.69-
YUV112.39171.8128.44-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 28.25%
GREEN value IS 97 (38.28% from 255) = 24.25%
BLUE value IS 190 (74.61% from 255) = 47.5%
R=28.25%
G=24.25%
B=47.5%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal113971900.410.4900.25250.3241.756.27
Hex7161BE2931019fa2a38
Octal16114127651610313725270
Binary111000111000011011111010100111000101100111111010101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7161BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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