Html Css Color HEX #7669BA Blue Marguerite

📋 copy color: '#7669BA'

red 118 ◦ green 105 ◦ blue 186

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

Shades of Blue Marguerite #7669BA

Tints of Blue Marguerite #7669BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 45.48%

R = 28.85%
G = 25.67%
B = 45.48%

CMYK

 C value IS 0.37

 M value IS 0.44

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7669BA (or 0x7669BA) is known color: Blue Marguerite. HEX triplet: 76, 69 and BA. RGB value is (118,105,186). Sum of RGB (Red+Green+Blue) = 118+105+186=409 (54% of max value = 765). Red value is 118 (46.48% from 255 or 28.85% from 409); Green value is 105 (41.41% from 255 or 25.67% from 409); Blue value is 186 (73.05% from 255 or 45.48% from 409); Max value from RGB is 186 - color contains mainly: blue. Hex color #7669BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7669BA is #899645. Grayscale: #757575. Windows color (decimal): -9016902 or 12216694. OLE color: 12216694.

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

Color convert

RGB 118 105 186 -
CMYK 0.37 0.44 0 0.27
HSL 249.63º 0.37% 0.57% -
HSV(B) 249.63º 0.44% 0.73% -
XYZ 21.39 17.5 48.71 -
YUV 118.12 166.31 127.91 -
System Red Green Blue C M Y K H S L
Decimal 118 105 186 0.37 0.44 0 0.27 249.63 0.37 0.57
Hex 76 69 BA 25 2C 0 1B FA 25 39
Octal 166 151 272 45 54 0 33 372 45 71
Binary 1110110 1101001 10111010 100101 101100 0 11011 11111010 100101 111001

Color Harmonies of #7669BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7669BA

Black with #7669BA

Text Example


Text Example

White with #7669BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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