Html Css Color HEX #7560AF Blue Marguerite

📋 copy color: '#7560AF'

red 117 ◦ green 96 ◦ blue 175

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

Shades of Blue Marguerite #7560AF

Tints of Blue Marguerite #7560AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 45.1%

R = 30.15%
G = 24.74%
B = 45.1%

CMYK

 C value IS 0.33

 M value IS 0.45

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#7560AF (or 0x7560AF) is known color: Blue Marguerite. HEX triplet: 75, 60 and AF. RGB value is (117,96,175). Sum of RGB (Red+Green+Blue) = 117+96+175=388 (51% of max value = 765). Red value is 117 (46.09% from 255 or 30.15% from 388); Green value is 96 (37.89% from 255 or 24.74% from 388); Blue value is 175 (68.75% from 255 or 45.10% from 388); Max value from RGB is 175 - color contains mainly: blue. Hex color #7560AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7560AF is #8A9F50. Grayscale: #6E6E6E. Windows color (decimal): -9084753 or 11493493. OLE color: 11493493.

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

Color convert

RGB 117 96 175 -
CMYK 0.33 0.45 0 0.31
HSL 255.95º 0.33% 0.53% -
HSV(B) 255.95º 0.45% 0.69% -
XYZ 19.26 15.24 42.48 -
YUV 111.29 163.96 132.08 -
System Red Green Blue C M Y K H S L
Decimal 117 96 175 0.33 0.45 0 0.31 255.95 0.33 0.53
Hex 75 60 AF 21 2D 0 1F 100 21 35
Octal 165 140 257 41 55 0 37 400 41 65
Binary 1110101 1100000 10101111 100001 101101 0 11111 100000000 100001 110101

Color Harmonies of #7560AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7560AF

Black with #7560AF

Text Example


Text Example

White with #7560AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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