#7964BA

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

Shades of Blue Marguerite #7964BA

Tints of Blue Marguerite #7964BA

Color information

#7964BA (or 0x7964BA) is unknown color: approx Blue Marguerite. HEX triplet: 79, 64 and BA. RGB value is (121,100,186). Sum of RGB (Red+Green+Blue) = 121+100+186=407 (53% of max value = 765). Red value is 121 (47.66% from 255 or 29.73% from 407); Green value is 100 (39.45% from 255 or 24.57% from 407); Blue value is 186 (73.05% from 255 or 45.70% from 407); Max value from RGB is 186 - color contains mainly: blue. Hex color #7964BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7964BA is #869B45. Grayscale: #737373. Windows color (decimal): -8821574 or 12215417. OLE color: 12215417.

HSL color Cylindrical-coordinate representation of color #7964BA: hue angle of 254.65º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7964BA is Cyan = 0.35, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB121100186-
CMYK0.350.4600.27
HSL254.65º38.39%56.08%-
HSV(B)254.65º46.24%72.94%-
XYZ21.3116.7248.56-
YUV116.08167.46131.51-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 29.73%
GREEN value IS 100 (39.45% from 255) = 24.57%
BLUE value IS 186 (73.05% from 255) = 45.70%
R=29.73%
G=24.57%
B=45.70%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1211001860.350.4600.27254.6538.3956.08
Hex7964BA232E01Bff2638
Octal17114427243560333774670
Binary111100111001001011101010001110111001101111111111100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7964BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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