#7065BE

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

Shades of Blue Marguerite #7065BE

Tints of Blue Marguerite #7065BE

Color information

#7065BE (or 0x7065BE) is unknown color: approx Blue Marguerite. HEX triplet: 70, 65 and BE. RGB value is (112,101,190). Sum of RGB (Red+Green+Blue) = 112+101+190=403 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.79% from 403); Green value is 101 (39.84% from 255 or 25.06% from 403); Blue value is 190 (74.61% from 255 or 47.15% from 403); Max value from RGB is 190 - color contains mainly: blue. Hex color #7065BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7065BE is #8F9A41. Grayscale: #727272. Windows color (decimal): -9411138 or 12477808. OLE color: 12477808.

HSL color Cylindrical-coordinate representation of color #7065BE: hue angle of 247.42º 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 #7065BE is Cyan = 0.41, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB112101190-
CMYK0.410.4700.25
HSL247.42º40.64%57.06%-
HSV(B)247.42º46.84%74.51%-
XYZ20.6316.4750.81-
YUV114.44170.64126.26-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 27.79%
GREEN value IS 101 (39.84% from 255) = 25.06%
BLUE value IS 190 (74.61% from 255) = 47.15%
R=27.79%
G=25.06%
B=47.15%

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
Decimal1121011900.410.4700.25247.4240.6457.06
Hex7065BE292F019f72939
Octal16014527651570313675171
Binary111000011001011011111010100110111101100111110111101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7065BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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