#745DBD

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

Shades of Blue Marguerite #745DBD

Tints of Blue Marguerite #745DBD

Color information

#745DBD (or 0x745DBD) is unknown color: approx Blue Marguerite. HEX triplet: 74, 5D and BD. RGB value is (116,93,189). Sum of RGB (Red+Green+Blue) = 116+93+189=398 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.15% from 398); Green value is 93 (36.72% from 255 or 23.37% from 398); Blue value is 189 (74.22% from 255 or 47.49% from 398); Max value from RGB is 189 - color contains mainly: blue. Hex color #745DBD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #745DBD is #8BA242. Grayscale: #6E6E6E. Windows color (decimal): -9151043 or 12410228. OLE color: 12410228.

HSL color Cylindrical-coordinate representation of color #745DBD: hue angle of 254.38º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #745DBD is Cyan = 0.39, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB11693189-
CMYK0.390.5100.26
HSL254.38º42.11%55.29%-
HSV(B)254.38º50.79%74.12%-
XYZ20.315.2250.01-
YUV110.82172.12131.69-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 29.15%
GREEN value IS 93 (36.72% from 255) = 23.37%
BLUE value IS 189 (74.22% from 255) = 47.49%
R=29.15%
G=23.37%
B=47.49%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal116931890.390.5100.26254.3842.1155.29
Hex745DBD273301Afe2a37
Octal16413527547630323765267
Binary111010010111011011110110011111001101101011111110101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #745DBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,93,189); }

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

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

 a { background-color: rgb(116,93,189); }

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

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

 span { border-color: rgb(116,93,189); }

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