Html Css Color HEX #7660AD Blue Marguerite

📋 copy color: '#7660AD'

red 118 ◦ green 96 ◦ blue 173

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

Shades of Blue Marguerite #7660AD

Tints of Blue Marguerite #7660AD

RGB

 RED value IS 118 (46.48% from 255) = 30.49%

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

 BLUE value IS 173 (67.97% from 255) = 44.7%

R = 30.49%
G = 24.81%
B = 44.7%

CMYK

 C value IS 0.32

 M value IS 0.45

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#7660AD (or 0x7660AD) is known color: Blue Marguerite. HEX triplet: 76, 60 and AD. RGB value is (118,96,173). Sum of RGB (Red+Green+Blue) = 118+96+173=387 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.49% from 387); Green value is 96 (37.89% from 255 or 24.81% from 387); Blue value is 173 (67.97% from 255 or 44.70% from 387); Max value from RGB is 173 - color contains mainly: blue. Hex color #7660AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7660AD is #899F52. Grayscale: #6F6F6F. Windows color (decimal): -9019219 or 11362422. OLE color: 11362422.

HSL color Cylindrical-coordinate representation of color #7660AD: hue angle of 257.14º 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 #7660AD is Cyan = 0.32, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 118 96 173 -
CMYK 0.32 0.45 0 0.32
HSL 257.14º 0.32% 0.53% -
HSV(B) 257.14º 0.45% 0.68% -
XYZ 19.2 15.23 41.46 -
YUV 111.36 162.79 132.74 -
System Red Green Blue C M Y K H S L
Decimal 118 96 173 0.32 0.45 0 0.32 257.14 0.32 0.53
Hex 76 60 AD 20 2D 0 20 101 20 35
Octal 166 140 255 40 55 0 40 401 40 65
Binary 1110110 1100000 10101101 100000 101101 0 100000 100000001 100000 110101

Color Harmonies of #7660AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7660AD

Black with #7660AD

Text Example


Text Example

White with #7660AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7660AD; }

 p { color: rgb(118,96,173); }

 H1.HeaderClassName
 {
   color: #7660AD;
 }
 .AnyTagClassName
 {
   color: #7660AD;
 }
</style>

background-color css

<style>
 a { background-color: #7660AD; }

 a { background-color: rgb(118,96,173); }

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

border-color css

<style>
 span { border-color: #7660AD; }

 span { border-color: rgb(118,96,173); }

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