Html Css Color HEX #766FB3 Blue Marguerite

📋 copy color: '#766FB3'

red 118 ◦ green 111 ◦ blue 179

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

Shades of Blue Marguerite #766FB3

Tints of Blue Marguerite #766FB3

RGB

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

 GREEN value IS 111 (43.75% from 255) = 27.21%

 BLUE value IS 179 (70.31% from 255) = 43.87%

R = 28.92%
G = 27.21%
B = 43.87%

CMYK

 C value IS 0.34

 M value IS 0.38

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#766FB3 (or 0x766FB3) is known color: Blue Marguerite. HEX triplet: 76, 6F and B3. RGB value is (118,111,179). Sum of RGB (Red+Green+Blue) = 118+111+179=408 (54% of max value = 765). Red value is 118 (46.48% from 255 or 28.92% from 408); Green value is 111 (43.75% from 255 or 27.21% from 408); Blue value is 179 (70.31% from 255 or 43.87% from 408); Max value from RGB is 179 - color contains mainly: blue. Hex color #766FB3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #766FB3 is #89904C. Grayscale: #787878. Windows color (decimal): -9015373 or 11759478. OLE color: 11759478.

HSL color Cylindrical-coordinate representation of color #766FB3: hue angle of 246.18º degrees, saturation: 0.31, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #766FB3 is Cyan = 0.34, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 118 111 179 -
CMYK 0.34 0.38 0 0.30
HSL 246.18º 0.31% 0.57% -
HSV(B) 246.18º 0.38% 0.7% -
XYZ 21.29 18.48 45.09 -
YUV 120.85 160.82 125.97 -
System Red Green Blue C M Y K H S L
Decimal 118 111 179 0.34 0.38 0 0.30 246.18 0.31 0.57
Hex 76 6F B3 22 26 0 1E F6 1F 39
Octal 166 157 263 42 46 0 36 366 37 71
Binary 1110110 1101111 10110011 100010 100110 0 11110 11110110 11111 111001

Color Harmonies of #766FB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766FB3

Black with #766FB3

Text Example


Text Example

White with #766FB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766FB3; }

 p { color: rgb(118,111,179); }

 H1.HeaderClassName
 {
   color: #766FB3;
 }
 .AnyTagClassName
 {
   color: #766FB3;
 }
</style>

background-color css

<style>
 a { background-color: #766FB3; }

 a { background-color: rgb(118,111,179); }

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

border-color css

<style>
 span { border-color: #766FB3; }

 span { border-color: rgb(118,111,179); }

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