Html Css Color HEX #7560BC Blue Marguerite

📋 copy color: '#7560BC'

red 117 ◦ green 96 ◦ blue 188

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

Shades of Blue Marguerite #7560BC

Tints of Blue Marguerite #7560BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 46.88%

R = 29.18%
G = 23.94%
B = 46.88%

CMYK

 C value IS 0.38

 M value IS 0.49

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7560BC (or 0x7560BC) is known color: Blue Marguerite. HEX triplet: 75, 60 and BC. RGB value is (117,96,188). Sum of RGB (Red+Green+Blue) = 117+96+188=401 (53% of max value = 765). Red value is 117 (46.09% from 255 or 29.18% from 401); Green value is 96 (37.89% from 255 or 23.94% from 401); Blue value is 188 (73.83% from 255 or 46.88% from 401); Max value from RGB is 188 - color contains mainly: blue. Hex color #7560BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7560BC is #8A9F43. Grayscale: #707070. Windows color (decimal): -9084740 or 12345461. OLE color: 12345461.

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

Color convert

RGB 117 96 188 -
CMYK 0.38 0.49 0 0.26
HSL 253.7º 0.41% 0.56% -
HSV(B) 253.7º 0.49% 0.74% -
XYZ 20.6 15.78 49.54 -
YUV 112.77 170.46 131.02 -
System Red Green Blue C M Y K H S L
Decimal 117 96 188 0.38 0.49 0 0.26 253.7 0.41 0.56
Hex 75 60 BC 26 31 0 1A FE 29 38
Octal 165 140 274 46 61 0 32 376 51 70
Binary 1110101 1100000 10111100 100110 110001 0 11010 11111110 101001 111000

Color Harmonies of #7560BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7560BC

Black with #7560BC

Text Example


Text Example

White with #7560BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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