#7961BA

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

Shades of Blue Marguerite #7961BA

Tints of Blue Marguerite #7961BA

Color information

#7961BA (or 0x7961BA) is unknown color: approx Blue Marguerite. HEX triplet: 79, 61 and BA. RGB value is (121,97,186). Sum of RGB (Red+Green+Blue) = 121+97+186=404 (53% of max value = 765). Red value is 121 (47.66% from 255 or 29.95% from 404); Green value is 97 (38.28% from 255 or 24.01% from 404); Blue value is 186 (73.05% from 255 or 46.04% from 404); Max value from RGB is 186 - color contains mainly: blue. Hex color #7961BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7961BA is #869E45. Grayscale: #717171. Windows color (decimal): -8822342 or 12214649. OLE color: 12214649.

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

Color convert

RGB12197186-
CMYK0.350.4800.27
HSL256.18º39.21%55.49%-
HSV(B)256.18º47.85%72.94%-
XYZ21.0216.1648.47-
YUV114.32168.45132.76-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 29.95%
GREEN value IS 97 (38.28% from 255) = 24.01%
BLUE value IS 186 (73.05% from 255) = 46.04%
R=29.95%
G=24.01%
B=46.04%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal121971860.350.4800.27256.1839.2155.49
Hex7961BA233001B1002737
Octal17114127243600334004767
Binary1111001110000110111010100011110000011011100000000100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7961BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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