#724EBD

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

Shades of Blue Marguerite #724EBD

Tints of Blue Marguerite #724EBD

Color information

#724EBD (or 0x724EBD) is unknown color: approx Blue Marguerite. HEX triplet: 72, 4E and BD. RGB value is (114,78,189). Sum of RGB (Red+Green+Blue) = 114+78+189=381 (50% of max value = 765). Red value is 114 (44.92% from 255 or 29.92% from 381); Green value is 78 (30.86% from 255 or 20.47% from 381); Blue value is 189 (74.22% from 255 or 49.61% from 381); Max value from RGB is 189 - color contains mainly: blue. Hex color #724EBD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #724EBD is #8DB142. Grayscale: #656565. Windows color (decimal): -9285955 or 12406386. OLE color: 12406386.

HSL color Cylindrical-coordinate representation of color #724EBD: hue angle of 259.46º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #724EBD is Cyan = 0.40, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB11478189-
CMYK0.400.5900.26
HSL259.46º45.68%52.35%-
HSV(B)259.46º58.73%74.12%-
XYZ18.8512.749.6-
YUV101.42177.43136.97-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 29.92%
GREEN value IS 78 (30.86% from 255) = 20.47%
BLUE value IS 189 (74.22% from 255) = 49.61%
R=29.92%
G=20.47%
B=49.61%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal114781890.400.5900.26259.4645.6852.35
Hex724EBD283B01A1032e34
Octal16211627550730324035664
Binary1110010100111010111101101000111011011010100000011101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #724EBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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