Html Css Color HEX #7560B8 Blue Marguerite

📋 copy color: '#7560B8'

red 117 ◦ green 96 ◦ blue 184

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

Shades of Blue Marguerite #7560B8

Tints of Blue Marguerite #7560B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 46.35%

R = 29.47%
G = 24.18%
B = 46.35%

CMYK

 C value IS 0.36

 M value IS 0.48

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#7560B8 (or 0x7560B8) is known color: Blue Marguerite. HEX triplet: 75, 60 and B8. RGB value is (117,96,184). Sum of RGB (Red+Green+Blue) = 117+96+184=397 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.47% from 397); Green value is 96 (37.89% from 255 or 24.18% from 397); Blue value is 184 (72.27% from 255 or 46.35% from 397); Max value from RGB is 184 - color contains mainly: blue. Hex color #7560B8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7560B8 is #8A9F47. Grayscale: #6F6F6F. Windows color (decimal): -9084744 or 12083317. OLE color: 12083317.

HSL color Cylindrical-coordinate representation of color #7560B8: hue angle of 254.32º degrees, saturation: 0.38, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7560B8 is Cyan = 0.36, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 117 96 184 -
CMYK 0.36 0.48 0 0.28
HSL 254.32º 0.38% 0.55% -
HSV(B) 254.32º 0.48% 0.72% -
XYZ 20.17 15.61 47.3 -
YUV 112.31 168.46 131.34 -
System Red Green Blue C M Y K H S L
Decimal 117 96 184 0.36 0.48 0 0.28 254.32 0.38 0.55
Hex 75 60 B8 24 30 0 1C FE 26 37
Octal 165 140 270 44 60 0 34 376 46 67
Binary 1110101 1100000 10111000 100100 110000 0 11100 11111110 100110 110111

Color Harmonies of #7560B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7560B8

Black with #7560B8

Text Example


Text Example

White with #7560B8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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