Html Css Color HEX #7768B3 Blue Marguerite

📋 copy color: '#7768B3'

red 119 ◦ green 104 ◦ blue 179

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

Shades of Blue Marguerite #7768B3

Tints of Blue Marguerite #7768B3

RGB

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

 GREEN value IS 104 (41.02% from 255) = 25.87%

 BLUE value IS 179 (70.31% from 255) = 44.53%

R = 29.6%
G = 25.87%
B = 44.53%

CMYK

 C value IS 0.34

 M value IS 0.42

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#7768B3 (or 0x7768B3) is known color: Blue Marguerite. HEX triplet: 77, 68 and B3. RGB value is (119,104,179). Sum of RGB (Red+Green+Blue) = 119+104+179=402 (53% of max value = 765). Red value is 119 (46.88% from 255 or 29.60% from 402); Green value is 104 (41.02% from 255 or 25.87% from 402); Blue value is 179 (70.31% from 255 or 44.53% from 402); Max value from RGB is 179 - color contains mainly: blue. Hex color #7768B3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7768B3 is #88974C. Grayscale: #747474. Windows color (decimal): -8951629 or 11757687. OLE color: 11757687.

HSL color Cylindrical-coordinate representation of color #7768B3: hue angle of 252º degrees, saturation: 0.33, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7768B3 is Cyan = 0.34, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 119 104 179 -
CMYK 0.34 0.42 0 0.30
HSL 252º 0.33% 0.55% -
HSV(B) 252º 0.42% 0.7% -
XYZ 20.69 17.08 44.85 -
YUV 117.04 162.97 129.4 -
System Red Green Blue C M Y K H S L
Decimal 119 104 179 0.34 0.42 0 0.30 252 0.33 0.55
Hex 77 68 B3 22 2A 0 1E FC 21 37
Octal 167 150 263 42 52 0 36 374 41 67
Binary 1110111 1101000 10110011 100010 101010 0 11110 11111100 100001 110111

Color Harmonies of #7768B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7768B3

Black with #7768B3

Text Example


Text Example

White with #7768B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7768B3; }

 p { color: rgb(119,104,179); }

 H1.HeaderClassName
 {
   color: #7768B3;
 }
 .AnyTagClassName
 {
   color: #7768B3;
 }
</style>

background-color css

<style>
 a { background-color: #7768B3; }

 a { background-color: rgb(119,104,179); }

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

border-color css

<style>
 span { border-color: #7768B3; }

 span { border-color: rgb(119,104,179); }

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