#745AAB

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

Shades of Blue Marguerite #745AAB

Tints of Blue Marguerite #745AAB

Color information

#745AAB (or 0x745AAB) is unknown color: approx Blue Marguerite. HEX triplet: 74, 5A and AB. RGB value is (116,90,171). Sum of RGB (Red+Green+Blue) = 116+90+171=377 (49% of max value = 765). Red value is 116 (45.70% from 255 or 30.77% from 377); Green value is 90 (35.55% from 255 or 23.87% from 377); Blue value is 171 (67.19% from 255 or 45.36% from 377); Max value from RGB is 171 - color contains mainly: blue. Hex color #745AAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #745AAB is #8BA554. Grayscale: #6A6A6A. Windows color (decimal): -9151829 or 11229812. OLE color: 11229812.

HSL color Cylindrical-coordinate representation of color #745AAB: hue angle of 259.26º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #745AAB is Cyan = 0.32, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB11690171-
CMYK0.320.4700.33
HSL259.26º32.53%51.18%-
HSV(B)259.26º47.37%67.06%-
XYZ18.2113.9740.26-
YUV107.01164.11134.41-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 30.77%
GREEN value IS 90 (35.55% from 255) = 23.87%
BLUE value IS 171 (67.19% from 255) = 45.36%
R=30.77%
G=23.87%
B=45.36%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal116901710.320.4700.33259.2632.5351.18
Hex745AAB202F0211032133
Octal16413225340570414034163
Binary11101001011010101010111000001011110100001100000011100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #745AAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #745AAB; }

 p { color: rgb(116,90,171); }

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

<style>
 a { background-color: #745AAB; }

 a { background-color: rgb(116,90,171); }

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

<style>
 span { border-color: #745AAB; }

 span { border-color: rgb(116,90,171); }

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