#745AB7

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

Shades of Blue Marguerite #745AB7

Tints of Blue Marguerite #745AB7

Color information

#745AB7 (or 0x745AB7) is unknown color: approx Blue Marguerite. HEX triplet: 74, 5A and B7. RGB value is (116,90,183). Sum of RGB (Red+Green+Blue) = 116+90+183=389 (51% of max value = 765). Red value is 116 (45.70% from 255 or 29.82% from 389); Green value is 90 (35.55% from 255 or 23.14% from 389); Blue value is 183 (71.88% from 255 or 47.04% from 389); Max value from RGB is 183 - color contains mainly: blue. Hex color #745AB7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #745AB7 is #8BA548. Grayscale: #6C6C6C. Windows color (decimal): -9151817 or 12016244. OLE color: 12016244.

HSL color Cylindrical-coordinate representation of color #745AB7: hue angle of 256.77º degrees, saturation: 0.39, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #745AB7 is Cyan = 0.37, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB11690183-
CMYK0.370.5100.28
HSL256.77º39.24%53.53%-
HSV(B)256.77º50.82%71.76%-
XYZ19.4114.4446.56-
YUV108.38170.11133.44-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 29.82%
GREEN value IS 90 (35.55% from 255) = 23.14%
BLUE value IS 183 (71.88% from 255) = 47.04%
R=29.82%
G=23.14%
B=47.04%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal116901830.370.5100.28256.7739.2453.53
Hex745AB7253301C1012736
Octal16413226745630344014766
Binary1110100101101010110111100101110011011100100000001100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #745AB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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