#7051BA

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

Shades of Blue Marguerite #7051BA

Tints of Blue Marguerite #7051BA

Color information

#7051BA (or 0x7051BA) is unknown color: approx Blue Marguerite. HEX triplet: 70, 51 and BA. RGB value is (112,81,186). Sum of RGB (Red+Green+Blue) = 112+81+186=379 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.55% from 379); Green value is 81 (32.03% from 255 or 21.37% from 379); Blue value is 186 (73.05% from 255 or 49.08% from 379); Max value from RGB is 186 - color contains mainly: blue. Hex color #7051BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7051BA is #8FAE45. Grayscale: #656565. Windows color (decimal): -9416262 or 12210544. OLE color: 12210544.

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

Color convert

RGB11281186-
CMYK0.400.5600.27
HSL257.71º43.21%52.35%-
HSV(B)257.71º56.45%72.94%-
XYZ18.4912.8747.97-
YUV102.24175.27134.96-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 29.55%
GREEN value IS 81 (32.03% from 255) = 21.37%
BLUE value IS 186 (73.05% from 255) = 49.08%
R=29.55%
G=21.37%
B=49.08%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal112811860.400.5600.27257.7143.2152.35
Hex7051BA283801B1022b34
Octal16012127250700334025364
Binary1110000101000110111010101000111000011011100000010101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7051BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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