#765CB9

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

Shades of Blue Marguerite #765CB9

Tints of Blue Marguerite #765CB9

Color information

#765CB9 (or 0x765CB9) is unknown color: approx Blue Marguerite. HEX triplet: 76, 5C and B9. RGB value is (118,92,185). Sum of RGB (Red+Green+Blue) = 118+92+185=395 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.87% from 395); Green value is 92 (36.33% from 255 or 23.29% from 395); Blue value is 185 (72.66% from 255 or 46.84% from 395); Max value from RGB is 185 - color contains mainly: blue. Hex color #765CB9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #765CB9 is #89A346. Grayscale: #6E6E6E. Windows color (decimal): -9020231 or 12147830. OLE color: 12147830.

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

Color convert

RGB11892185-
CMYK0.360.5000.27
HSL256.77º39.91%54.31%-
HSV(B)256.77º50.27%72.55%-
XYZ20.0615.0147.74-
YUV110.38170.11133.44-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 29.87%
GREEN value IS 92 (36.33% from 255) = 23.29%
BLUE value IS 185 (72.66% from 255) = 46.84%
R=29.87%
G=23.29%
B=46.84%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal118921850.360.5000.27256.7739.9154.31
Hex765CB9243201B1012836
Octal16613427144620334015066
Binary1110110101110010111001100100110010011011100000001101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765CB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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