Html Css Color HEX #7960AE Blue Marguerite

📋 copy color: '#7960AE'

red 121 ◦ green 96 ◦ blue 174

#7960AE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Marguerite #7960AE

Tints of Blue Marguerite #7960AE

RGB

 RED value IS 121 (47.66% from 255) = 30.95%

 GREEN value IS 96 (37.89% from 255) = 24.55%

 BLUE value IS 174 (68.36% from 255) = 44.5%

R = 30.95%
G = 24.55%
B = 44.5%

CMYK

 C value IS 0.30

 M value IS 0.45

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#7960AE (or 0x7960AE) is known color: Blue Marguerite. HEX triplet: 79, 60 and AE. RGB value is (121,96,174). Sum of RGB (Red+Green+Blue) = 121+96+174=391 (51% of max value = 765). Red value is 121 (47.66% from 255 or 30.95% from 391); Green value is 96 (37.89% from 255 or 24.55% from 391); Blue value is 174 (68.36% from 255 or 44.50% from 391); Max value from RGB is 174 - color contains mainly: blue. Hex color #7960AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7960AE is #869F51. Grayscale: #707070. Windows color (decimal): -8822610 or 11427961. OLE color: 11427961.

HSL color Cylindrical-coordinate representation of color #7960AE: hue angle of 259.23º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7960AE is Cyan = 0.30, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 121 96 174 -
CMYK 0.30 0.45 0 0.32
HSL 259.23º 0.33% 0.53% -
HSV(B) 259.23º 0.45% 0.68% -
XYZ 19.71 15.49 41.99 -
YUV 112.37 162.78 134.16 -
System Red Green Blue C M Y K H S L
Decimal 121 96 174 0.30 0.45 0 0.32 259.23 0.33 0.53
Hex 79 60 AE 1E 2D 0 20 103 20 35
Octal 171 140 256 36 55 0 40 403 40 65
Binary 1111001 1100000 10101110 11110 101101 0 100000 100000011 100000 110101

Color Harmonies of #7960AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7960AE

Black with #7960AE

Text Example


Text Example

White with #7960AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #7960AE;
 }
 .AnyTagClassName
 {
   color: #7960AE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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