Html Css Color HEX #7560BD Blue Marguerite

📋 copy color: '#7560BD'

red 117 ◦ green 96 ◦ blue 189

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

Shades of Blue Marguerite #7560BD

Tints of Blue Marguerite #7560BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 47.01%

R = 29.1%
G = 23.88%
B = 47.01%

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

#7560BD (or 0x7560BD) is known color: Blue Marguerite. HEX triplet: 75, 60 and BD. RGB value is (117,96,189). Sum of RGB (Red+Green+Blue) = 117+96+189=402 (53% of max value = 765). Red value is 117 (46.09% from 255 or 29.10% from 402); Green value is 96 (37.89% from 255 or 23.88% from 402); Blue value is 189 (74.22% from 255 or 47.01% from 402); Max value from RGB is 189 - color contains mainly: blue. Hex color #7560BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7560BD is #8A9F42. Grayscale: #707070. Windows color (decimal): -9084739 or 12410997. OLE color: 12410997.

HSL color Cylindrical-coordinate representation of color #7560BD: hue angle of 253.55º 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 #7560BD is Cyan = 0.38, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 117 96 189 -
CMYK 0.38 0.49 0 0.26
HSL 253.55º 0.41% 0.56% -
HSV(B) 253.55º 0.49% 0.74% -
XYZ 20.7 15.82 50.11 -
YUV 112.88 170.96 130.94 -
System Red Green Blue C M Y K H S L
Decimal 117 96 189 0.38 0.49 0 0.26 253.55 0.41 0.56
Hex 75 60 BD 26 31 0 1A FE 29 38
Octal 165 140 275 46 61 0 32 376 51 70
Binary 1110101 1100000 10111101 100110 110001 0 11010 11111110 101001 111000

Color Harmonies of #7560BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7560BD

Black with #7560BD

Text Example


Text Example

White with #7560BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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