Html Css Color HEX #7763B6 Blue Marguerite

📋 copy color: '#7763B6'

red 119 ◦ green 99 ◦ blue 182

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

Shades of Blue Marguerite #7763B6

Tints of Blue Marguerite #7763B6

RGB

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

 GREEN value IS 99 (39.06% from 255) = 24.75%

 BLUE value IS 182 (71.48% from 255) = 45.5%

R = 29.75%
G = 24.75%
B = 45.5%

CMYK

 C value IS 0.35

 M value IS 0.46

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#7763B6 (or 0x7763B6) is known color: Blue Marguerite. HEX triplet: 77, 63 and B6. RGB value is (119,99,182). Sum of RGB (Red+Green+Blue) = 119+99+182=400 (52% of max value = 765). Red value is 119 (46.88% from 255 or 29.75% from 400); Green value is 99 (39.06% from 255 or 24.75% from 400); Blue value is 182 (71.48% from 255 or 45.5% from 400); Max value from RGB is 182 - color contains mainly: blue. Hex color #7763B6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7763B6 is #889C49. Grayscale: #727272. Windows color (decimal): -8952906 or 11953015. OLE color: 11953015.

HSL color Cylindrical-coordinate representation of color #7763B6: hue angle of 254.46º degrees, saturation: 0.36, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7763B6 is Cyan = 0.35, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 119 99 182 -
CMYK 0.35 0.46 0 0.29
HSL 254.46º 0.36% 0.55% -
HSV(B) 254.46º 0.46% 0.71% -
XYZ 20.51 16.22 46.31 -
YUV 114.44 166.13 131.25 -
System Red Green Blue C M Y K H S L
Decimal 119 99 182 0.35 0.46 0 0.29 254.46 0.36 0.55
Hex 77 63 B6 23 2E 0 1D FE 24 37
Octal 167 143 266 43 56 0 35 376 44 67
Binary 1110111 1100011 10110110 100011 101110 0 11101 11111110 100100 110111

Color Harmonies of #7763B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7763B6

Black with #7763B6

Text Example


Text Example

White with #7763B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7763B6; }

 p { color: rgb(119,99,182); }

 H1.HeaderClassName
 {
   color: #7763B6;
 }
 .AnyTagClassName
 {
   color: #7763B6;
 }
</style>

background-color css

<style>
 a { background-color: #7763B6; }

 a { background-color: rgb(119,99,182); }

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

border-color css

<style>
 span { border-color: #7763B6; }

 span { border-color: rgb(119,99,182); }

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