Html Css Color HEX #7562AE Blue Marguerite

📋 copy color: '#7562AE'

red 117 ◦ green 98 ◦ blue 174

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

Shades of Blue Marguerite #7562AE

Tints of Blue Marguerite #7562AE

RGB

 RED value IS 117 (46.09% from 255) = 30.08%

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

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

R = 30.08%
G = 25.19%
B = 44.73%

CMYK

 C value IS 0.33

 M value IS 0.44

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#7562AE (or 0x7562AE) is known color: Blue Marguerite. HEX triplet: 75, 62 and AE. RGB value is (117,98,174). Sum of RGB (Red+Green+Blue) = 117+98+174=389 (51% of max value = 765). Red value is 117 (46.09% from 255 or 30.08% from 389); Green value is 98 (38.67% from 255 or 25.19% from 389); Blue value is 174 (68.36% from 255 or 44.73% from 389); Max value from RGB is 174 - color contains mainly: blue. Hex color #7562AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7562AE is #8A9D51. Grayscale: #707070. Windows color (decimal): -9084242 or 11428469. OLE color: 11428469.

HSL color Cylindrical-coordinate representation of color #7562AE: hue angle of 255º 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 #7562AE is Cyan = 0.33, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 117 98 174 -
CMYK 0.33 0.44 0 0.32
HSL 255º 0.32% 0.53% -
HSV(B) 255º 0.44% 0.68% -
XYZ 19.34 15.57 42.03 -
YUV 112.35 162.79 131.32 -
System Red Green Blue C M Y K H S L
Decimal 117 98 174 0.33 0.44 0 0.32 255 0.32 0.53
Hex 75 62 AE 21 2C 0 20 FF 20 35
Octal 165 142 256 41 54 0 40 377 40 65
Binary 1110101 1100010 10101110 100001 101100 0 100000 11111111 100000 110101

Color Harmonies of #7562AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7562AE

Black with #7562AE

Text Example


Text Example

White with #7562AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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