Html Css Color HEX #7661B1 Blue Marguerite

📋 copy color: '#7661B1'

red 118 ◦ green 97 ◦ blue 177

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

Shades of Blue Marguerite #7661B1

Tints of Blue Marguerite #7661B1

RGB

 RED value IS 118 (46.48% from 255) = 30.1%

 GREEN value IS 97 (38.28% from 255) = 24.74%

 BLUE value IS 177 (69.53% from 255) = 45.15%

R = 30.1%
G = 24.74%
B = 45.15%

CMYK

 C value IS 0.33

 M value IS 0.45

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#7661B1 (or 0x7661B1) is known color: Blue Marguerite. HEX triplet: 76, 61 and B1. RGB value is (118,97,177). Sum of RGB (Red+Green+Blue) = 118+97+177=392 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.10% from 392); Green value is 97 (38.28% from 255 or 24.74% from 392); Blue value is 177 (69.53% from 255 or 45.15% from 392); Max value from RGB is 177 - color contains mainly: blue. Hex color #7661B1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7661B1 is #899E4E. Grayscale: #707070. Windows color (decimal): -9018959 or 11624822. OLE color: 11624822.

HSL color Cylindrical-coordinate representation of color #7661B1: hue angle of 255.75º degrees, saturation: 0.34, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7661B1 is Cyan = 0.33, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 118 97 177 -
CMYK 0.33 0.45 0 0.31
HSL 255.75º 0.34% 0.54% -
HSV(B) 255.75º 0.45% 0.69% -
XYZ 19.68 15.58 43.56 -
YUV 112.4 164.46 132 -
System Red Green Blue C M Y K H S L
Decimal 118 97 177 0.33 0.45 0 0.31 255.75 0.34 0.54
Hex 76 61 B1 21 2D 0 1F 100 22 36
Octal 166 141 261 41 55 0 37 400 42 66
Binary 1110110 1100001 10110001 100001 101101 0 11111 100000000 100010 110110

Color Harmonies of #7661B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7661B1

Black with #7661B1

Text Example


Text Example

White with #7661B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7661B1; }

 p { color: rgb(118,97,177); }

 H1.HeaderClassName
 {
   color: #7661B1;
 }
 .AnyTagClassName
 {
   color: #7661B1;
 }
</style>

background-color css

<style>
 a { background-color: #7661B1; }

 a { background-color: rgb(118,97,177); }

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

border-color css

<style>
 span { border-color: #7661B1; }

 span { border-color: rgb(118,97,177); }

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