Html Css Color HEX #7356AC Blue Marguerite

📋 copy color: '#7356AC'

red 115 ◦ green 86 ◦ blue 172

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

Shades of Blue Marguerite #7356AC

Tints of Blue Marguerite #7356AC

RGB

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

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

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

R = 30.83%
G = 23.06%
B = 46.11%

CMYK

 C value IS 0.33

 M value IS 0.5

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7356AC (or 0x7356AC) is known color: Blue Marguerite. HEX triplet: 73, 56 and AC. RGB value is (115,86,172). Sum of RGB (Red+Green+Blue) = 115+86+172=373 (49% of max value = 765). Red value is 115 (45.31% from 255 or 30.83% from 373); Green value is 86 (33.98% from 255 or 23.06% 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 #7356AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7356AC is #8CA953. Grayscale: #686868. Windows color (decimal): -9218388 or 11294323. OLE color: 11294323.

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

Color convert

RGB 115 86 172 -
CMYK 0.33 0.5 0 0.33
HSL 260.23º 0.34% 0.51% -
HSV(B) 260.23º 0.5% 0.67% -
XYZ 17.84 13.28 40.65 -
YUV 104.48 166.11 135.51 -
System Red Green Blue C M Y K H S L
Decimal 115 86 172 0.33 0.5 0 0.33 260.23 0.34 0.51
Hex 73 56 AC 21 32 0 21 104 22 33
Octal 163 126 254 41 62 0 41 404 42 63
Binary 1110011 1010110 10101100 100001 110010 0 100001 100000100 100010 110011

Color Harmonies of #7356AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7356AC

Black with #7356AC

Text Example


Text Example

White with #7356AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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