Html Css Color HEX #7560BE Blue Marguerite

📋 copy color: '#7560BE'

red 117 ◦ green 96 ◦ blue 190

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

Shades of Blue Marguerite #7560BE

Tints of Blue Marguerite #7560BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 47.15%

R = 29.03%
G = 23.82%
B = 47.15%

CMYK

 C value IS 0.38

 M value IS 0.49

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7560BE (or 0x7560BE) is known color: Blue Marguerite. HEX triplet: 75, 60 and BE. RGB value is (117,96,190). Sum of RGB (Red+Green+Blue) = 117+96+190=403 (53% of max value = 765). Red value is 117 (46.09% from 255 or 29.03% from 403); Green value is 96 (37.89% from 255 or 23.82% from 403); Blue value is 190 (74.61% from 255 or 47.15% from 403); Max value from RGB is 190 - color contains mainly: blue. Hex color #7560BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7560BE is #8A9F41. Grayscale: #707070. Windows color (decimal): -9084738 or 12476533. OLE color: 12476533.

HSL color Cylindrical-coordinate representation of color #7560BE: hue angle of 253.4º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7560BE is Cyan = 0.38, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 117 96 190 -
CMYK 0.38 0.49 0 0.25
HSL 253.4º 0.42% 0.56% -
HSV(B) 253.4º 0.49% 0.75% -
XYZ 20.81 15.87 50.68 -
YUV 113 171.46 130.86 -
System Red Green Blue C M Y K H S L
Decimal 117 96 190 0.38 0.49 0 0.25 253.4 0.42 0.56
Hex 75 60 BE 26 31 0 19 FD 2A 38
Octal 165 140 276 46 61 0 31 375 52 70
Binary 1110101 1100000 10111110 100110 110001 0 11001 11111101 101010 111000

Color Harmonies of #7560BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7560BE

Black with #7560BE

Text Example


Text Example

White with #7560BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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