#724ABA

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

Shades of Blue Marguerite #724ABA

Tints of Blue Marguerite #724ABA

Color information

#724ABA (or 0x724ABA) is unknown color: approx Blue Marguerite. HEX triplet: 72, 4A and BA. RGB value is (114,74,186). Sum of RGB (Red+Green+Blue) = 114+74+186=374 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.48% from 374); Green value is 74 (29.30% from 255 or 19.79% from 374); Blue value is 186 (73.05% from 255 or 49.73% from 374); Max value from RGB is 186 - color contains mainly: blue. Hex color #724ABA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #724ABA is #8DB545. Grayscale: #626262. Windows color (decimal): -9286982 or 12208754. OLE color: 12208754.

HSL color Cylindrical-coordinate representation of color #724ABA: hue angle of 261.43º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #724ABA is Cyan = 0.39, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB11474186-
CMYK0.390.6000.27
HSL261.43º44.8%50.98%-
HSV(B)261.43º60.22%72.94%-
XYZ18.2512.0247.81-
YUV98.73177.25138.89-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 30.48%
GREEN value IS 74 (29.30% from 255) = 19.79%
BLUE value IS 186 (73.05% from 255) = 49.73%
R=30.48%
G=19.79%
B=49.73%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal114741860.390.6000.27261.4344.850.98
Hex724ABA273C01B1052d33
Octal16211227247740334055563
Binary1110010100101010111010100111111100011011100000101101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #724ABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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