Html Css Color HEX #7768B7 Blue Marguerite

📋 copy color: '#7768B7'

red 119 ◦ green 104 ◦ blue 183

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

Shades of Blue Marguerite #7768B7

Tints of Blue Marguerite #7768B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 45.07%

R = 29.31%
G = 25.62%
B = 45.07%

CMYK

 C value IS 0.35

 M value IS 0.43

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#7768B7 (or 0x7768B7) is known color: Blue Marguerite. HEX triplet: 77, 68 and B7. RGB value is (119,104,183). Sum of RGB (Red+Green+Blue) = 119+104+183=406 (53% of max value = 765). Red value is 119 (46.88% from 255 or 29.31% from 406); Green value is 104 (41.02% from 255 or 25.62% from 406); Blue value is 183 (71.88% from 255 or 45.07% from 406); Max value from RGB is 183 - color contains mainly: blue. Hex color #7768B7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7768B7 is #889748. Grayscale: #757575. Windows color (decimal): -8951625 or 12019831. OLE color: 12019831.

HSL color Cylindrical-coordinate representation of color #7768B7: hue angle of 251.39º degrees, saturation: 0.35, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7768B7 is Cyan = 0.35, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 119 104 183 -
CMYK 0.35 0.43 0 0.28
HSL 251.39º 0.35% 0.56% -
HSV(B) 251.39º 0.43% 0.72% -
XYZ 21.11 17.24 47.02 -
YUV 117.49 164.97 129.08 -
System Red Green Blue C M Y K H S L
Decimal 119 104 183 0.35 0.43 0 0.28 251.39 0.35 0.56
Hex 77 68 B7 23 2B 0 1C FB 23 38
Octal 167 150 267 43 53 0 34 373 43 70
Binary 1110111 1101000 10110111 100011 101011 0 11100 11111011 100011 111000

Color Harmonies of #7768B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7768B7

Black with #7768B7

Text Example


Text Example

White with #7768B7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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