#7251BF

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

Shades of Blue Marguerite #7251BF

Tints of Blue Marguerite #7251BF

Color information

#7251BF (or 0x7251BF) is unknown color: approx Blue Marguerite. HEX triplet: 72, 51 and BF. RGB value is (114,81,191). Sum of RGB (Red+Green+Blue) = 114+81+191=386 (51% of max value = 765). Red value is 114 (44.92% from 255 or 29.53% from 386); Green value is 81 (32.03% from 255 or 20.98% from 386); Blue value is 191 (75% from 255 or 49.48% from 386); Max value from RGB is 191 - color contains mainly: blue. Hex color #7251BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7251BF is #8DAE40. Grayscale: #676767. Windows color (decimal): -9285185 or 12538226. OLE color: 12538226.

HSL color Cylindrical-coordinate representation of color #7251BF: hue angle of 258º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7251BF is Cyan = 0.40, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB11481191-
CMYK0.400.5800.25
HSL258º46.22%53.33%-
HSV(B)258º57.59%74.9%-
XYZ19.2913.2250.83-
YUV103.41177.43135.56-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 29.53%
GREEN value IS 81 (32.03% from 255) = 20.98%
BLUE value IS 191 (75% from 255) = 49.48%
R=29.53%
G=20.98%
B=49.48%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal114811910.400.5800.2525846.2253.33
Hex7251BF283A0191022e35
Octal16212127750720314025665
Binary1110010101000110111111101000111010011001100000010101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7251BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,81,191); }

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

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

 a { background-color: rgb(114,81,191); }

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

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

 span { border-color: rgb(114,81,191); }

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