Html Css Color HEX #7669BC Blue Marguerite

📋 copy color: '#7669BC'

red 118 ◦ green 105 ◦ blue 188

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

Shades of Blue Marguerite #7669BC

Tints of Blue Marguerite #7669BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 45.74%

R = 28.71%
G = 25.55%
B = 45.74%

CMYK

 C value IS 0.37

 M value IS 0.44

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7669BC (or 0x7669BC) is known color: Blue Marguerite. HEX triplet: 76, 69 and BC. RGB value is (118,105,188). Sum of RGB (Red+Green+Blue) = 118+105+188=411 (54% of max value = 765). Red value is 118 (46.48% from 255 or 28.71% from 411); Green value is 105 (41.41% from 255 or 25.55% from 411); Blue value is 188 (73.83% from 255 or 45.74% from 411); Max value from RGB is 188 - color contains mainly: blue. Hex color #7669BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7669BC is #899643. Grayscale: #767676. Windows color (decimal): -9016900 or 12347766. OLE color: 12347766.

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

Color convert

RGB 118 105 188 -
CMYK 0.37 0.44 0 0.26
HSL 249.4º 0.38% 0.57% -
HSV(B) 249.4º 0.44% 0.74% -
XYZ 21.6 17.59 49.83 -
YUV 118.35 167.31 127.75 -
System Red Green Blue C M Y K H S L
Decimal 118 105 188 0.37 0.44 0 0.26 249.4 0.38 0.57
Hex 76 69 BC 25 2C 0 1A F9 26 39
Octal 166 151 274 45 54 0 32 371 46 71
Binary 1110110 1101001 10111100 100101 101100 0 11010 11111001 100110 111001

Color Harmonies of #7669BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7669BC

Black with #7669BC

Text Example


Text Example

White with #7669BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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