#7054BA

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

Shades of Blue Marguerite #7054BA

Tints of Blue Marguerite #7054BA

Color information

#7054BA (or 0x7054BA) is unknown color: approx Blue Marguerite. HEX triplet: 70, 54 and BA. RGB value is (112,84,186). Sum of RGB (Red+Green+Blue) = 112+84+186=382 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.32% from 382); Green value is 84 (33.20% from 255 or 21.99% from 382); Blue value is 186 (73.05% from 255 or 48.69% from 382); Max value from RGB is 186 - color contains mainly: blue. Hex color #7054BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7054BA is #8FAB45. Grayscale: #676767. Windows color (decimal): -9415494 or 12211312. OLE color: 12211312.

HSL color Cylindrical-coordinate representation of color #7054BA: hue angle of 256.47º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7054BA is Cyan = 0.40, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB11284186-
CMYK0.400.5500.27
HSL256.47º42.5%52.94%-
HSV(B)256.47º54.84%72.94%-
XYZ18.7213.3348.04-
YUV104174.28133.71-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 29.32%
GREEN value IS 84 (33.20% from 255) = 21.99%
BLUE value IS 186 (73.05% from 255) = 48.69%
R=29.32%
G=21.99%
B=48.69%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal112841860.400.5500.27256.4742.552.94
Hex7054BA283701B1002a35
Octal16012427250670334005265
Binary1110000101010010111010101000110111011011100000000101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7054BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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