Html Css Color HEX #7756BA Blue Marguerite

📋 copy color: '#7756BA'

red 119 ◦ green 86 ◦ blue 186

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

Shades of Blue Marguerite #7756BA

Tints of Blue Marguerite #7756BA

RGB

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

 GREEN value IS 86 (33.98% from 255) = 21.99%

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

R = 30.43%
G = 21.99%
B = 47.57%

CMYK

 C value IS 0.36

 M value IS 0.54

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7756BA (or 0x7756BA) is known color: Blue Marguerite. HEX triplet: 77, 56 and BA. RGB value is (119,86,186). Sum of RGB (Red+Green+Blue) = 119+86+186=391 (51% of max value = 765). Red value is 119 (46.88% from 255 or 30.43% from 391); Green value is 86 (33.98% from 255 or 21.99% from 391); Blue value is 186 (73.05% from 255 or 47.57% from 391); Max value from RGB is 186 - color contains mainly: blue. Hex color #7756BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7756BA is #88A945. Grayscale: #6A6A6A. Windows color (decimal): -8956230 or 12211831. OLE color: 12211831.

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

Color convert

RGB 119 86 186 -
CMYK 0.36 0.54 0 0.27
HSL 259.8º 0.42% 0.53% -
HSV(B) 259.8º 0.54% 0.73% -
XYZ 19.8 14.12 48.14 -
YUV 107.27 172.43 136.37 -
System Red Green Blue C M Y K H S L
Decimal 119 86 186 0.36 0.54 0 0.27 259.8 0.42 0.53
Hex 77 56 BA 24 36 0 1B 104 2A 35
Octal 167 126 272 44 66 0 33 404 52 65
Binary 1110111 1010110 10111010 100100 110110 0 11011 100000100 101010 110101

Color Harmonies of #7756BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7756BA

Black with #7756BA

Text Example


Text Example

White with #7756BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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