Html Css Color HEX #7559BF Blue Marguerite

📋 copy color: '#7559BF'

red 117 ◦ green 89 ◦ blue 191

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

Shades of Blue Marguerite #7559BF

Tints of Blue Marguerite #7559BF

RGB

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

 GREEN value IS 89 (35.16% from 255) = 22.42%

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

R = 29.47%
G = 22.42%
B = 48.11%

CMYK

 C value IS 0.39

 M value IS 0.53

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7559BF (or 0x7559BF) is known color: Blue Marguerite. HEX triplet: 75, 59 and BF. RGB value is (117,89,191). Sum of RGB (Red+Green+Blue) = 117+89+191=397 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.47% from 397); Green value is 89 (35.16% from 255 or 22.42% from 397); Blue value is 191 (75% from 255 or 48.11% from 397); Max value from RGB is 191 - color contains mainly: blue. Hex color #7559BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7559BF is #8AA640. Grayscale: #6C6C6C. Windows color (decimal): -9086529 or 12540277. OLE color: 12540277.

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

Color convert

RGB 117 89 191 -
CMYK 0.39 0.53 0 0.25
HSL 256.47º 0.44% 0.55% -
HSV(B) 256.47º 0.53% 0.75% -
XYZ 20.31 14.69 51.05 -
YUV 109 174.28 133.71 -
System Red Green Blue C M Y K H S L
Decimal 117 89 191 0.39 0.53 0 0.25 256.47 0.44 0.55
Hex 75 59 BF 27 35 0 19 100 2C 37
Octal 165 131 277 47 65 0 31 400 54 67
Binary 1110101 1011001 10111111 100111 110101 0 11001 100000000 101100 110111

Color Harmonies of #7559BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7559BF

Black with #7559BF

Text Example


Text Example

White with #7559BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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