Html Css Color HEX #7357AC Blue Marguerite

📋 copy color: '#7357AC'

red 115 ◦ green 87 ◦ blue 172

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

Shades of Blue Marguerite #7357AC

Tints of Blue Marguerite #7357AC

RGB

 RED value IS 115 (45.31% from 255) = 30.75%

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

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

R = 30.75%
G = 23.26%
B = 45.99%

CMYK

 C value IS 0.33

 M value IS 0.49

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7357AC (or 0x7357AC) is known color: Blue Marguerite. HEX triplet: 73, 57 and AC. RGB value is (115,87,172). Sum of RGB (Red+Green+Blue) = 115+87+172=374 (49% of max value = 765). Red value is 115 (45.31% from 255 or 30.75% from 374); Green value is 87 (34.38% from 255 or 23.26% from 374); Blue value is 172 (67.58% from 255 or 45.99% from 374); Max value from RGB is 172 - color contains mainly: blue. Hex color #7357AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7357AC is #8CA853. Grayscale: #686868. Windows color (decimal): -9218132 or 11294579. OLE color: 11294579.

HSL color Cylindrical-coordinate representation of color #7357AC: hue angle of 259.76º 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 #7357AC is Cyan = 0.33, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 115 87 172 -
CMYK 0.33 0.49 0 0.33
HSL 259.76º 0.34% 0.51% -
HSV(B) 259.76º 0.49% 0.67% -
XYZ 17.92 13.44 40.68 -
YUV 105.06 165.78 135.09 -
System Red Green Blue C M Y K H S L
Decimal 115 87 172 0.33 0.49 0 0.33 259.76 0.34 0.51
Hex 73 57 AC 21 31 0 21 104 22 33
Octal 163 127 254 41 61 0 41 404 42 63
Binary 1110011 1010111 10101100 100001 110001 0 100001 100000100 100010 110011

Color Harmonies of #7357AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7357AC

Black with #7357AC

Text Example


Text Example

White with #7357AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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