Html Css Color HEX #7765B4 Blue Marguerite

📋 copy color: '#7765B4'

red 119 ◦ green 101 ◦ blue 180

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

Shades of Blue Marguerite #7765B4

Tints of Blue Marguerite #7765B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 45%

R = 29.75%
G = 25.25%
B = 45%

CMYK

 C value IS 0.34

 M value IS 0.44

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#7765B4 (or 0x7765B4) is known color: Blue Marguerite. HEX triplet: 77, 65 and B4. RGB value is (119,101,180). Sum of RGB (Red+Green+Blue) = 119+101+180=400 (52% of max value = 765). Red value is 119 (46.88% from 255 or 29.75% from 400); Green value is 101 (39.84% from 255 or 25.25% from 400); Blue value is 180 (70.70% from 255 or 45% from 400); Max value from RGB is 180 - color contains mainly: blue. Hex color #7765B4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7765B4 is #889A4B. Grayscale: #737373. Windows color (decimal): -8952396 or 11822455. OLE color: 11822455.

HSL color Cylindrical-coordinate representation of color #7765B4: hue angle of 253.67º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7765B4 is Cyan = 0.34, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 119 101 180 -
CMYK 0.34 0.44 0 0.29
HSL 253.67º 0.34% 0.55% -
HSV(B) 253.67º 0.44% 0.71% -
XYZ 20.5 16.52 45.29 -
YUV 115.39 164.46 130.58 -
System Red Green Blue C M Y K H S L
Decimal 119 101 180 0.34 0.44 0 0.29 253.67 0.34 0.55
Hex 77 65 B4 22 2C 0 1D FE 22 37
Octal 167 145 264 42 54 0 35 376 42 67
Binary 1110111 1100101 10110100 100010 101100 0 11101 11111110 100010 110111

Color Harmonies of #7765B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7765B4

Black with #7765B4

Text Example


Text Example

White with #7765B4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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