#7964BE

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

Shades of Blue Marguerite #7964BE

Tints of Blue Marguerite #7964BE

Color information

#7964BE (or 0x7964BE) is unknown color: approx Blue Marguerite. HEX triplet: 79, 64 and BE. RGB value is (121,100,190). Sum of RGB (Red+Green+Blue) = 121+100+190=411 (54% of max value = 765). Red value is 121 (47.66% from 255 or 29.44% from 411); Green value is 100 (39.45% from 255 or 24.33% from 411); Blue value is 190 (74.61% from 255 or 46.23% from 411); Max value from RGB is 190 - color contains mainly: blue. Hex color #7964BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7964BE is #869B41. Grayscale: #747474. Windows color (decimal): -8821570 or 12477561. OLE color: 12477561.

HSL color Cylindrical-coordinate representation of color #7964BE: hue angle of 254º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7964BE is Cyan = 0.36, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB121100190-
CMYK0.360.4700.25
HSL254º40.91%56.86%-
HSV(B)254º47.37%74.51%-
XYZ21.7416.950.83-
YUV116.54169.46131.18-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 29.44%
GREEN value IS 100 (39.45% from 255) = 24.33%
BLUE value IS 190 (74.61% from 255) = 46.23%
R=29.44%
G=24.33%
B=46.23%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1211001900.360.4700.2525440.9156.86
Hex7964BE242F019fe2939
Octal17114427644570313765171
Binary111100111001001011111010010010111101100111111110101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7964BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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