#7960B4

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

Shades of Blue Marguerite #7960B4

Tints of Blue Marguerite #7960B4

Color information

#7960B4 (or 0x7960B4) is unknown color: approx Blue Marguerite. HEX triplet: 79, 60 and B4. RGB value is (121,96,180). Sum of RGB (Red+Green+Blue) = 121+96+180=397 (52% of max value = 765). Red value is 121 (47.66% from 255 or 30.48% from 397); Green value is 96 (37.89% from 255 or 24.18% from 397); Blue value is 180 (70.70% from 255 or 45.34% from 397); Max value from RGB is 180 - color contains mainly: blue. Hex color #7960B4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7960B4 is #869F4B. Grayscale: #707070. Windows color (decimal): -8822604 or 11821177. OLE color: 11821177.

HSL color Cylindrical-coordinate representation of color #7960B4: hue angle of 257.86º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7960B4 is Cyan = 0.33, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB12196180-
CMYK0.330.4700.29
HSL257.86º35.9%54.12%-
HSV(B)257.86º46.67%70.59%-
XYZ20.3115.7345.15-
YUV113.05165.78133.67-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 30.48%
GREEN value IS 96 (37.89% from 255) = 24.18%
BLUE value IS 180 (70.70% from 255) = 45.34%
R=30.48%
G=24.18%
B=45.34%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal121961800.330.4700.29257.8635.954.12
Hex7960B4212F01D1022436
Octal17114026441570354024466
Binary1111001110000010110100100001101111011101100000010100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7960B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7960B4; }

 p { color: rgb(121,96,180); }

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

<style>
 a { background-color: #7960B4; }

 a { background-color: rgb(121,96,180); }

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

<style>
 span { border-color: #7960B4; }

 span { border-color: rgb(121,96,180); }

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