#724EBA

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

Shades of Blue Marguerite #724EBA

Tints of Blue Marguerite #724EBA

Color information

#724EBA (or 0x724EBA) is unknown color: approx Blue Marguerite. HEX triplet: 72, 4E and BA. RGB value is (114,78,186). Sum of RGB (Red+Green+Blue) = 114+78+186=378 (50% of max value = 765). Red value is 114 (44.92% from 255 or 30.16% from 378); Green value is 78 (30.86% from 255 or 20.63% from 378); Blue value is 186 (73.05% from 255 or 49.21% from 378); Max value from RGB is 186 - color contains mainly: blue. Hex color #724EBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #724EBA is #8DB145. Grayscale: #646464. Windows color (decimal): -9285958 or 12209778. OLE color: 12209778.

HSL color Cylindrical-coordinate representation of color #724EBA: hue angle of 260º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #724EBA is Cyan = 0.39, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB11478186-
CMYK0.390.5800.27
HSL260º43.9%51.76%-
HSV(B)260º58.06%72.94%-
XYZ18.5312.5747.9-
YUV101.08175.93137.22-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 30.16%
GREEN value IS 78 (30.86% from 255) = 20.63%
BLUE value IS 186 (73.05% from 255) = 49.21%
R=30.16%
G=20.63%
B=49.21%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal114781860.390.5800.2726043.951.76
Hex724EBA273A01B1042c34
Octal16211627247720334045464
Binary1110010100111010111010100111111010011011100000100101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #724EBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #724EBA; }

 p { color: rgb(114,78,186); }

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

<style>
 a { background-color: #724EBA; }

 a { background-color: rgb(114,78,186); }

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

<style>
 span { border-color: #724EBA; }

 span { border-color: rgb(114,78,186); }

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