Html Css Color HEX #7065AD Blue Marguerite

📋 copy color: '#7065AD'

red 112 ◦ green 101 ◦ blue 173

#7065AD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Marguerite #7065AD

Tints of Blue Marguerite #7065AD

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 value IS 0.35

 M value IS 0.42

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#7065AD (or 0x7065AD) is known color: 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

RGB 112 101 173 -
CMYK 0.35 0.42 0 0.32
HSL 249.17º 0.31% 0.54% -
HSV(B) 249.17º 0.42% 0.68% -
XYZ 18.88 15.77 41.58 -
YUV 112.5 162.14 127.65 -
System Red Green Blue C M Y K H S L
Decimal 112 101 173 0.35 0.42 0 0.32 249.17 0.31 0.54
Hex 70 65 AD 23 2A 0 20 F9 1F 36
Octal 160 145 255 43 52 0 40 371 37 66
Binary 1110000 1100101 10101101 100011 101010 0 100000 11111001 11111 110110

Color Harmonies of #7065AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7065AD

Black with #7065AD

Text Example


Text Example

White with #7065AD

Text Example


Text Example

HTML Codes & Css Web 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>