Html Css Color HEX #7065AF Blue Marguerite

📋 copy color: '#7065AF'

red 112 ◦ green 101 ◦ blue 175

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

Shades of Blue Marguerite #7065AF

Tints of Blue Marguerite #7065AF

RGB

 RED value IS 112 (44.14% from 255) = 28.87%

 GREEN value IS 101 (39.84% from 255) = 26.03%

 BLUE value IS 175 (68.75% from 255) = 45.1%

R = 28.87%
G = 26.03%
B = 45.1%

CMYK

 C value IS 0.36

 M value IS 0.42

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#7065AF (or 0x7065AF) is known color: Blue Marguerite. HEX triplet: 70, 65 and AF. RGB value is (112,101,175). Sum of RGB (Red+Green+Blue) = 112+101+175=388 (51% of max value = 765). Red value is 112 (44.14% from 255 or 28.87% from 388); Green value is 101 (39.84% from 255 or 26.03% from 388); Blue value is 175 (68.75% from 255 or 45.10% from 388); Max value from RGB is 175 - color contains mainly: blue. Hex color #7065AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7065AF is #8F9A50. Grayscale: #707070. Windows color (decimal): -9411153 or 11494768. OLE color: 11494768.

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

Color convert

RGB 112 101 175 -
CMYK 0.36 0.42 0 0.31
HSL 248.92º 0.32% 0.54% -
HSV(B) 248.92º 0.42% 0.69% -
XYZ 19.07 15.85 42.61 -
YUV 112.73 163.14 127.48 -
System Red Green Blue C M Y K H S L
Decimal 112 101 175 0.36 0.42 0 0.31 248.92 0.32 0.54
Hex 70 65 AF 24 2A 0 1F F9 20 36
Octal 160 145 257 44 52 0 37 371 40 66
Binary 1110000 1100101 10101111 100100 101010 0 11111 11111001 100000 110110

Color Harmonies of #7065AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7065AF

Black with #7065AF

Text Example


Text Example

White with #7065AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #7065AF;
 }
 .AnyTagClassName
 {
   color: #7065AF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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