Html Css Color HEX #7549BF Blue Marguerite

📋 copy color: '#7549BF'

red 117 ◦ green 73 ◦ blue 191

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

Shades of Blue Marguerite #7549BF

Tints of Blue Marguerite #7549BF

RGB

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

 GREEN value IS 73 (28.91% from 255) = 19.16%

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

R = 30.71%
G = 19.16%
B = 50.13%

CMYK

 C value IS 0.39

 M value IS 0.62

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7549BF (or 0x7549BF) is known color: Blue Marguerite. HEX triplet: 75, 49 and BF. RGB value is (117,73,191). Sum of RGB (Red+Green+Blue) = 117+73+191=381 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.71% from 381); Green value is 73 (28.91% from 255 or 19.16% from 381); Blue value is 191 (75% from 255 or 50.13% from 381); Max value from RGB is 191 - color contains mainly: blue. Hex color #7549BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7549BF is #8AB640. Grayscale: #636363. Windows color (decimal): -9090625 or 12536181. OLE color: 12536181.

HSL color Cylindrical-coordinate representation of color #7549BF: hue angle of 262.37º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7549BF is Cyan = 0.39, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 117 73 191 -
CMYK 0.39 0.62 0 0.25
HSL 262.37º 0.48% 0.52% -
HSV(B) 262.37º 0.62% 0.75% -
XYZ 19.12 12.31 50.66 -
YUV 99.61 179.58 140.41 -
System Red Green Blue C M Y K H S L
Decimal 117 73 191 0.39 0.62 0 0.25 262.37 0.48 0.52
Hex 75 49 BF 27 3E 0 19 106 30 34
Octal 165 111 277 47 76 0 31 406 60 64
Binary 1110101 1001001 10111111 100111 111110 0 11001 100000110 110000 110100

Color Harmonies of #7549BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7549BF

Black with #7549BF

Text Example


Text Example

White with #7549BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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