#7354B8

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

Shades of Blue Marguerite #7354B8

Tints of Blue Marguerite #7354B8

Color information

#7354B8 (or 0x7354B8) is unknown color: approx Blue Marguerite. HEX triplet: 73, 54 and B8. RGB value is (115,84,184). Sum of RGB (Red+Green+Blue) = 115+84+184=383 (50% of max value = 765). Red value is 115 (45.31% from 255 or 30.03% from 383); Green value is 84 (33.20% from 255 or 21.93% from 383); Blue value is 184 (72.27% from 255 or 48.04% from 383); Max value from RGB is 184 - color contains mainly: blue. Hex color #7354B8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7354B8 is #8CAB47. Grayscale: #686868. Windows color (decimal): -9218888 or 12080243. OLE color: 12080243.

HSL color Cylindrical-coordinate representation of color #7354B8: hue angle of 258.6º degrees, saturation: 0.41, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7354B8 is Cyan = 0.38, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB11584184-
CMYK0.380.5400.28
HSL258.6º41.32%52.55%-
HSV(B)258.6º54.35%72.16%-
XYZ18.8913.4546.95-
YUV104.67172.77135.37-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 30.03%
GREEN value IS 84 (33.20% from 255) = 21.93%
BLUE value IS 184 (72.27% from 255) = 48.04%
R=30.03%
G=21.93%
B=48.04%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal115841840.380.5400.28258.641.3252.55
Hex7354B8263601C1032935
Octal16312427046660344035165
Binary1110011101010010111000100110110110011100100000011101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7354B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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