#724EBF

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

Shades of Blue Marguerite #724EBF

Tints of Blue Marguerite #724EBF

Color information

#724EBF (or 0x724EBF) is unknown color: approx Blue Marguerite. HEX triplet: 72, 4E and BF. RGB value is (114,78,191). Sum of RGB (Red+Green+Blue) = 114+78+191=383 (50% of max value = 765). Red value is 114 (44.92% from 255 or 29.77% from 383); Green value is 78 (30.86% from 255 or 20.37% from 383); Blue value is 191 (75% from 255 or 49.87% from 383); Max value from RGB is 191 - color contains mainly: blue. Hex color #724EBF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #724EBF is #8DB140. Grayscale: #656565. Windows color (decimal): -9285953 or 12537458. OLE color: 12537458.

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

Color convert

RGB11478191-
CMYK0.400.5900.25
HSL259.12º46.89%52.75%-
HSV(B)259.12º59.16%74.9%-
XYZ19.0712.7950.75-
YUV101.65178.43136.81-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 29.77%
GREEN value IS 78 (30.86% from 255) = 20.37%
BLUE value IS 191 (75% from 255) = 49.87%
R=29.77%
G=20.37%
B=49.87%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal114781910.400.5900.25259.1246.8952.75
Hex724EBF283B0191032f35
Octal16211627750730314035765
Binary1110010100111010111111101000111011011001100000011101111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #724EBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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