#7051BC

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

Shades of Blue Marguerite #7051BC

Tints of Blue Marguerite #7051BC

Color information

#7051BC (or 0x7051BC) is unknown color: approx Blue Marguerite. HEX triplet: 70, 51 and BC. RGB value is (112,81,188). Sum of RGB (Red+Green+Blue) = 112+81+188=381 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.40% from 381); Green value is 81 (32.03% from 255 or 21.26% from 381); Blue value is 188 (73.83% from 255 or 49.34% from 381); Max value from RGB is 188 - color contains mainly: blue. Hex color #7051BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7051BC is #8FAE43. Grayscale: #666666. Windows color (decimal): -9416260 or 12341616. OLE color: 12341616.

HSL color Cylindrical-coordinate representation of color #7051BC: hue angle of 257.38º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7051BC is Cyan = 0.40, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB11281188-
CMYK0.400.5700.26
HSL257.38º44.4%52.75%-
HSV(B)257.38º56.91%73.73%-
XYZ18.712.9649.09-
YUV102.47176.27134.8-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 29.40%
GREEN value IS 81 (32.03% from 255) = 21.26%
BLUE value IS 188 (73.83% from 255) = 49.34%
R=29.40%
G=21.26%
B=49.34%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal112811880.400.5700.26257.3844.452.75
Hex7051BC283901A1012c35
Octal16012127450710324015465
Binary1110000101000110111100101000111001011010100000001101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7051BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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