#7465AE

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

Shades of Blue Marguerite #7465AE

Tints of Blue Marguerite #7465AE

Color information

#7465AE (or 0x7465AE) is unknown color: approx Blue Marguerite. HEX triplet: 74, 65 and AE. RGB value is (116,101,174). Sum of RGB (Red+Green+Blue) = 116+101+174=391 (51% of max value = 765). Red value is 116 (45.70% from 255 or 29.67% from 391); Green value is 101 (39.84% from 255 or 25.83% from 391); Blue value is 174 (68.36% from 255 or 44.50% from 391); Max value from RGB is 174 - color contains mainly: blue. Hex color #7465AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7465AE is #8B9A51. Grayscale: #717171. Windows color (decimal): -9149010 or 11429236. OLE color: 11429236.

HSL color Cylindrical-coordinate representation of color #7465AE: hue angle of 252.33º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7465AE is Cyan = 0.33, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB116101174-
CMYK0.330.4200.32
HSL252.33º31.06%53.92%-
HSV(B)252.33º41.95%68.24%-
XYZ19.516.0842.12-
YUV113.81161.97129.56-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 29.67%
GREEN value IS 101 (39.84% from 255) = 25.83%
BLUE value IS 174 (68.36% from 255) = 44.50%
R=29.67%
G=25.83%
B=44.50%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1161011740.330.4200.32252.3331.0653.92
Hex7465AE212A020fc1f36
Octal16414525641520403743766
Binary111010011001011010111010000110101001000001111110011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7465AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,101,174); }

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

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

 a { background-color: rgb(116,101,174); }

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

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

 span { border-color: rgb(116,101,174); }

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