#765ABE

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

Shades of Blue Marguerite #765ABE

Tints of Blue Marguerite #765ABE

Color information

#765ABE (or 0x765ABE) is unknown color: approx Blue Marguerite. HEX triplet: 76, 5A and BE. RGB value is (118,90,190). Sum of RGB (Red+Green+Blue) = 118+90+190=398 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.65% from 398); Green value is 90 (35.55% from 255 or 22.61% from 398); Blue value is 190 (74.61% from 255 or 47.74% from 398); Max value from RGB is 190 - color contains mainly: blue. Hex color #765ABE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #765ABE is #89A541. Grayscale: #6D6D6D. Windows color (decimal): -9020738 or 12474998. OLE color: 12474998.

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

Color convert

RGB11890190-
CMYK0.380.5300.25
HSL256.8º43.48%54.9%-
HSV(B)256.8º52.63%74.51%-
XYZ20.4214.8850.51-
YUV109.77173.28133.87-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 29.65%
GREEN value IS 90 (35.55% from 255) = 22.61%
BLUE value IS 190 (74.61% from 255) = 47.74%
R=29.65%
G=22.61%
B=47.74%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal118901900.380.5300.25256.843.4854.9
Hex765ABE26350191012b37
Octal16613227646650314015367
Binary1110110101101010111110100110110101011001100000001101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765ABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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