Html Css Color HEX #7669BD Blue Marguerite

📋 copy color: '#7669BD'

red 118 ◦ green 105 ◦ blue 189

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

Shades of Blue Marguerite #7669BD

Tints of Blue Marguerite #7669BD

RGB

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

 GREEN value IS 105 (41.41% from 255) = 25.49%

 BLUE value IS 189 (74.22% from 255) = 45.87%

R = 28.64%
G = 25.49%
B = 45.87%

CMYK

 C value IS 0.38

 M value IS 0.44

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7669BD (or 0x7669BD) is known color: Blue Marguerite. HEX triplet: 76, 69 and BD. RGB value is (118,105,189). Sum of RGB (Red+Green+Blue) = 118+105+189=412 (54% of max value = 765). Red value is 118 (46.48% from 255 or 28.64% from 412); Green value is 105 (41.41% from 255 or 25.49% from 412); Blue value is 189 (74.22% from 255 or 45.87% from 412); Max value from RGB is 189 - color contains mainly: blue. Hex color #7669BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7669BD is #899642. Grayscale: #767676. Windows color (decimal): -9016899 or 12413302. OLE color: 12413302.

HSL color Cylindrical-coordinate representation of color #7669BD: hue angle of 249.29º degrees, saturation: 0.39, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7669BD is Cyan = 0.38, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 118 105 189 -
CMYK 0.38 0.44 0 0.26
HSL 249.29º 0.39% 0.58% -
HSV(B) 249.29º 0.44% 0.74% -
XYZ 21.71 17.63 50.4 -
YUV 118.46 167.81 127.67 -
System Red Green Blue C M Y K H S L
Decimal 118 105 189 0.38 0.44 0 0.26 249.29 0.39 0.58
Hex 76 69 BD 26 2C 0 1A F9 27 3A
Octal 166 151 275 46 54 0 32 371 47 72
Binary 1110110 1101001 10111101 100110 101100 0 11010 11111001 100111 111010

Color Harmonies of #7669BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7669BD

Black with #7669BD

Text Example


Text Example

White with #7669BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7669BD; }

 p { color: rgb(118,105,189); }

 H1.HeaderClassName
 {
   color: #7669BD;
 }
 .AnyTagClassName
 {
   color: #7669BD;
 }
</style>

background-color css

<style>
 a { background-color: #7669BD; }

 a { background-color: rgb(118,105,189); }

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

border-color css

<style>
 span { border-color: #7669BD; }

 span { border-color: rgb(118,105,189); }

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