#765CBD

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

Shades of Blue Marguerite #765CBD

Tints of Blue Marguerite #765CBD

Color information

#765CBD (or 0x765CBD) is unknown color: approx Blue Marguerite. HEX triplet: 76, 5C and BD. RGB value is (118,92,189). Sum of RGB (Red+Green+Blue) = 118+92+189=399 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.57% from 399); Green value is 92 (36.33% from 255 or 23.06% from 399); Blue value is 189 (74.22% from 255 or 47.37% from 399); Max value from RGB is 189 - color contains mainly: blue. Hex color #765CBD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #765CBD is #89A342. Grayscale: #6E6E6E. Windows color (decimal): -9020227 or 12409974. OLE color: 12409974.

HSL color Cylindrical-coordinate representation of color #765CBD: hue angle of 256.08º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #765CBD is Cyan = 0.38, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB11892189-
CMYK0.380.5100.26
HSL256.08º42.36%55.1%-
HSV(B)256.08º51.32%74.12%-
XYZ20.4815.1849.99-
YUV110.83172.11133.11-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 29.57%
GREEN value IS 92 (36.33% from 255) = 23.06%
BLUE value IS 189 (74.22% from 255) = 47.37%
R=29.57%
G=23.06%
B=47.37%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal118921890.380.5100.26256.0842.3655.1
Hex765CBD263301A1002a37
Octal16613427546630324005267
Binary1110110101110010111101100110110011011010100000000101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765CBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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