#765BB7

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

Shades of Blue Marguerite #765BB7

Tints of Blue Marguerite #765BB7

Color information

#765BB7 (or 0x765BB7) is unknown color: approx Blue Marguerite. HEX triplet: 76, 5B and B7. RGB value is (118,91,183). Sum of RGB (Red+Green+Blue) = 118+91+183=392 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.10% from 392); Green value is 91 (35.94% from 255 or 23.21% from 392); Blue value is 183 (71.88% from 255 or 46.68% from 392); Max value from RGB is 183 - color contains mainly: blue. Hex color #765BB7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #765BB7 is #89A448. Grayscale: #6D6D6D. Windows color (decimal): -9020489 or 12016502. OLE color: 12016502.

HSL color Cylindrical-coordinate representation of color #765BB7: hue angle of 257.61º degrees, saturation: 0.39, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #765BB7 is Cyan = 0.36, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB11891183-
CMYK0.360.5000.28
HSL257.61º38.98%53.73%-
HSV(B)257.61º50.27%71.76%-
XYZ19.7614.7546.61-
YUV109.56169.45134.02-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 30.10%
GREEN value IS 91 (35.94% from 255) = 23.21%
BLUE value IS 183 (71.88% from 255) = 46.68%
R=30.10%
G=23.21%
B=46.68%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal118911830.360.5000.28257.6138.9853.73
Hex765BB7243201C1022736
Octal16613326744620344024766
Binary1110110101101110110111100100110010011100100000010100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765BB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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