Html Css Color HEX #7756BE Blue Marguerite

📋 copy color: '#7756BE'

red 119 ◦ green 86 ◦ blue 190

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

Shades of Blue Marguerite #7756BE

Tints of Blue Marguerite #7756BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 48.1%

R = 30.13%
G = 21.77%
B = 48.1%

CMYK

 C value IS 0.37

 M value IS 0.55

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7756BE (or 0x7756BE) is known color: Blue Marguerite. HEX triplet: 77, 56 and BE. RGB value is (119,86,190). Sum of RGB (Red+Green+Blue) = 119+86+190=395 (52% of max value = 765). Red value is 119 (46.88% from 255 or 30.13% from 395); Green value is 86 (33.98% from 255 or 21.77% from 395); Blue value is 190 (74.61% from 255 or 48.10% from 395); Max value from RGB is 190 - color contains mainly: blue. Hex color #7756BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7756BE is #88A941. Grayscale: #6B6B6B. Windows color (decimal): -8956226 or 12473975. OLE color: 12473975.

HSL color Cylindrical-coordinate representation of color #7756BE: hue angle of 259.04º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7756BE is Cyan = 0.37, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 119 86 190 -
CMYK 0.37 0.55 0 0.25
HSL 259.04º 0.44% 0.54% -
HSV(B) 259.04º 0.55% 0.75% -
XYZ 20.23 14.3 50.41 -
YUV 107.72 174.43 136.04 -
System Red Green Blue C M Y K H S L
Decimal 119 86 190 0.37 0.55 0 0.25 259.04 0.44 0.54
Hex 77 56 BE 25 37 0 19 103 2C 36
Octal 167 126 276 45 67 0 31 403 54 66
Binary 1110111 1010110 10111110 100101 110111 0 11001 100000011 101100 110110

Color Harmonies of #7756BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7756BE

Black with #7756BE

Text Example


Text Example

White with #7756BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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