#724EB7

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

Shades of Blue Marguerite #724EB7

Tints of Blue Marguerite #724EB7

Color information

#724EB7 (or 0x724EB7) is unknown color: approx Blue Marguerite. HEX triplet: 72, 4E and B7. RGB value is (114,78,183). Sum of RGB (Red+Green+Blue) = 114+78+183=375 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.4% from 375); Green value is 78 (30.86% from 255 or 20.8% from 375); Blue value is 183 (71.88% from 255 or 48.8% from 375); Max value from RGB is 183 - color contains mainly: blue. Hex color #724EB7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #724EB7 is #8DB148. Grayscale: #646464. Windows color (decimal): -9285961 or 12013170. OLE color: 12013170.

HSL color Cylindrical-coordinate representation of color #724EB7: hue angle of 260.57º degrees, saturation: 0.42, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #724EB7 is Cyan = 0.38, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB11478183-
CMYK0.380.5700.28
HSL260.57º42.17%51.18%-
HSV(B)260.57º57.38%71.76%-
XYZ18.2112.4546.24-
YUV100.73174.43137.46-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 30.4%
GREEN value IS 78 (30.86% from 255) = 20.8%
BLUE value IS 183 (71.88% from 255) = 48.8%
R=30.4%
G=20.8%
B=48.8%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal114781830.380.5700.28260.5742.1751.18
Hex724EB7263901C1052a33
Octal16211626746710344055263
Binary1110010100111010110111100110111001011100100000101101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #724EB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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