#7249BB

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

Shades of Blue Marguerite #7249BB

Tints of Blue Marguerite #7249BB

Color information

#7249BB (or 0x7249BB) is unknown color: approx Blue Marguerite. HEX triplet: 72, 49 and BB. RGB value is (114,73,187). Sum of RGB (Red+Green+Blue) = 114+73+187=374 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.48% from 374); Green value is 73 (28.91% from 255 or 19.52% from 374); Blue value is 187 (73.44% from 255 or 50% from 374); Max value from RGB is 187 - color contains mainly: blue. Hex color #7249BB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7249BB is #8DB644. Grayscale: #616161. Windows color (decimal): -9287237 or 12274034. OLE color: 12274034.

HSL color Cylindrical-coordinate representation of color #7249BB: hue angle of 261.58º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7249BB is Cyan = 0.39, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB11473187-
CMYK0.390.6100.27
HSL261.58º45.6%50.98%-
HSV(B)261.58º60.96%73.33%-
XYZ18.2911.9348.35-
YUV98.26178.08139.23-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 30.48%
GREEN value IS 73 (28.91% from 255) = 19.52%
BLUE value IS 187 (73.44% from 255) = 50%
R=30.48%
G=19.52%
B=50%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal114731870.390.6100.27261.5845.650.98
Hex7249BB273D01B1062e33
Octal16211127347750334065663
Binary1110010100100110111011100111111101011011100000110101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7249BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,73,187); }

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

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

 a { background-color: rgb(114,73,187); }

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

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

 span { border-color: rgb(114,73,187); }

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