Html Css Color HEX #7559BC Blue Marguerite

📋 copy color: '#7559BC'

red 117 ◦ green 89 ◦ blue 188

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

Shades of Blue Marguerite #7559BC

Tints of Blue Marguerite #7559BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 47.72%

R = 29.7%
G = 22.59%
B = 47.72%

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

#7559BC (or 0x7559BC) is known color: Blue Marguerite. HEX triplet: 75, 59 and BC. RGB value is (117,89,188). Sum of RGB (Red+Green+Blue) = 117+89+188=394 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.70% from 394); Green value is 89 (35.16% from 255 or 22.59% from 394); Blue value is 188 (73.83% from 255 or 47.72% from 394); Max value from RGB is 188 - color contains mainly: blue. Hex color #7559BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7559BC is #8AA643. Grayscale: #6C6C6C. Windows color (decimal): -9086532 or 12343669. OLE color: 12343669.

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

Color convert

RGB 117 89 188 -
CMYK 0.38 0.53 0 0.26
HSL 256.97º 0.42% 0.54% -
HSV(B) 256.97º 0.53% 0.74% -
XYZ 19.99 14.56 49.33 -
YUV 108.66 172.78 133.95 -
System Red Green Blue C M Y K H S L
Decimal 117 89 188 0.38 0.53 0 0.26 256.97 0.42 0.54
Hex 75 59 BC 26 35 0 1A 101 2A 36
Octal 165 131 274 46 65 0 32 401 52 66
Binary 1110101 1011001 10111100 100110 110101 0 11010 100000001 101010 110110

Color Harmonies of #7559BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7559BC

Black with #7559BC

Text Example


Text Example

White with #7559BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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