#7767B3

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

Shades of Blue Marguerite #7767B3

Tints of Blue Marguerite #7767B3

Color information

#7767B3 (or 0x7767B3) is unknown color: approx Blue Marguerite. HEX triplet: 77, 67 and B3. RGB value is (119,103,179). Sum of RGB (Red+Green+Blue) = 119+103+179=401 (53% of max value = 765). Red value is 119 (46.88% from 255 or 29.68% from 401); Green value is 103 (40.62% from 255 or 25.69% from 401); Blue value is 179 (70.31% from 255 or 44.64% from 401); Max value from RGB is 179 - color contains mainly: blue. Hex color #7767B3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7767B3 is #88984C. Grayscale: #747474. Windows color (decimal): -8951885 or 11757431. OLE color: 11757431.

HSL color Cylindrical-coordinate representation of color #7767B3: hue angle of 252.63º degrees, saturation: 0.33, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7767B3 is Cyan = 0.34, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB119103179-
CMYK0.340.4200.30
HSL252.63º33.33%55.29%-
HSV(B)252.63º42.46%70.2%-
XYZ20.5916.8844.82-
YUV116.45163.3129.82-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 29.68%
GREEN value IS 103 (40.62% from 255) = 25.69%
BLUE value IS 179 (70.31% from 255) = 44.64%
R=29.68%
G=25.69%
B=44.64%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1191031790.340.4200.30252.6333.3355.29
Hex7767B3222A01Efd2137
Octal16714726342520363754167
Binary111011111001111011001110001010101001111011111101100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7767B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7767B3; }

 p { color: rgb(119,103,179); }

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

<style>
 a { background-color: #7767B3; }

 a { background-color: rgb(119,103,179); }

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

<style>
 span { border-color: #7767B3; }

 span { border-color: rgb(119,103,179); }

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