#7554BC

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

Shades of Blue Marguerite #7554BC

Tints of Blue Marguerite #7554BC

Color information

#7554BC (or 0x7554BC) is unknown color: approx Blue Marguerite. HEX triplet: 75, 54 and BC. RGB value is (117,84,188). Sum of RGB (Red+Green+Blue) = 117+84+188=389 (51% of max value = 765). Red value is 117 (46.09% from 255 or 30.08% from 389); Green value is 84 (33.20% from 255 or 21.59% from 389); Blue value is 188 (73.83% from 255 or 48.33% from 389); Max value from RGB is 188 - color contains mainly: blue. Hex color #7554BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7554BC is #8AAB43. Grayscale: #696969. Windows color (decimal): -9087812 or 12342389. OLE color: 12342389.

HSL color Cylindrical-coordinate representation of color #7554BC: hue angle of 259.04º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7554BC is Cyan = 0.38, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB11784188-
CMYK0.380.5500.26
HSL259.04º43.7%53.33%-
HSV(B)259.04º55.32%73.73%-
XYZ19.5813.7549.2-
YUV105.72174.43136.04-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 30.08%
GREEN value IS 84 (33.20% from 255) = 21.59%
BLUE value IS 188 (73.83% from 255) = 48.33%
R=30.08%
G=21.59%
B=48.33%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal117841880.380.5500.26259.0443.753.33
Hex7554BC263701A1032c35
Octal16512427446670324035465
Binary1110101101010010111100100110110111011010100000011101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7554BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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