Html Css Color HEX #7765BA Blue Marguerite

📋 copy color: '#7765BA'

red 119 ◦ green 101 ◦ blue 186

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

Shades of Blue Marguerite #7765BA

Tints of Blue Marguerite #7765BA

RGB

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

 GREEN value IS 101 (39.84% from 255) = 24.88%

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

R = 29.31%
G = 24.88%
B = 45.81%

CMYK

 C value IS 0.36

 M value IS 0.46

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7765BA (or 0x7765BA) is known color: Blue Marguerite. HEX triplet: 77, 65 and BA. RGB value is (119,101,186). Sum of RGB (Red+Green+Blue) = 119+101+186=406 (53% of max value = 765). Red value is 119 (46.88% from 255 or 29.31% from 406); Green value is 101 (39.84% from 255 or 24.88% from 406); Blue value is 186 (73.05% from 255 or 45.81% from 406); Max value from RGB is 186 - color contains mainly: blue. Hex color #7765BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7765BA is #889A45. Grayscale: #737373. Windows color (decimal): -8952390 or 12215671. OLE color: 12215671.

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

Color convert

RGB 119 101 186 -
CMYK 0.36 0.46 0 0.27
HSL 252.71º 0.38% 0.56% -
HSV(B) 252.71º 0.46% 0.73% -
XYZ 21.12 16.77 48.58 -
YUV 116.07 167.46 130.09 -
System Red Green Blue C M Y K H S L
Decimal 119 101 186 0.36 0.46 0 0.27 252.71 0.38 0.56
Hex 77 65 BA 24 2E 0 1B FD 26 38
Octal 167 145 272 44 56 0 33 375 46 70
Binary 1110111 1100101 10111010 100100 101110 0 11011 11111101 100110 111000

Color Harmonies of #7765BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7765BA

Black with #7765BA

Text Example


Text Example

White with #7765BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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