#7262AE

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

Shades of Blue Marguerite #7262AE

Tints of Blue Marguerite #7262AE

Color information

#7262AE (or 0x7262AE) is unknown color: approx Blue Marguerite. HEX triplet: 72, 62 and AE. RGB value is (114,98,174). Sum of RGB (Red+Green+Blue) = 114+98+174=386 (51% of max value = 765). Red value is 114 (44.92% from 255 or 29.53% from 386); Green value is 98 (38.67% from 255 or 25.39% from 386); Blue value is 174 (68.36% from 255 or 45.08% from 386); Max value from RGB is 174 - color contains mainly: blue. Hex color #7262AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7262AE is #8D9D51. Grayscale: #6F6F6F. Windows color (decimal): -9280850 or 11428466. OLE color: 11428466.

HSL color Cylindrical-coordinate representation of color #7262AE: hue angle of 252.63º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7262AE is Cyan = 0.34, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB11498174-
CMYK0.340.4400.32
HSL252.63º31.93%53.33%-
HSV(B)252.63º43.68%68.24%-
XYZ18.9515.3742.01-
YUV111.45163.3129.82-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 29.53%
GREEN value IS 98 (38.67% from 255) = 25.39%
BLUE value IS 174 (68.36% from 255) = 45.08%
R=29.53%
G=25.39%
B=45.08%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal114981740.340.4400.32252.6331.9353.33
Hex7262AE222C020fd2035
Octal16214225642540403754065
Binary1110010110001010101110100010101100010000011111101100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7262AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7262AE; }

 p { color: rgb(114,98,174); }

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

<style>
 a { background-color: #7262AE; }

 a { background-color: rgb(114,98,174); }

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

<style>
 span { border-color: #7262AE; }

 span { border-color: rgb(114,98,174); }

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