#7A57BF

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

Shades of Blue Marguerite #7A57BF

Tints of Blue Marguerite #7A57BF

Color information

#7A57BF (or 0x7A57BF) is unknown color: approx Blue Marguerite. HEX triplet: 7A, 57 and BF. RGB value is (122,87,191). Sum of RGB (Red+Green+Blue) = 122+87+191=400 (52% of max value = 765). Red value is 122 (48.05% from 255 or 30.5% from 400); Green value is 87 (34.38% from 255 or 21.75% from 400); Blue value is 191 (75% from 255 or 47.75% from 400); Max value from RGB is 191 - color contains mainly: blue. Hex color #7A57BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A57BF is #85A840. Grayscale: #6C6C6C. Windows color (decimal): -8759361 or 12539770. OLE color: 12539770.

HSL color Cylindrical-coordinate representation of color #7A57BF: hue angle of 260.19º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7A57BF is Cyan = 0.36, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB12287191-
CMYK0.360.5400.25
HSL260.19º44.83%54.51%-
HSV(B)260.19º54.45%74.9%-
XYZ20.8414.7251.03-
YUV109.32174.1137.04-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 30.5%
GREEN value IS 87 (34.38% from 255) = 21.75%
BLUE value IS 191 (75% from 255) = 47.75%
R=30.5%
G=21.75%
B=47.75%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal122871910.360.5400.25260.1944.8354.51
Hex7A57BF24360191042d37
Octal17212727744660314045567
Binary1111010101011110111111100100110110011001100000100101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A57BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7A57BF; }

 p { color: rgb(122,87,191); }

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

<style>
 a { background-color: #7A57BF; }

 a { background-color: rgb(122,87,191); }

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

<style>
 span { border-color: #7A57BF; }

 span { border-color: rgb(122,87,191); }

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