Html Css Color HEX #7560BF Blue Marguerite

📋 copy color: '#7560BF'

red 117 ◦ green 96 ◦ blue 191

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

Shades of Blue Marguerite #7560BF

Tints of Blue Marguerite #7560BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 47.28%

R = 28.96%
G = 23.76%
B = 47.28%

CMYK

 C value IS 0.39

 M value IS 0.50

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7560BF (or 0x7560BF) is known color: Blue Marguerite. HEX triplet: 75, 60 and BF. RGB value is (117,96,191). Sum of RGB (Red+Green+Blue) = 117+96+191=404 (53% of max value = 765). Red value is 117 (46.09% from 255 or 28.96% from 404); Green value is 96 (37.89% from 255 or 23.76% from 404); Blue value is 191 (75% from 255 or 47.28% from 404); Max value from RGB is 191 - color contains mainly: blue. Hex color #7560BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7560BF is #8A9F40. Grayscale: #707070. Windows color (decimal): -9084737 or 12542069. OLE color: 12542069.

HSL color Cylindrical-coordinate representation of color #7560BF: hue angle of 253.26º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7560BF is Cyan = 0.39, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 117 96 191 -
CMYK 0.39 0.50 0 0.25
HSL 253.26º 0.43% 0.56% -
HSV(B) 253.26º 0.5% 0.75% -
XYZ 20.92 15.91 51.26 -
YUV 113.11 171.96 130.78 -
System Red Green Blue C M Y K H S L
Decimal 117 96 191 0.39 0.50 0 0.25 253.26 0.43 0.56
Hex 75 60 BF 27 32 0 19 FD 2B 38
Octal 165 140 277 47 62 0 31 375 53 70
Binary 1110101 1100000 10111111 100111 110010 0 11001 11111101 101011 111000

Color Harmonies of #7560BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7560BF

Black with #7560BF

Text Example


Text Example

White with #7560BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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