Html Css Color HEX #7560AD Blue Marguerite

📋 copy color: '#7560AD'

red 117 ◦ green 96 ◦ blue 173

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

Shades of Blue Marguerite #7560AD

Tints of Blue Marguerite #7560AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 44.82%

R = 30.31%
G = 24.87%
B = 44.82%

CMYK

 C value IS 0.32

 M value IS 0.45

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#7560AD (or 0x7560AD) is known color: Blue Marguerite. HEX triplet: 75, 60 and AD. RGB value is (117,96,173). Sum of RGB (Red+Green+Blue) = 117+96+173=386 (51% of max value = 765). Red value is 117 (46.09% from 255 or 30.31% from 386); Green value is 96 (37.89% from 255 or 24.87% from 386); Blue value is 173 (67.97% from 255 or 44.82% from 386); Max value from RGB is 173 - color contains mainly: blue. Hex color #7560AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7560AD is #8A9F52. Grayscale: #6E6E6E. Windows color (decimal): -9084755 or 11362421. OLE color: 11362421.

HSL color Cylindrical-coordinate representation of color #7560AD: hue angle of 256.36º 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 #7560AD is Cyan = 0.32, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 117 96 173 -
CMYK 0.32 0.45 0 0.32
HSL 256.36º 0.32% 0.53% -
HSV(B) 256.36º 0.45% 0.68% -
XYZ 19.06 15.16 41.46 -
YUV 111.06 162.96 132.24 -
System Red Green Blue C M Y K H S L
Decimal 117 96 173 0.32 0.45 0 0.32 256.36 0.32 0.53
Hex 75 60 AD 20 2D 0 20 100 20 35
Octal 165 140 255 40 55 0 40 400 40 65
Binary 1110101 1100000 10101101 100000 101101 0 100000 100000000 100000 110101

Color Harmonies of #7560AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7560AD

Black with #7560AD

Text Example


Text Example

White with #7560AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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