#7054BD

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

Shades of Blue Marguerite #7054BD

Tints of Blue Marguerite #7054BD

Color information

#7054BD (or 0x7054BD) is unknown color: approx Blue Marguerite. HEX triplet: 70, 54 and BD. RGB value is (112,84,189). Sum of RGB (Red+Green+Blue) = 112+84+189=385 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.09% from 385); Green value is 84 (33.20% from 255 or 21.82% from 385); Blue value is 189 (74.22% from 255 or 49.09% from 385); Max value from RGB is 189 - color contains mainly: blue. Hex color #7054BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7054BD is #8FAB42. Grayscale: #676767. Windows color (decimal): -9415491 or 12407920. OLE color: 12407920.

HSL color Cylindrical-coordinate representation of color #7054BD: hue angle of 256º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7054BD is Cyan = 0.41, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB11284189-
CMYK0.410.5600.26
HSL256º44.3%53.53%-
HSV(B)256º55.56%74.12%-
XYZ19.0413.4649.74-
YUV104.34175.78133.46-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 29.09%
GREEN value IS 84 (33.20% from 255) = 21.82%
BLUE value IS 189 (74.22% from 255) = 49.09%
R=29.09%
G=21.82%
B=49.09%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal112841890.410.5600.2625644.353.53
Hex7054BD293801A1002c36
Octal16012427551700324005466
Binary1110000101010010111101101001111000011010100000000101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7054BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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