#745CB7

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

Shades of Blue Marguerite #745CB7

Tints of Blue Marguerite #745CB7

Color information

#745CB7 (or 0x745CB7) is unknown color: approx Blue Marguerite. HEX triplet: 74, 5C and B7. RGB value is (116,92,183). Sum of RGB (Red+Green+Blue) = 116+92+183=391 (51% of max value = 765). Red value is 116 (45.70% from 255 or 29.67% from 391); Green value is 92 (36.33% from 255 or 23.53% from 391); Blue value is 183 (71.88% from 255 or 46.80% from 391); Max value from RGB is 183 - color contains mainly: blue. Hex color #745CB7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #745CB7 is #8BA348. Grayscale: #6D6D6D. Windows color (decimal): -9151305 or 12016756. OLE color: 12016756.

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

Color convert

RGB11692183-
CMYK0.370.5000.28
HSL255.82º38.72%53.92%-
HSV(B)255.82º49.73%71.76%-
XYZ19.5814.7946.62-
YUV109.55169.45132.6-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 29.67%
GREEN value IS 92 (36.33% from 255) = 23.53%
BLUE value IS 183 (71.88% from 255) = 46.80%
R=29.67%
G=23.53%
B=46.80%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal116921830.370.5000.28255.8238.7253.92
Hex745CB7253201C1002736
Octal16413426745620344004766
Binary1110100101110010110111100101110010011100100000000100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #745CB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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