#745ABE

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

Shades of Blue Marguerite #745ABE

Tints of Blue Marguerite #745ABE

Color information

#745ABE (or 0x745ABE) is unknown color: approx Blue Marguerite. HEX triplet: 74, 5A and BE. RGB value is (116,90,190). Sum of RGB (Red+Green+Blue) = 116+90+190=396 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.29% from 396); Green value is 90 (35.55% from 255 or 22.73% from 396); Blue value is 190 (74.61% from 255 or 47.98% from 396); Max value from RGB is 190 - color contains mainly: blue. Hex color #745ABE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #745ABE is #8BA541. Grayscale: #6C6C6C. Windows color (decimal): -9151810 or 12474996. OLE color: 12474996.

HSL color Cylindrical-coordinate representation of color #745ABE: hue angle of 255.6º 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 #745ABE is Cyan = 0.39, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB11690190-
CMYK0.390.5300.25
HSL255.6º43.48%54.9%-
HSV(B)255.6º52.63%74.51%-
XYZ20.1514.7450.5-
YUV109.17173.61132.87-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 29.29%
GREEN value IS 90 (35.55% from 255) = 22.73%
BLUE value IS 190 (74.61% from 255) = 47.98%
R=29.29%
G=22.73%
B=47.98%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal116901900.390.5300.25255.643.4854.9
Hex745ABE27350191002b37
Octal16413227647650314005367
Binary1110100101101010111110100111110101011001100000000101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #745ABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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