Html Css Color HEX #7559B9 Blue Marguerite

📋 copy color: '#7559B9'

red 117 ◦ green 89 ◦ blue 185

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

Shades of Blue Marguerite #7559B9

Tints of Blue Marguerite #7559B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 47.31%

R = 29.92%
G = 22.76%
B = 47.31%

CMYK

 C value IS 0.37

 M value IS 0.52

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7559B9 (or 0x7559B9) is known color: Blue Marguerite. HEX triplet: 75, 59 and B9. RGB value is (117,89,185). Sum of RGB (Red+Green+Blue) = 117+89+185=391 (51% of max value = 765). Red value is 117 (46.09% from 255 or 29.92% from 391); Green value is 89 (35.16% from 255 or 22.76% from 391); Blue value is 185 (72.66% from 255 or 47.31% from 391); Max value from RGB is 185 - color contains mainly: blue. Hex color #7559B9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7559B9 is #8AA646. Grayscale: #6B6B6B. Windows color (decimal): -9086535 or 12147061. OLE color: 12147061.

HSL color Cylindrical-coordinate representation of color #7559B9: hue angle of 257.5º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7559B9 is Cyan = 0.37, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 117 89 185 -
CMYK 0.37 0.52 0 0.27
HSL 257.5º 0.41% 0.54% -
HSV(B) 257.5º 0.52% 0.73% -
XYZ 19.67 14.43 47.65 -
YUV 108.32 171.28 134.19 -
System Red Green Blue C M Y K H S L
Decimal 117 89 185 0.37 0.52 0 0.27 257.5 0.41 0.54
Hex 75 59 B9 25 34 0 1B 102 29 36
Octal 165 131 271 45 64 0 33 402 51 66
Binary 1110101 1011001 10111001 100101 110100 0 11011 100000010 101001 110110

Color Harmonies of #7559B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7559B9

Black with #7559B9

Text Example


Text Example

White with #7559B9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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