Html Css Color HEX #7755B7 Blue Marguerite

📋 copy color: '#7755B7'

red 119 ◦ green 85 ◦ blue 183

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

Shades of Blue Marguerite #7755B7

Tints of Blue Marguerite #7755B7

RGB

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

 GREEN value IS 85 (33.59% from 255) = 21.96%

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

R = 30.75%
G = 21.96%
B = 47.29%

CMYK

 C value IS 0.35

 M value IS 0.54

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#7755B7 (or 0x7755B7) is known color: Blue Marguerite. HEX triplet: 77, 55 and B7. RGB value is (119,85,183). Sum of RGB (Red+Green+Blue) = 119+85+183=387 (51% of max value = 765). Red value is 119 (46.88% from 255 or 30.75% from 387); Green value is 85 (33.59% from 255 or 21.96% from 387); Blue value is 183 (71.88% from 255 or 47.29% from 387); Max value from RGB is 183 - color contains mainly: blue. Hex color #7755B7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7755B7 is #88AA48. Grayscale: #696969. Windows color (decimal): -8956489 or 12014967. OLE color: 12014967.

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

Color convert

RGB 119 85 183 -
CMYK 0.35 0.54 0 0.28
HSL 260.82º 0.4% 0.53% -
HSV(B) 260.82º 0.54% 0.72% -
XYZ 19.4 13.84 46.45 -
YUV 106.34 171.26 137.03 -
System Red Green Blue C M Y K H S L
Decimal 119 85 183 0.35 0.54 0 0.28 260.82 0.4 0.53
Hex 77 55 B7 23 36 0 1C 105 28 35
Octal 167 125 267 43 66 0 34 405 50 65
Binary 1110111 1010101 10110111 100011 110110 0 11100 100000101 101000 110101

Color Harmonies of #7755B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7755B7

Black with #7755B7

Text Example


Text Example

White with #7755B7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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