#7457AF

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

Shades of Blue Marguerite #7457AF

Tints of Blue Marguerite #7457AF

Color information

#7457AF (or 0x7457AF) is unknown color: approx Blue Marguerite. HEX triplet: 74, 57 and AF. RGB value is (116,87,175). Sum of RGB (Red+Green+Blue) = 116+87+175=378 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.69% from 378); Green value is 87 (34.38% from 255 or 23.02% from 378); Blue value is 175 (68.75% from 255 or 46.30% from 378); Max value from RGB is 175 - color contains mainly: blue. Hex color #7457AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7457AF is #8BA850. Grayscale: #696969. Windows color (decimal): -9152593 or 11491188. OLE color: 11491188.

HSL color Cylindrical-coordinate representation of color #7457AF: hue angle of 259.77º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7457AF is Cyan = 0.34, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB11687175-
CMYK0.340.5000.31
HSL259.77º35.48%51.37%-
HSV(B)259.77º50.29%68.63%-
XYZ18.3513.6242.22-
YUV105.7167.11135.34-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 30.69%
GREEN value IS 87 (34.38% from 255) = 23.02%
BLUE value IS 175 (68.75% from 255) = 46.30%
R=30.69%
G=23.02%
B=46.30%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal116871750.340.5000.31259.7735.4851.37
Hex7457AF223201F1042333
Octal16412725742620374044363
Binary1110100101011110101111100010110010011111100000100100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7457AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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