Html Css Color HEX #7768BA Blue Marguerite

📋 copy color: '#7768BA'

red 119 ◦ green 104 ◦ blue 186

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

Shades of Blue Marguerite #7768BA

Tints of Blue Marguerite #7768BA

RGB

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

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

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

R = 29.1%
G = 25.43%
B = 45.48%

CMYK

 C value IS 0.36

 M value IS 0.44

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7768BA (or 0x7768BA) is known color: Blue Marguerite. HEX triplet: 77, 68 and BA. RGB value is (119,104,186). Sum of RGB (Red+Green+Blue) = 119+104+186=409 (54% of max value = 765). Red value is 119 (46.88% from 255 or 29.10% from 409); Green value is 104 (41.02% from 255 or 25.43% from 409); Blue value is 186 (73.05% from 255 or 45.48% from 409); Max value from RGB is 186 - color contains mainly: blue. Hex color #7768BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7768BA is #889745. Grayscale: #757575. Windows color (decimal): -8951622 or 12216439. OLE color: 12216439.

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

Color convert

RGB 119 104 186 -
CMYK 0.36 0.44 0 0.27
HSL 250.98º 0.37% 0.57% -
HSV(B) 250.98º 0.44% 0.73% -
XYZ 21.42 17.37 48.68 -
YUV 117.83 166.47 128.83 -
System Red Green Blue C M Y K H S L
Decimal 119 104 186 0.36 0.44 0 0.27 250.98 0.37 0.57
Hex 77 68 BA 24 2C 0 1B FB 25 39
Octal 167 150 272 44 54 0 33 373 45 71
Binary 1110111 1101000 10111010 100100 101100 0 11011 11111011 100101 111001

Color Harmonies of #7768BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7768BA

Black with #7768BA

Text Example


Text Example

White with #7768BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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