#776CB6

Color #776CB6 Blue Marguerite (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Marguerite #776CB6

Tints of Blue Marguerite #776CB6

Color information

#776CB6 (or 0x776CB6) is unknown color: approx Blue Marguerite. HEX triplet: 77, 6C and B6. RGB value is (119,108,182). Sum of RGB (Red+Green+Blue) = 119+108+182=409 (54% of max value = 765). Red value is 119 (46.88% from 255 or 29.10% from 409); Green value is 108 (42.58% from 255 or 26.41% from 409); Blue value is 182 (71.48% from 255 or 44.50% from 409); Max value from RGB is 182 - color contains mainly: blue. Hex color #776CB6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #776CB6 is #889349. Grayscale: #777777. Windows color (decimal): -8950602 or 11955319. OLE color: 11955319.

HSL color Cylindrical-coordinate representation of color #776CB6: hue angle of 248.92º degrees, saturation: 0.34, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #776CB6 is Cyan = 0.35, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB119108182-
CMYK0.350.4100.29
HSL248.92º33.64%56.86%-
HSV(B)248.92º40.66%71.37%-
XYZ21.4118.0246.61-
YUV119.72163.14127.48-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 29.10%
GREEN value IS 108 (42.58% from 255) = 26.41%
BLUE value IS 182 (71.48% from 255) = 44.50%
R=29.10%
G=26.41%
B=44.50%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1191081820.350.4100.29248.9233.6456.86
Hex776CB6232901Df92239
Octal16715426643510353714271
Binary111011111011001011011010001110100101110111111001100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776CB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #776CB6; }

 p { color: rgb(119,108,182); }

 H1.HeaderClassName
 {
   color: #776CB6;
 }
 .AnyTagClassName
 {
   color: #776CB6;
 }
</style>
background-color css

<style>
 a { background-color: #776CB6; }

 a { background-color: rgb(119,108,182); }

 div.DivClassName
 {
   background-color: #776CB6;
 }
 .BgClassName
 {
   background-color: #776CB6;
 }
</style>
border-color css

<style>
 span { border-color: #776CB6; }

 span { border-color: rgb(119,108,182); }

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