#7065AD

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

Shades of Blue Marguerite #7065AD

Tints of Blue Marguerite #7065AD

Color information

#7065AD (or 0x7065AD) is unknown color: approx Blue Marguerite. HEX triplet: 70, 65 and AD. RGB value is (112,101,173). Sum of RGB (Red+Green+Blue) = 112+101+173=386 (51% of max value = 765). Red value is 112 (44.14% from 255 or 29.02% from 386); Green value is 101 (39.84% from 255 or 26.17% from 386); Blue value is 173 (67.97% from 255 or 44.82% from 386); Max value from RGB is 173 - color contains mainly: blue. Hex color #7065AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7065AD is #8F9A52. Grayscale: #707070. Windows color (decimal): -9411155 or 11363696. OLE color: 11363696.

HSL color Cylindrical-coordinate representation of color #7065AD: hue angle of 249.17º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7065AD is Cyan = 0.35, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB112101173-
CMYK0.350.4200.32
HSL249.17º30.51%53.73%-
HSV(B)249.17º41.62%67.84%-
XYZ18.8815.7741.58-
YUV112.5162.14127.65-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 29.02%
GREEN value IS 101 (39.84% from 255) = 26.17%
BLUE value IS 173 (67.97% from 255) = 44.82%
R=29.02%
G=26.17%
B=44.82%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1121011730.350.4200.32249.1730.5153.73
Hex7065AD232A020f91f36
Octal16014525543520403713766
Binary111000011001011010110110001110101001000001111100111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7065AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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