Html Css Color HEX #7362AE Blue Marguerite

📋 copy color: '#7362AE'

red 115 ◦ green 98 ◦ blue 174

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

Shades of Blue Marguerite #7362AE

Tints of Blue Marguerite #7362AE

RGB

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

 GREEN value IS 98 (38.67% from 255) = 25.32%

 BLUE value IS 174 (68.36% from 255) = 44.96%

R = 29.72%
G = 25.32%
B = 44.96%

CMYK

 C value IS 0.34

 M value IS 0.44

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#7362AE (or 0x7362AE) is known color: Blue Marguerite. HEX triplet: 73, 62 and AE. RGB value is (115,98,174). Sum of RGB (Red+Green+Blue) = 115+98+174=387 (51% of max value = 765). Red value is 115 (45.31% from 255 or 29.72% from 387); Green value is 98 (38.67% from 255 or 25.32% from 387); Blue value is 174 (68.36% from 255 or 44.96% from 387); Max value from RGB is 174 - color contains mainly: blue. Hex color #7362AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7362AE is #8C9D51. Grayscale: #6F6F6F. Windows color (decimal): -9215314 or 11428467. OLE color: 11428467.

HSL color Cylindrical-coordinate representation of color #7362AE: hue angle of 253.42º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7362AE is Cyan = 0.34, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 115 98 174 -
CMYK 0.34 0.44 0 0.32
HSL 253.42º 0.32% 0.53% -
HSV(B) 253.42º 0.44% 0.68% -
XYZ 19.08 15.44 42.02 -
YUV 111.75 163.13 130.32 -
System Red Green Blue C M Y K H S L
Decimal 115 98 174 0.34 0.44 0 0.32 253.42 0.32 0.53
Hex 73 62 AE 22 2C 0 20 FD 20 35
Octal 163 142 256 42 54 0 40 375 40 65
Binary 1110011 1100010 10101110 100010 101100 0 100000 11111101 100000 110101

Color Harmonies of #7362AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7362AE

Black with #7362AE

Text Example


Text Example

White with #7362AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7362AE; }

 p { color: rgb(115,98,174); }

 H1.HeaderClassName
 {
   color: #7362AE;
 }
 .AnyTagClassName
 {
   color: #7362AE;
 }
</style>

background-color css

<style>
 a { background-color: #7362AE; }

 a { background-color: rgb(115,98,174); }

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

border-color css

<style>
 span { border-color: #7362AE; }

 span { border-color: rgb(115,98,174); }

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