#7064BE

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

Shades of Blue Marguerite #7064BE

Tints of Blue Marguerite #7064BE

Color information

#7064BE (or 0x7064BE) is unknown color: approx Blue Marguerite. HEX triplet: 70, 64 and BE. RGB value is (112,100,190). Sum of RGB (Red+Green+Blue) = 112+100+190=402 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.86% from 402); Green value is 100 (39.45% from 255 or 24.88% from 402); Blue value is 190 (74.61% from 255 or 47.26% from 402); Max value from RGB is 190 - color contains mainly: blue. Hex color #7064BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7064BE is #8F9B41. Grayscale: #717171. Windows color (decimal): -9411394 or 12477552. OLE color: 12477552.

HSL color Cylindrical-coordinate representation of color #7064BE: hue angle of 248º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7064BE is Cyan = 0.41, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB112100190-
CMYK0.410.4700.25
HSL248º40.91%56.86%-
HSV(B)248º47.37%74.51%-
XYZ20.5316.2850.77-
YUV113.85170.98126.68-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 27.86%
GREEN value IS 100 (39.45% from 255) = 24.88%
BLUE value IS 190 (74.61% from 255) = 47.26%
R=27.86%
G=24.88%
B=47.26%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1121001900.410.4700.2524840.9156.86
Hex7064BE292F019f82939
Octal16014427651570313705171
Binary111000011001001011111010100110111101100111111000101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7064BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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