#7054B4

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

Shades of Blue Marguerite #7054B4

Tints of Blue Marguerite #7054B4

Color information

#7054B4 (or 0x7054B4) is unknown color: approx Blue Marguerite. HEX triplet: 70, 54 and B4. RGB value is (112,84,180). Sum of RGB (Red+Green+Blue) = 112+84+180=376 (49% of max value = 765). Red value is 112 (44.14% from 255 or 29.79% from 376); Green value is 84 (33.20% from 255 or 22.34% from 376); Blue value is 180 (70.70% from 255 or 47.87% from 376); Max value from RGB is 180 - color contains mainly: blue. Hex color #7054B4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7054B4 is #8FAB4B. Grayscale: #666666. Windows color (decimal): -9415500 or 11818096. OLE color: 11818096.

HSL color Cylindrical-coordinate representation of color #7054B4: hue angle of 257.5º degrees, saturation: 0.39, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7054B4 is Cyan = 0.38, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB11284180-
CMYK0.380.5300.29
HSL257.5º39.02%51.76%-
HSV(B)257.5º53.33%70.59%-
XYZ18.0913.0844.75-
YUV103.32171.28134.19-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 29.79%
GREEN value IS 84 (33.20% from 255) = 22.34%
BLUE value IS 180 (70.70% from 255) = 47.87%
R=29.79%
G=22.34%
B=47.87%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal112841800.380.5300.29257.539.0251.76
Hex7054B4263501D1022734
Octal16012426446650354024764
Binary1110000101010010110100100110110101011101100000010100111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7054B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7054B4; }

 p { color: rgb(112,84,180); }

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

<style>
 a { background-color: #7054B4; }

 a { background-color: rgb(112,84,180); }

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

<style>
 span { border-color: #7054B4; }

 span { border-color: rgb(112,84,180); }

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