#765AB9

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

Shades of Blue Marguerite #765AB9

Tints of Blue Marguerite #765AB9

Color information

#765AB9 (or 0x765AB9) is unknown color: approx Blue Marguerite. HEX triplet: 76, 5A and B9. RGB value is (118,90,185). Sum of RGB (Red+Green+Blue) = 118+90+185=393 (52% of max value = 765). Red value is 118 (46.48% from 255 or 30.03% from 393); Green value is 90 (35.55% from 255 or 22.90% from 393); Blue value is 185 (72.66% from 255 or 47.07% from 393); Max value from RGB is 185 - color contains mainly: blue. Hex color #765AB9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #765AB9 is #89A546. Grayscale: #6C6C6C. Windows color (decimal): -9020743 or 12147318. OLE color: 12147318.

HSL color Cylindrical-coordinate representation of color #765AB9: hue angle of 257.68º degrees, saturation: 0.4, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #765AB9 is Cyan = 0.36, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB11890185-
CMYK0.360.5100.27
HSL257.68º40.43%53.92%-
HSV(B)257.68º51.35%72.55%-
XYZ19.8814.6747.68-
YUV109.2170.78134.28-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 30.03%
GREEN value IS 90 (35.55% from 255) = 22.90%
BLUE value IS 185 (72.66% from 255) = 47.07%
R=30.03%
G=22.90%
B=47.07%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal118901850.360.5100.27257.6840.4353.92
Hex765AB9243301B1022836
Octal16613227144630334025066
Binary1110110101101010111001100100110011011011100000010101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765AB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,90,185); }

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

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

 a { background-color: rgb(118,90,185); }

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

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

 span { border-color: rgb(118,90,185); }

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