Html Css Color HEX #7257AC Blue Marguerite

📋 copy color: '#7257AC'

red 114 ◦ green 87 ◦ blue 172

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

Shades of Blue Marguerite #7257AC

Tints of Blue Marguerite #7257AC

RGB

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

 GREEN value IS 87 (34.38% from 255) = 23.32%

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

R = 30.56%
G = 23.32%
B = 46.11%

CMYK

 C value IS 0.34

 M value IS 0.49

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7257AC (or 0x7257AC) is known color: Blue Marguerite. HEX triplet: 72, 57 and AC. RGB value is (114,87,172). Sum of RGB (Red+Green+Blue) = 114+87+172=373 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.56% from 373); Green value is 87 (34.38% from 255 or 23.32% from 373); Blue value is 172 (67.58% from 255 or 46.11% from 373); Max value from RGB is 172 - color contains mainly: blue. Hex color #7257AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7257AC is #8DA853. Grayscale: #686868. Windows color (decimal): -9283668 or 11294578. OLE color: 11294578.

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

Color convert

RGB 114 87 172 -
CMYK 0.34 0.49 0 0.33
HSL 259.06º 0.34% 0.51% -
HSV(B) 259.06º 0.49% 0.67% -
XYZ 17.79 13.37 40.67 -
YUV 104.76 165.95 134.59 -
System Red Green Blue C M Y K H S L
Decimal 114 87 172 0.34 0.49 0 0.33 259.06 0.34 0.51
Hex 72 57 AC 22 31 0 21 103 22 33
Octal 162 127 254 42 61 0 41 403 42 63
Binary 1110010 1010111 10101100 100010 110001 0 100001 100000011 100010 110011

Color Harmonies of #7257AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7257AC

Black with #7257AC

Text Example


Text Example

White with #7257AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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