#7457AB

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

Shades of Blue Marguerite #7457AB

Tints of Blue Marguerite #7457AB

Color information

#7457AB (or 0x7457AB) is unknown color: approx Blue Marguerite. HEX triplet: 74, 57 and AB. RGB value is (116,87,171). Sum of RGB (Red+Green+Blue) = 116+87+171=374 (49% of max value = 765). Red value is 116 (45.70% from 255 or 31.02% from 374); Green value is 87 (34.38% from 255 or 23.26% from 374); Blue value is 171 (67.19% from 255 or 45.72% from 374); Max value from RGB is 171 - color contains mainly: blue. Hex color #7457AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7457AB is #8BA854. Grayscale: #686868. Windows color (decimal): -9152597 or 11229044. OLE color: 11229044.

HSL color Cylindrical-coordinate representation of color #7457AB: hue angle of 260.71º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7457AB is Cyan = 0.32, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB11687171-
CMYK0.320.4900.33
HSL260.71º33.33%50.59%-
HSV(B)260.71º49.12%67.06%-
XYZ17.9613.4740.18-
YUV105.25165.11135.67-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 31.02%
GREEN value IS 87 (34.38% from 255) = 23.26%
BLUE value IS 171 (67.19% from 255) = 45.72%
R=31.02%
G=23.26%
B=45.72%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal116871710.320.4900.33260.7133.3350.59
Hex7457AB20310211052133
Octal16412725340610414054163
Binary11101001010111101010111000001100010100001100000101100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7457AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7457AB; }

 p { color: rgb(116,87,171); }

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

<style>
 a { background-color: #7457AB; }

 a { background-color: rgb(116,87,171); }

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

<style>
 span { border-color: #7457AB; }

 span { border-color: rgb(116,87,171); }

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