#765ABA

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

Shades of Blue Marguerite #765ABA

Tints of Blue Marguerite #765ABA

Color information

#765ABA (or 0x765ABA) is unknown color: approx Blue Marguerite. HEX triplet: 76, 5A and BA. RGB value is (118,90,186). Sum of RGB (Red+Green+Blue) = 118+90+186=394 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.95% from 394); Green value is 90 (35.55% from 255 or 22.84% from 394); Blue value is 186 (73.05% from 255 or 47.21% from 394); Max value from RGB is 186 - color contains mainly: blue. Hex color #765ABA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #765ABA is #89A545. Grayscale: #6C6C6C. Windows color (decimal): -9020742 or 12212854. OLE color: 12212854.

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

Color convert

RGB11890186-
CMYK0.370.5200.27
HSL257.5º41.03%54.12%-
HSV(B)257.5º51.61%72.94%-
XYZ19.9914.7148.24-
YUV109.32171.28134.19-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 29.95%
GREEN value IS 90 (35.55% from 255) = 22.84%
BLUE value IS 186 (73.05% from 255) = 47.21%
R=29.95%
G=22.84%
B=47.21%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal118901860.370.5200.27257.541.0354.12
Hex765ABA253401B1022936
Octal16613227245640334025166
Binary1110110101101010111010100101110100011011100000010101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765ABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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