#765BB5

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

Shades of Blue Marguerite #765BB5

Tints of Blue Marguerite #765BB5

Color information

#765BB5 (or 0x765BB5) is unknown color: approx Blue Marguerite. HEX triplet: 76, 5B and B5. RGB value is (118,91,181). Sum of RGB (Red+Green+Blue) = 118+91+181=390 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.26% from 390); Green value is 91 (35.94% from 255 or 23.33% from 390); Blue value is 181 (71.09% from 255 or 46.41% from 390); Max value from RGB is 181 - color contains mainly: blue. Hex color #765BB5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #765BB5 is #89A44A. Grayscale: #6D6D6D. Windows color (decimal): -9020491 or 11885430. OLE color: 11885430.

HSL color Cylindrical-coordinate representation of color #765BB5: hue angle of 258º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #765BB5 is Cyan = 0.35, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB11891181-
CMYK0.350.5000.29
HSL258º37.82%53.33%-
HSV(B)258º49.72%70.98%-
XYZ19.5514.6745.52-
YUV109.33168.45134.18-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 30.26%
GREEN value IS 91 (35.94% from 255) = 23.33%
BLUE value IS 181 (71.09% from 255) = 46.41%
R=30.26%
G=23.33%
B=46.41%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal118911810.350.5000.2925837.8253.33
Hex765BB5233201D1022635
Octal16613326543620354024665
Binary1110110101101110110101100011110010011101100000010100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765BB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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