#7054ab

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

Shades of Blue Marguerite #7054AB

Tints of Blue Marguerite #7054AB

Color information

#7054AB (or 0x7054AB) is unknown color: approx Blue Marguerite. HEX triplet: 70, 54 and AB. RGB value is (112,84,171). Sum of RGB (Red+Green+Blue) = 112+84+171=367 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.52% from 367); Green value is 84 (33.20% from 255 or 22.89% from 367); Blue value is 171 (67.19% from 255 or 46.59% from 367); Max value from RGB is 171 - color contains mainly: blue. Hex color #7054AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7054AB is #8FAB54. Grayscale: #656565. Windows color (decimal): -9415509 or 11228272. OLE color: 11228272.

HSL color Cylindrical-coordinate representation of color #7054AB: hue angle of 259.31º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7054AB is Cyan = 0.35, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB11284171-
CMYK0.350.5100.33
HSL259.31º34.12%50%-
HSV(B)259.31º50.88%67.06%-
XYZ17.212.7340.08-
YUV102.29166.78134.93-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 30.52%
GREEN value IS 84 (33.20% from 255) = 22.89%
BLUE value IS 171 (67.19% from 255) = 46.59%
R=30.52%
G=22.89%
B=46.59%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal112841710.350.5100.33259.3134.1250
Hex7054AB23330211032232
Octal16012425343630414034262
Binary11100001010100101010111000111100110100001100000011100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7054ab

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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