Html Css Color HEX #7666BA Blue Marguerite

📋 copy color: '#7666BA'

red 118 ◦ green 102 ◦ blue 186

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

Shades of Blue Marguerite #7666BA

Tints of Blue Marguerite #7666BA

RGB

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

 GREEN value IS 102 (40.23% from 255) = 25.12%

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

R = 29.06%
G = 25.12%
B = 45.81%

CMYK

 C value IS 0.37

 M value IS 0.45

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7666BA (or 0x7666BA) is known color: Blue Marguerite. HEX triplet: 76, 66 and BA. RGB value is (118,102,186). Sum of RGB (Red+Green+Blue) = 118+102+186=406 (53% of max value = 765). Red value is 118 (46.48% from 255 or 29.06% from 406); Green value is 102 (40.23% from 255 or 25.12% from 406); Blue value is 186 (73.05% from 255 or 45.81% from 406); Max value from RGB is 186 - color contains mainly: blue. Hex color #7666BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7666BA is #899945. Grayscale: #747474. Windows color (decimal): -9017670 or 12215926. OLE color: 12215926.

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

Color convert

RGB 118 102 186 -
CMYK 0.37 0.45 0 0.27
HSL 251.43º 0.38% 0.56% -
HSV(B) 251.43º 0.45% 0.73% -
XYZ 21.09 16.9 48.6 -
YUV 116.36 167.3 129.17 -
System Red Green Blue C M Y K H S L
Decimal 118 102 186 0.37 0.45 0 0.27 251.43 0.38 0.56
Hex 76 66 BA 25 2D 0 1B FB 26 38
Octal 166 146 272 45 55 0 33 373 46 70
Binary 1110110 1100110 10111010 100101 101101 0 11011 11111011 100110 111000

Color Harmonies of #7666BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7666BA

Black with #7666BA

Text Example


Text Example

White with #7666BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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