Html Css Color HEX #7560AE Blue Marguerite

📋 copy color: '#7560AE'

red 117 ◦ green 96 ◦ blue 174

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

Shades of Blue Marguerite #7560AE

Tints of Blue Marguerite #7560AE

RGB

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

 GREEN value IS 96 (37.89% from 255) = 24.81%

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

R = 30.23%
G = 24.81%
B = 44.96%

CMYK

 C value IS 0.33

 M value IS 0.45

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#7560AE (or 0x7560AE) is known color: Blue Marguerite. HEX triplet: 75, 60 and AE. RGB value is (117,96,174). Sum of RGB (Red+Green+Blue) = 117+96+174=387 (51% of max value = 765). Red value is 117 (46.09% from 255 or 30.23% from 387); Green value is 96 (37.89% from 255 or 24.81% 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 #7560AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7560AE is #8A9F51. Grayscale: #6E6E6E. Windows color (decimal): -9084754 or 11427957. OLE color: 11427957.

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

Color convert

RGB 117 96 174 -
CMYK 0.33 0.45 0 0.32
HSL 256.15º 0.33% 0.53% -
HSV(B) 256.15º 0.45% 0.68% -
XYZ 19.16 15.2 41.97 -
YUV 111.17 163.46 132.16 -
System Red Green Blue C M Y K H S L
Decimal 117 96 174 0.33 0.45 0 0.32 256.15 0.33 0.53
Hex 75 60 AE 21 2D 0 20 100 20 35
Octal 165 140 256 41 55 0 40 400 40 65
Binary 1110101 1100000 10101110 100001 101101 0 100000 100000000 100000 110101

Color Harmonies of #7560AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7560AE

Black with #7560AE

Text Example


Text Example

White with #7560AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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