Html Css Color HEX #7763BA Blue Marguerite

📋 copy color: '#7763BA'

red 119 ◦ green 99 ◦ blue 186

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

Shades of Blue Marguerite #7763BA

Tints of Blue Marguerite #7763BA

RGB

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

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

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

R = 29.46%
G = 24.5%
B = 46.04%

CMYK

 C value IS 0.36

 M value IS 0.47

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7763BA (or 0x7763BA) is known color: Blue Marguerite. HEX triplet: 77, 63 and BA. RGB value is (119,99,186). Sum of RGB (Red+Green+Blue) = 119+99+186=404 (53% of max value = 765). Red value is 119 (46.88% from 255 or 29.46% from 404); Green value is 99 (39.06% from 255 or 24.50% from 404); Blue value is 186 (73.05% from 255 or 46.04% from 404); Max value from RGB is 186 - color contains mainly: blue. Hex color #7763BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7763BA is #889C45. Grayscale: #727272. Windows color (decimal): -8952902 or 12215159. OLE color: 12215159.

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

Color convert

RGB 119 99 186 -
CMYK 0.36 0.47 0 0.27
HSL 253.79º 0.39% 0.56% -
HSV(B) 253.79º 0.47% 0.73% -
XYZ 20.93 16.39 48.51 -
YUV 114.9 168.13 130.93 -
System Red Green Blue C M Y K H S L
Decimal 119 99 186 0.36 0.47 0 0.27 253.79 0.39 0.56
Hex 77 63 BA 24 2F 0 1B FE 27 38
Octal 167 143 272 44 57 0 33 376 47 70
Binary 1110111 1100011 10111010 100100 101111 0 11011 11111110 100111 111000

Color Harmonies of #7763BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7763BA

Black with #7763BA

Text Example


Text Example

White with #7763BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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