Html Css Color HEX #7760BA Blue Marguerite

📋 copy color: '#7760BA'

red 119 ◦ green 96 ◦ blue 186

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

Shades of Blue Marguerite #7760BA

Tints of Blue Marguerite #7760BA

RGB

 RED value IS 119 (46.88% from 255) = 29.68%

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

 BLUE value IS 186 (73.05% from 255) = 46.38%

R = 29.68%
G = 23.94%
B = 46.38%

CMYK

 C value IS 0.36

 M value IS 0.48

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7760BA (or 0x7760BA) is known color: Blue Marguerite. HEX triplet: 77, 60 and BA. RGB value is (119,96,186). Sum of RGB (Red+Green+Blue) = 119+96+186=401 (53% of max value = 765). Red value is 119 (46.88% from 255 or 29.68% from 401); Green value is 96 (37.89% from 255 or 23.94% from 401); Blue value is 186 (73.05% from 255 or 46.38% from 401); Max value from RGB is 186 - color contains mainly: blue. Hex color #7760BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7760BA is #889F45. Grayscale: #707070. Windows color (decimal): -8953670 or 12214391. OLE color: 12214391.

HSL color Cylindrical-coordinate representation of color #7760BA: hue angle of 255.33º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7760BA is Cyan = 0.36, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 119 96 186 -
CMYK 0.36 0.48 0 0.27
HSL 255.33º 0.39% 0.55% -
HSV(B) 255.33º 0.48% 0.73% -
XYZ 20.65 15.83 48.42 -
YUV 113.14 169.12 132.18 -
System Red Green Blue C M Y K H S L
Decimal 119 96 186 0.36 0.48 0 0.27 255.33 0.39 0.55
Hex 77 60 BA 24 30 0 1B FF 27 37
Octal 167 140 272 44 60 0 33 377 47 67
Binary 1110111 1100000 10111010 100100 110000 0 11011 11111111 100111 110111

Color Harmonies of #7760BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7760BA

Black with #7760BA

Text Example


Text Example

White with #7760BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,96,186); }

 H1.HeaderClassName
 {
   color: #7760BA;
 }
 .AnyTagClassName
 {
   color: #7760BA;
 }
</style>

background-color css

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

 a { background-color: rgb(119,96,186); }

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

border-color css

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

 span { border-color: rgb(119,96,186); }

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