#7457B9

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

Shades of Blue Marguerite #7457B9

Tints of Blue Marguerite #7457B9

Color information

#7457B9 (or 0x7457B9) is unknown color: approx Blue Marguerite. HEX triplet: 74, 57 and B9. RGB value is (116,87,185). Sum of RGB (Red+Green+Blue) = 116+87+185=388 (51% of max value = 765). Red value is 116 (45.70% from 255 or 29.90% from 388); Green value is 87 (34.38% from 255 or 22.42% from 388); Blue value is 185 (72.66% from 255 or 47.68% from 388); Max value from RGB is 185 - color contains mainly: blue. Hex color #7457B9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7457B9 is #8BA846. Grayscale: #6A6A6A. Windows color (decimal): -9152583 or 12146548. OLE color: 12146548.

HSL color Cylindrical-coordinate representation of color #7457B9: hue angle of 257.76º degrees, saturation: 0.41, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7457B9 is Cyan = 0.37, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB11687185-
CMYK0.370.5300.27
HSL257.76º41.18%53.33%-
HSV(B)257.76º52.97%72.55%-
XYZ19.3714.0347.59-
YUV106.84172.11134.53-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 29.90%
GREEN value IS 87 (34.38% from 255) = 22.42%
BLUE value IS 185 (72.66% from 255) = 47.68%
R=29.90%
G=22.42%
B=47.68%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal116871850.370.5300.27257.7641.1853.33
Hex7457B9253501B1022935
Octal16412727145650334025165
Binary1110100101011110111001100101110101011011100000010101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7457B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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