Html Css Color HEX #7660BE Blue Marguerite

📋 copy color: '#7660BE'

red 118 ◦ green 96 ◦ blue 190

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

Shades of Blue Marguerite #7660BE

Tints of Blue Marguerite #7660BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 47.03%

R = 29.21%
G = 23.76%
B = 47.03%

CMYK

 C value IS 0.38

 M value IS 0.49

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7660BE (or 0x7660BE) is known color: Blue Marguerite. HEX triplet: 76, 60 and BE. RGB value is (118,96,190). Sum of RGB (Red+Green+Blue) = 118+96+190=404 (53% of max value = 765). Red value is 118 (46.48% from 255 or 29.21% from 404); Green value is 96 (37.89% from 255 or 23.76% from 404); Blue value is 190 (74.61% from 255 or 47.03% from 404); Max value from RGB is 190 - color contains mainly: blue. Hex color #7660BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7660BE is #899F41. Grayscale: #707070. Windows color (decimal): -9019202 or 12476534. OLE color: 12476534.

HSL color Cylindrical-coordinate representation of color #7660BE: hue angle of 254.04º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7660BE is Cyan = 0.38, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 118 96 190 -
CMYK 0.38 0.49 0 0.25
HSL 254.04º 0.42% 0.56% -
HSV(B) 254.04º 0.49% 0.75% -
XYZ 20.95 15.94 50.69 -
YUV 113.29 171.29 131.36 -
System Red Green Blue C M Y K H S L
Decimal 118 96 190 0.38 0.49 0 0.25 254.04 0.42 0.56
Hex 76 60 BE 26 31 0 19 FE 2A 38
Octal 166 140 276 46 61 0 31 376 52 70
Binary 1110110 1100000 10111110 100110 110001 0 11001 11111110 101010 111000

Color Harmonies of #7660BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7660BE

Black with #7660BE

Text Example


Text Example

White with #7660BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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