Html Css Color HEX #7260AC Blue Marguerite

📋 copy color: '#7260AC'

red 114 ◦ green 96 ◦ blue 172

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

Shades of Blue Marguerite #7260AC

Tints of Blue Marguerite #7260AC

RGB

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

 GREEN value IS 96 (37.89% from 255) = 25.13%

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

R = 29.84%
G = 25.13%
B = 45.03%

CMYK

 C value IS 0.34

 M value IS 0.44

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7260AC (or 0x7260AC) is known color: Blue Marguerite. HEX triplet: 72, 60 and AC. RGB value is (114,96,172). Sum of RGB (Red+Green+Blue) = 114+96+172=382 (50% of max value = 765). Red value is 114 (44.92% from 255 or 29.84% from 382); Green value is 96 (37.89% from 255 or 25.13% from 382); Blue value is 172 (67.58% from 255 or 45.03% from 382); Max value from RGB is 172 - color contains mainly: blue. Hex color #7260AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7260AC is #8D9F53. Grayscale: #6D6D6D. Windows color (decimal): -9281364 or 11296882. OLE color: 11296882.

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

Color convert

RGB 114 96 172 -
CMYK 0.34 0.44 0 0.33
HSL 254.21º 0.31% 0.53% -
HSV(B) 254.21º 0.44% 0.67% -
XYZ 18.57 14.92 40.93 -
YUV 110.05 162.96 130.82 -
System Red Green Blue C M Y K H S L
Decimal 114 96 172 0.34 0.44 0 0.33 254.21 0.31 0.53
Hex 72 60 AC 22 2C 0 21 FE 1F 35
Octal 162 140 254 42 54 0 41 376 37 65
Binary 1110010 1100000 10101100 100010 101100 0 100001 11111110 11111 110101

Color Harmonies of #7260AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7260AC

Black with #7260AC

Text Example


Text Example

White with #7260AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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