#7354B5

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

Shades of Blue Marguerite #7354B5

Tints of Blue Marguerite #7354B5

Color information

#7354B5 (or 0x7354B5) is unknown color: approx Blue Marguerite. HEX triplet: 73, 54 and B5. RGB value is (115,84,181). Sum of RGB (Red+Green+Blue) = 115+84+181=380 (50% of max value = 765). Red value is 115 (45.31% from 255 or 30.26% from 380); Green value is 84 (33.20% from 255 or 22.11% from 380); Blue value is 181 (71.09% from 255 or 47.63% from 380); Max value from RGB is 181 - color contains mainly: blue. Hex color #7354B5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7354B5 is #8CAB4A. Grayscale: #676767. Windows color (decimal): -9218891 or 11883635. OLE color: 11883635.

HSL color Cylindrical-coordinate representation of color #7354B5: hue angle of 259.18º degrees, saturation: 0.4, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7354B5 is Cyan = 0.36, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB11584181-
CMYK0.360.5400.29
HSL259.18º39.59%51.96%-
HSV(B)259.18º53.59%70.98%-
XYZ18.5813.3245.31-
YUV104.33171.27135.61-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 30.26%
GREEN value IS 84 (33.20% from 255) = 22.11%
BLUE value IS 181 (71.09% from 255) = 47.63%
R=30.26%
G=22.11%
B=47.63%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal115841810.360.5400.29259.1839.5951.96
Hex7354B5243601D1032834
Octal16312426544660354035064
Binary1110011101010010110101100100110110011101100000011101000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7354B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7354B5; }

 p { color: rgb(115,84,181); }

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

<style>
 a { background-color: #7354B5; }

 a { background-color: rgb(115,84,181); }

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

<style>
 span { border-color: #7354B5; }

 span { border-color: rgb(115,84,181); }

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