Html Css Color HEX #7560B0 Blue Marguerite

📋 copy color: '#7560B0'

red 117 ◦ green 96 ◦ blue 176

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

Shades of Blue Marguerite #7560B0

Tints of Blue Marguerite #7560B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 45.24%

R = 30.08%
G = 24.68%
B = 45.24%

CMYK

 C value IS 0.34

 M value IS 0.45

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#7560B0 (or 0x7560B0) is known color: Blue Marguerite. HEX triplet: 75, 60 and B0. RGB value is (117,96,176). Sum of RGB (Red+Green+Blue) = 117+96+176=389 (51% of max value = 765). Red value is 117 (46.09% from 255 or 30.08% from 389); Green value is 96 (37.89% from 255 or 24.68% from 389); Blue value is 176 (69.14% from 255 or 45.24% from 389); Max value from RGB is 176 - color contains mainly: blue. Hex color #7560B0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7560B0 is #8A9F4F. Grayscale: #6F6F6F. Windows color (decimal): -9084752 or 11559029. OLE color: 11559029.

HSL color Cylindrical-coordinate representation of color #7560B0: hue angle of 255.75º degrees, saturation: 0.34, 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 #7560B0 is Cyan = 0.34, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 117 96 176 -
CMYK 0.34 0.45 0 0.31
HSL 255.75º 0.34% 0.53% -
HSV(B) 255.75º 0.45% 0.69% -
XYZ 19.36 15.28 43 -
YUV 111.4 164.46 132 -
System Red Green Blue C M Y K H S L
Decimal 117 96 176 0.34 0.45 0 0.31 255.75 0.34 0.53
Hex 75 60 B0 22 2D 0 1F 100 22 35
Octal 165 140 260 42 55 0 37 400 42 65
Binary 1110101 1100000 10110000 100010 101101 0 11111 100000000 100010 110101

Color Harmonies of #7560B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7560B0

Black with #7560B0

Text Example


Text Example

White with #7560B0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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