#745EBF

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

Shades of Blue Marguerite #745EBF

Tints of Blue Marguerite #745EBF

Color information

#745EBF (or 0x745EBF) is unknown color: approx Blue Marguerite. HEX triplet: 74, 5E and BF. RGB value is (116,94,191). Sum of RGB (Red+Green+Blue) = 116+94+191=401 (53% of max value = 765). Red value is 116 (45.70% from 255 or 28.93% from 401); Green value is 94 (37.11% from 255 or 23.44% from 401); Blue value is 191 (75% from 255 or 47.63% from 401); Max value from RGB is 191 - color contains mainly: blue. Hex color #745EBF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #745EBF is #8BA140. Grayscale: #6F6F6F. Windows color (decimal): -9150785 or 12541556. OLE color: 12541556.

HSL color Cylindrical-coordinate representation of color #745EBF: hue angle of 253.61º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #745EBF is Cyan = 0.39, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB11694191-
CMYK0.390.5100.25
HSL253.61º43.11%55.88%-
HSV(B)253.61º50.79%74.9%-
XYZ20.6115.4851.19-
YUV111.64172.79131.11-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 28.93%
GREEN value IS 94 (37.11% from 255) = 23.44%
BLUE value IS 191 (75% from 255) = 47.63%
R=28.93%
G=23.44%
B=47.63%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal116941910.390.5100.25253.6143.1155.88
Hex745EBF2733019fe2b38
Octal16413627747630313765370
Binary111010010111101011111110011111001101100111111110101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #745EBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,94,191); }

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

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

 a { background-color: rgb(116,94,191); }

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

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

 span { border-color: rgb(116,94,191); }

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