#7151BB

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

Shades of Blue Marguerite #7151BB

Tints of Blue Marguerite #7151BB

Color information

#7151BB (or 0x7151BB) is unknown color: approx Blue Marguerite. HEX triplet: 71, 51 and BB. RGB value is (113,81,187). Sum of RGB (Red+Green+Blue) = 113+81+187=381 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.66% from 381); Green value is 81 (32.03% from 255 or 21.26% from 381); Blue value is 187 (73.44% from 255 or 49.08% from 381); Max value from RGB is 187 - color contains mainly: blue. Hex color #7151BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7151BB is #8EAE44. Grayscale: #666666. Windows color (decimal): -9350725 or 12276081. OLE color: 12276081.

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

Color convert

RGB11381187-
CMYK0.400.5700.27
HSL258.11º43.8%52.55%-
HSV(B)258.11º56.68%73.33%-
XYZ18.7212.9848.53-
YUV102.65175.6135.38-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 29.66%
GREEN value IS 81 (32.03% from 255) = 21.26%
BLUE value IS 187 (73.44% from 255) = 49.08%
R=29.66%
G=21.26%
B=49.08%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal113811870.400.5700.27258.1143.852.55
Hex7151BB283901B1022c35
Octal16112127350710334025465
Binary1110001101000110111011101000111001011011100000010101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7151BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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