#7964BC

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

Shades of Blue Marguerite #7964BC

Tints of Blue Marguerite #7964BC

Color information

#7964BC (or 0x7964BC) is unknown color: approx Blue Marguerite. HEX triplet: 79, 64 and BC. RGB value is (121,100,188). Sum of RGB (Red+Green+Blue) = 121+100+188=409 (54% of max value = 765). Red value is 121 (47.66% from 255 or 29.58% from 409); Green value is 100 (39.45% from 255 or 24.45% from 409); Blue value is 188 (73.83% from 255 or 45.97% from 409); Max value from RGB is 188 - color contains mainly: blue. Hex color #7964BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7964BC is #869B43. Grayscale: #737373. Windows color (decimal): -8821572 or 12346489. OLE color: 12346489.

HSL color Cylindrical-coordinate representation of color #7964BC: hue angle of 254.32º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7964BC is Cyan = 0.36, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB121100188-
CMYK0.360.4700.26
HSL254.32º39.64%56.47%-
HSV(B)254.32º46.81%73.73%-
XYZ21.5216.8149.69-
YUV116.31168.46131.34-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 29.58%
GREEN value IS 100 (39.45% from 255) = 24.45%
BLUE value IS 188 (73.83% from 255) = 45.97%
R=29.58%
G=24.45%
B=45.97%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1211001880.360.4700.26254.3239.6456.47
Hex7964BC242F01Afe2838
Octal17114427444570323765070
Binary111100111001001011110010010010111101101011111110101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7964BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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