#7354BA

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

Shades of Blue Marguerite #7354BA

Tints of Blue Marguerite #7354BA

Color information

#7354BA (or 0x7354BA) is unknown color: approx Blue Marguerite. HEX triplet: 73, 54 and BA. RGB value is (115,84,186). Sum of RGB (Red+Green+Blue) = 115+84+186=385 (50% of max value = 765). Red value is 115 (45.31% from 255 or 29.87% from 385); Green value is 84 (33.20% from 255 or 21.82% from 385); Blue value is 186 (73.05% from 255 or 48.31% from 385); Max value from RGB is 186 - color contains mainly: blue. Hex color #7354BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7354BA is #8CAB45. Grayscale: #686868. Windows color (decimal): -9218886 or 12211315. OLE color: 12211315.

HSL color Cylindrical-coordinate representation of color #7354BA: hue angle of 258.24º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7354BA is Cyan = 0.38, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB11584186-
CMYK0.380.5500.27
HSL258.24º42.5%52.94%-
HSV(B)258.24º54.84%72.94%-
XYZ19.113.5348.06-
YUV104.9173.77135.21-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 29.87%
GREEN value IS 84 (33.20% from 255) = 21.82%
BLUE value IS 186 (73.05% from 255) = 48.31%
R=29.87%
G=21.82%
B=48.31%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal115841860.380.5500.27258.2442.552.94
Hex7354BA263701B1022a35
Octal16312427246670334025265
Binary1110011101010010111010100110110111011011100000010101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7354BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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