#7956BA

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

Shades of Blue Marguerite #7956BA

Tints of Blue Marguerite #7956BA

Color information

#7956BA (or 0x7956BA) is unknown color: approx Blue Marguerite. HEX triplet: 79, 56 and BA. RGB value is (121,86,186). Sum of RGB (Red+Green+Blue) = 121+86+186=393 (52% of max value = 765). Red value is 121 (47.66% from 255 or 30.79% from 393); Green value is 86 (33.98% from 255 or 21.88% from 393); Blue value is 186 (73.05% from 255 or 47.33% from 393); Max value from RGB is 186 - color contains mainly: blue. Hex color #7956BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7956BA is #86A945. Grayscale: #6B6B6B. Windows color (decimal): -8825158 or 12211833. OLE color: 12211833.

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

Color convert

RGB12186186-
CMYK0.350.5400.27
HSL261º42.02%53.33%-
HSV(B)261º53.76%72.94%-
XYZ20.0814.2748.15-
YUV107.86172.1137.37-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 30.79%
GREEN value IS 86 (33.98% from 255) = 21.88%
BLUE value IS 186 (73.05% from 255) = 47.33%
R=30.79%
G=21.88%
B=47.33%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal121861860.350.5400.2726142.0253.33
Hex7956BA233601B1052a35
Octal17112627243660334055265
Binary1111001101011010111010100011110110011011100000101101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7956BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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