#7964B3

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

Shades of Blue Marguerite #7964B3

Tints of Blue Marguerite #7964B3

Color information

#7964B3 (or 0x7964B3) is unknown color: approx Blue Marguerite. HEX triplet: 79, 64 and B3. RGB value is (121,100,179). Sum of RGB (Red+Green+Blue) = 121+100+179=400 (52% of max value = 765). Red value is 121 (47.66% from 255 or 30.25% from 400); Green value is 100 (39.45% from 255 or 25% from 400); Blue value is 179 (70.31% from 255 or 44.75% from 400); Max value from RGB is 179 - color contains mainly: blue. Hex color #7964B3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7964B3 is #869B4C. Grayscale: #727272. Windows color (decimal): -8821581 or 11756665. OLE color: 11756665.

HSL color Cylindrical-coordinate representation of color #7964B3: hue angle of 255.95º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7964B3 is Cyan = 0.32, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB121100179-
CMYK0.320.4400.30
HSL255.95º34.2%54.71%-
HSV(B)255.95º44.13%70.2%-
XYZ20.5816.4344.74-
YUV115.28163.96132.08-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 30.25%
GREEN value IS 100 (39.45% from 255) = 25%
BLUE value IS 179 (70.31% from 255) = 44.75%
R=30.25%
G=25%
B=44.75%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1211001790.320.4400.30255.9534.254.71
Hex7964B3202C01E1002237
Octal17114426340540364004267
Binary1111001110010010110011100000101100011110100000000100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7964B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7964B3; }

 p { color: rgb(121,100,179); }

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

<style>
 a { background-color: #7964B3; }

 a { background-color: rgb(121,100,179); }

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

<style>
 span { border-color: #7964B3; }

 span { border-color: rgb(121,100,179); }

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