#765BBF

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

Shades of Blue Marguerite #765BBF

Tints of Blue Marguerite #765BBF

Color information

#765BBF (or 0x765BBF) is unknown color: approx Blue Marguerite. HEX triplet: 76, 5B and BF. RGB value is (118,91,191). Sum of RGB (Red+Green+Blue) = 118+91+191=400 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.5% from 400); Green value is 91 (35.94% from 255 or 22.75% from 400); Blue value is 191 (75% from 255 or 47.75% from 400); Max value from RGB is 191 - color contains mainly: blue. Hex color #765BBF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #765BBF is #89A440. Grayscale: #6E6E6E. Windows color (decimal): -9020481 or 12540790. OLE color: 12540790.

HSL color Cylindrical-coordinate representation of color #765BBF: hue angle of 256.2º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #765BBF is Cyan = 0.38, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB11891191-
CMYK0.380.5200.25
HSL256.2º43.86%55.29%-
HSV(B)256.2º52.36%74.9%-
XYZ20.6215.151.12-
YUV110.47173.45133.37-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 29.5%
GREEN value IS 91 (35.94% from 255) = 22.75%
BLUE value IS 191 (75% from 255) = 47.75%
R=29.5%
G=22.75%
B=47.75%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal118911910.380.5200.25256.243.8655.29
Hex765BBF26340191002c37
Octal16613327746640314005467
Binary1110110101101110111111100110110100011001100000000101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765BBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #765BBF; }

 p { color: rgb(118,91,191); }

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

<style>
 a { background-color: #765BBF; }

 a { background-color: rgb(118,91,191); }

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

<style>
 span { border-color: #765BBF; }

 span { border-color: rgb(118,91,191); }

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