#7554B8

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

Shades of Blue Marguerite #7554B8

Tints of Blue Marguerite #7554B8

Color information

#7554B8 (or 0x7554B8) is unknown color: approx Blue Marguerite. HEX triplet: 75, 54 and B8. RGB value is (117,84,184). Sum of RGB (Red+Green+Blue) = 117+84+184=385 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.39% from 385); Green value is 84 (33.20% from 255 or 21.82% from 385); Blue value is 184 (72.27% from 255 or 47.79% from 385); Max value from RGB is 184 - color contains mainly: blue. Hex color #7554B8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7554B8 is #8AAB47. Grayscale: #686868. Windows color (decimal): -9087816 or 12080245. OLE color: 12080245.

HSL color Cylindrical-coordinate representation of color #7554B8: hue angle of 259.8º 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 #7554B8 is Cyan = 0.36, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB11784184-
CMYK0.360.5400.28
HSL259.8º41.32%52.55%-
HSV(B)259.8º54.35%72.16%-
XYZ19.1613.5846.96-
YUV105.27172.43136.37-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 30.39%
GREEN value IS 84 (33.20% from 255) = 21.82%
BLUE value IS 184 (72.27% from 255) = 47.79%
R=30.39%
G=21.82%
B=47.79%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal117841840.360.5400.28259.841.3252.55
Hex7554B8243601C1042935
Octal16512427044660344045165
Binary1110101101010010111000100100110110011100100000100101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7554B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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