Html Css Color HEX #7766BC Blue Marguerite

📋 copy color: '#7766BC'

red 119 ◦ green 102 ◦ blue 188

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

Shades of Blue Marguerite #7766BC

Tints of Blue Marguerite #7766BC

RGB

 RED value IS 119 (46.88% from 255) = 29.1%

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

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

R = 29.1%
G = 24.94%
B = 45.97%

CMYK

 C value IS 0.37

 M value IS 0.46

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7766BC (or 0x7766BC) is known color: Blue Marguerite. HEX triplet: 77, 66 and BC. RGB value is (119,102,188). Sum of RGB (Red+Green+Blue) = 119+102+188=409 (54% of max value = 765). Red value is 119 (46.88% from 255 or 29.10% from 409); Green value is 102 (40.23% from 255 or 24.94% from 409); Blue value is 188 (73.83% from 255 or 45.97% from 409); Max value from RGB is 188 - color contains mainly: blue. Hex color #7766BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7766BC is #889943. Grayscale: #747474. Windows color (decimal): -8952132 or 12346999. OLE color: 12346999.

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

Color convert

RGB 119 102 188 -
CMYK 0.37 0.46 0 0.26
HSL 251.86º 0.39% 0.57% -
HSV(B) 251.86º 0.46% 0.74% -
XYZ 21.44 17.06 49.74 -
YUV 116.89 168.13 129.51 -
System Red Green Blue C M Y K H S L
Decimal 119 102 188 0.37 0.46 0 0.26 251.86 0.39 0.57
Hex 77 66 BC 25 2E 0 1A FC 27 39
Octal 167 146 274 45 56 0 32 374 47 71
Binary 1110111 1100110 10111100 100101 101110 0 11010 11111100 100111 111001

Color Harmonies of #7766BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7766BC

Black with #7766BC

Text Example


Text Example

White with #7766BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,102,188); }

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

background-color css

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

 a { background-color: rgb(119,102,188); }

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

border-color css

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

 span { border-color: rgb(119,102,188); }

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