Html Css Color HEX #7256AC Blue Marguerite

📋 copy color: '#7256AC'

red 114 ◦ green 86 ◦ blue 172

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

Shades of Blue Marguerite #7256AC

Tints of Blue Marguerite #7256AC

RGB

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

 GREEN value IS 86 (33.98% from 255) = 23.12%

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

R = 30.65%
G = 23.12%
B = 46.24%

CMYK

 C value IS 0.34

 M value IS 0.5

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7256AC (or 0x7256AC) is known color: Blue Marguerite. HEX triplet: 72, 56 and AC. RGB value is (114,86,172). Sum of RGB (Red+Green+Blue) = 114+86+172=372 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.65% from 372); Green value is 86 (33.98% from 255 or 23.12% from 372); Blue value is 172 (67.58% from 255 or 46.24% from 372); Max value from RGB is 172 - color contains mainly: blue. Hex color #7256AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7256AC is #8DA953. Grayscale: #676767. Windows color (decimal): -9283924 or 11294322. OLE color: 11294322.

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

Color convert

RGB 114 86 172 -
CMYK 0.34 0.5 0 0.33
HSL 259.53º 0.34% 0.51% -
HSV(B) 259.53º 0.5% 0.67% -
XYZ 17.71 13.21 40.65 -
YUV 104.18 166.28 135.01 -
System Red Green Blue C M Y K H S L
Decimal 114 86 172 0.34 0.5 0 0.33 259.53 0.34 0.51
Hex 72 56 AC 22 32 0 21 104 22 33
Octal 162 126 254 42 62 0 41 404 42 63
Binary 1110010 1010110 10101100 100010 110010 0 100001 100000100 100010 110011

Color Harmonies of #7256AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7256AC

Black with #7256AC

Text Example


Text Example

White with #7256AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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