#7957B4

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

Shades of Blue Marguerite #7957B4

Tints of Blue Marguerite #7957B4

Color information

#7957B4 (or 0x7957B4) is unknown color: approx Blue Marguerite. HEX triplet: 79, 57 and B4. RGB value is (121,87,180). Sum of RGB (Red+Green+Blue) = 121+87+180=388 (51% of max value = 765). Red value is 121 (47.66% from 255 or 31.19% from 388); Green value is 87 (34.38% from 255 or 22.42% from 388); Blue value is 180 (70.70% from 255 or 46.39% from 388); Max value from RGB is 180 - color contains mainly: blue. Hex color #7957B4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7957B4 is #86A84B. Grayscale: #6B6B6B. Windows color (decimal): -8824908 or 11818873. OLE color: 11818873.

HSL color Cylindrical-coordinate representation of color #7957B4: hue angle of 261.94º degrees, saturation: 0.38, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7957B4 is Cyan = 0.33, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB12187180-
CMYK0.330.5200.29
HSL261.94º38.27%52.35%-
HSV(B)261.94º51.67%70.59%-
XYZ19.5314.1844.89-
YUV107.77168.76137.44-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 31.19%
GREEN value IS 87 (34.38% from 255) = 22.42%
BLUE value IS 180 (70.70% from 255) = 46.39%
R=31.19%
G=22.42%
B=46.39%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal121871800.330.5200.29261.9438.2752.35
Hex7957B4213401D1062634
Octal17112726441640354064664
Binary1111001101011110110100100001110100011101100000110100110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7957B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7957B4; }

 p { color: rgb(121,87,180); }

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

<style>
 a { background-color: #7957B4; }

 a { background-color: rgb(121,87,180); }

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

<style>
 span { border-color: #7957B4; }

 span { border-color: rgb(121,87,180); }

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