#724ABB

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

Shades of Blue Marguerite #724ABB

Tints of Blue Marguerite #724ABB

Color information

#724ABB (or 0x724ABB) is unknown color: approx Blue Marguerite. HEX triplet: 72, 4A and BB. RGB value is (114,74,187). Sum of RGB (Red+Green+Blue) = 114+74+187=375 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.4% from 375); Green value is 74 (29.30% from 255 or 19.73% from 375); Blue value is 187 (73.44% from 255 or 49.87% from 375); Max value from RGB is 187 - color contains mainly: blue. Hex color #724ABB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #724ABB is #8DB544. Grayscale: #626262. Windows color (decimal): -9286981 or 12274290. OLE color: 12274290.

HSL color Cylindrical-coordinate representation of color #724ABB: hue angle of 261.24º 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 #724ABB is Cyan = 0.39, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB11474187-
CMYK0.390.6000.27
HSL261.24º45.38%51.18%-
HSV(B)261.24º60.43%73.33%-
XYZ18.3612.0648.37-
YUV98.84177.75138.81-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 30.4%
GREEN value IS 74 (29.30% from 255) = 19.73%
BLUE value IS 187 (73.44% from 255) = 49.87%
R=30.4%
G=19.73%
B=49.87%

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
Decimal114741870.390.6000.27261.2445.3851.18
Hex724ABB273C01B1052d33
Octal16211227347740334055563
Binary1110010100101010111011100111111100011011100000101101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #724ABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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