#7064B3

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

Shades of Blue Marguerite #7064B3

Tints of Blue Marguerite #7064B3

Color information

#7064B3 (or 0x7064B3) is unknown color: approx Blue Marguerite. HEX triplet: 70, 64 and B3. RGB value is (112,100,179). Sum of RGB (Red+Green+Blue) = 112+100+179=391 (51% of max value = 765). Red value is 112 (44.14% from 255 or 28.64% from 391); Green value is 100 (39.45% from 255 or 25.58% from 391); Blue value is 179 (70.31% from 255 or 45.78% from 391); Max value from RGB is 179 - color contains mainly: blue. Hex color #7064B3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7064B3 is #8F9B4C. Grayscale: #707070. Windows color (decimal): -9411405 or 11756656. OLE color: 11756656.

HSL color Cylindrical-coordinate representation of color #7064B3: hue angle of 249.11º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7064B3 is Cyan = 0.37, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB112100179-
CMYK0.370.4400.30
HSL249.11º34.2%54.71%-
HSV(B)249.11º44.13%70.2%-
XYZ19.3815.8144.68-
YUV112.59165.48127.58-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 28.64%
GREEN value IS 100 (39.45% from 255) = 25.58%
BLUE value IS 179 (70.31% from 255) = 45.78%
R=28.64%
G=25.58%
B=45.78%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1121001790.370.4400.30249.1134.254.71
Hex7064B3252C01Ef92237
Octal16014426345540363714267
Binary111000011001001011001110010110110001111011111001100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7064B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7064B3; }

 p { color: rgb(112,100,179); }

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

<style>
 a { background-color: #7064B3; }

 a { background-color: rgb(112,100,179); }

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

<style>
 span { border-color: #7064B3; }

 span { border-color: rgb(112,100,179); }

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