Html Css Color HEX #7559BD Blue Marguerite

📋 copy color: '#7559BD'

red 117 ◦ green 89 ◦ blue 189

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

Shades of Blue Marguerite #7559BD

Tints of Blue Marguerite #7559BD

RGB

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

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

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

R = 29.62%
G = 22.53%
B = 47.85%

CMYK

 C value IS 0.38

 M value IS 0.53

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7559BD (or 0x7559BD) is known color: Blue Marguerite. HEX triplet: 75, 59 and BD. RGB value is (117,89,189). Sum of RGB (Red+Green+Blue) = 117+89+189=395 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.62% from 395); Green value is 89 (35.16% from 255 or 22.53% from 395); Blue value is 189 (74.22% from 255 or 47.85% from 395); Max value from RGB is 189 - color contains mainly: blue. Hex color #7559BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7559BD is #8AA642. Grayscale: #6C6C6C. Windows color (decimal): -9086531 or 12409205. OLE color: 12409205.

HSL color Cylindrical-coordinate representation of color #7559BD: hue angle of 256.8º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7559BD is Cyan = 0.38, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 117 89 189 -
CMYK 0.38 0.53 0 0.26
HSL 256.8º 0.43% 0.55% -
HSV(B) 256.8º 0.53% 0.74% -
XYZ 20.09 14.6 49.9 -
YUV 108.77 173.28 133.87 -
System Red Green Blue C M Y K H S L
Decimal 117 89 189 0.38 0.53 0 0.26 256.8 0.43 0.55
Hex 75 59 BD 26 35 0 1A 101 2B 37
Octal 165 131 275 46 65 0 32 401 53 67
Binary 1110101 1011001 10111101 100110 110101 0 11010 100000001 101011 110111

Color Harmonies of #7559BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7559BD

Black with #7559BD

Text Example


Text Example

White with #7559BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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