#765ABD

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

Shades of Blue Marguerite #765ABD

Tints of Blue Marguerite #765ABD

Color information

#765ABD (or 0x765ABD) is unknown color: approx Blue Marguerite. HEX triplet: 76, 5A and BD. RGB value is (118,90,189). Sum of RGB (Red+Green+Blue) = 118+90+189=397 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.72% from 397); Green value is 90 (35.55% from 255 or 22.67% from 397); Blue value is 189 (74.22% from 255 or 47.61% from 397); Max value from RGB is 189 - color contains mainly: blue. Hex color #765ABD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #765ABD is #89A542. Grayscale: #6D6D6D. Windows color (decimal): -9020739 or 12409462. OLE color: 12409462.

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

Color convert

RGB11890189-
CMYK0.380.5200.26
HSL256.97º42.86%54.71%-
HSV(B)256.97º52.38%74.12%-
XYZ20.3114.8449.94-
YUV109.66172.78133.95-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 29.72%
GREEN value IS 90 (35.55% from 255) = 22.67%
BLUE value IS 189 (74.22% from 255) = 47.61%
R=29.72%
G=22.67%
B=47.61%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal118901890.380.5200.26256.9742.8654.71
Hex765ABD263401A1012b37
Octal16613227546640324015367
Binary1110110101101010111101100110110100011010100000001101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765ABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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