#7765BF

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

Shades of Blue Marguerite #7765BF

Tints of Blue Marguerite #7765BF

Color information

#7765BF (or 0x7765BF) is unknown color: approx Blue Marguerite. HEX triplet: 77, 65 and BF. RGB value is (119,101,191). Sum of RGB (Red+Green+Blue) = 119+101+191=411 (54% of max value = 765). Red value is 119 (46.88% from 255 or 28.95% from 411); Green value is 101 (39.84% from 255 or 24.57% from 411); Blue value is 191 (75% from 255 or 46.47% from 411); Max value from RGB is 191 - color contains mainly: blue. Hex color #7765BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7765BF is #889A40. Grayscale: #747474. Windows color (decimal): -8952385 or 12543351. OLE color: 12543351.

HSL color Cylindrical-coordinate representation of color #7765BF: hue angle of 252º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7765BF is Cyan = 0.38, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB119101191-
CMYK0.380.4700.25
HSL252º41.28%57.25%-
HSV(B)252º47.12%74.9%-
XYZ21.6716.9951.43-
YUV116.64169.96129.68-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 28.95%
GREEN value IS 101 (39.84% from 255) = 24.57%
BLUE value IS 191 (75% from 255) = 46.47%
R=28.95%
G=24.57%
B=46.47%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1191011910.380.4700.2525241.2857.25
Hex7765BF262F019fc2939
Octal16714527746570313745171
Binary111011111001011011111110011010111101100111111100101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7765BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7765BF; }

 p { color: rgb(119,101,191); }

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

<style>
 a { background-color: #7765BF; }

 a { background-color: rgb(119,101,191); }

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

<style>
 span { border-color: #7765BF; }

 span { border-color: rgb(119,101,191); }

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