Html Css Color HEX #7259AC Blue Marguerite

📋 copy color: '#7259AC'

red 114 ◦ green 89 ◦ blue 172

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

Shades of Blue Marguerite #7259AC

Tints of Blue Marguerite #7259AC

RGB

 RED value IS 114 (44.92% from 255) = 30.4%

 GREEN value IS 89 (35.16% from 255) = 23.73%

 BLUE value IS 172 (67.58% from 255) = 45.87%

R = 30.4%
G = 23.73%
B = 45.87%

CMYK

 C value IS 0.34

 M value IS 0.48

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7259AC (or 0x7259AC) is known color: Blue Marguerite. HEX triplet: 72, 59 and AC. RGB value is (114,89,172). Sum of RGB (Red+Green+Blue) = 114+89+172=375 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.4% from 375); Green value is 89 (35.16% from 255 or 23.73% from 375); Blue value is 172 (67.58% from 255 or 45.87% from 375); Max value from RGB is 172 - color contains mainly: blue. Hex color #7259AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7259AC is #8DA653. Grayscale: #696969. Windows color (decimal): -9283156 or 11295090. OLE color: 11295090.

HSL color Cylindrical-coordinate representation of color #7259AC: hue angle of 258.07º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7259AC is Cyan = 0.34, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 114 89 172 -
CMYK 0.34 0.48 0 0.33
HSL 258.07º 0.33% 0.51% -
HSV(B) 258.07º 0.48% 0.67% -
XYZ 17.96 13.7 40.73 -
YUV 105.94 165.28 133.75 -
System Red Green Blue C M Y K H S L
Decimal 114 89 172 0.34 0.48 0 0.33 258.07 0.33 0.51
Hex 72 59 AC 22 30 0 21 102 21 33
Octal 162 131 254 42 60 0 41 402 41 63
Binary 1110010 1011001 10101100 100010 110000 0 100001 100000010 100001 110011

Color Harmonies of #7259AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7259AC

Black with #7259AC

Text Example


Text Example

White with #7259AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7259AC; }

 p { color: rgb(114,89,172); }

 H1.HeaderClassName
 {
   color: #7259AC;
 }
 .AnyTagClassName
 {
   color: #7259AC;
 }
</style>

background-color css

<style>
 a { background-color: #7259AC; }

 a { background-color: rgb(114,89,172); }

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

border-color css

<style>
 span { border-color: #7259AC; }

 span { border-color: rgb(114,89,172); }

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