Html Css Color HEX #7551BB Blue Marguerite

📋 copy color: '#7551BB'

red 117 ◦ green 81 ◦ blue 187

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

Shades of Blue Marguerite #7551BB

Tints of Blue Marguerite #7551BB

RGB

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

 GREEN value IS 81 (32.03% from 255) = 21.04%

 BLUE value IS 187 (73.44% from 255) = 48.57%

R = 30.39%
G = 21.04%
B = 48.57%

CMYK

 C value IS 0.37

 M value IS 0.57

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7551BB (or 0x7551BB) is known color: Blue Marguerite. HEX triplet: 75, 51 and BB. RGB value is (117,81,187). Sum of RGB (Red+Green+Blue) = 117+81+187=385 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.39% from 385); Green value is 81 (32.03% from 255 or 21.04% from 385); Blue value is 187 (73.44% from 255 or 48.57% from 385); Max value from RGB is 187 - color contains mainly: blue. Hex color #7551BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7551BB is #8AAE44. Grayscale: #676767. Windows color (decimal): -9088581 or 12276085. OLE color: 12276085.

HSL color Cylindrical-coordinate representation of color #7551BB: hue angle of 260.38º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7551BB is Cyan = 0.37, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 117 81 187 -
CMYK 0.37 0.57 0 0.27
HSL 260.38º 0.44% 0.53% -
HSV(B) 260.38º 0.57% 0.73% -
XYZ 19.25 13.25 48.56 -
YUV 103.85 174.93 137.38 -
System Red Green Blue C M Y K H S L
Decimal 117 81 187 0.37 0.57 0 0.27 260.38 0.44 0.53
Hex 75 51 BB 25 39 0 1B 104 2C 35
Octal 165 121 273 45 71 0 33 404 54 65
Binary 1110101 1010001 10111011 100101 111001 0 11011 100000100 101100 110101

Color Harmonies of #7551BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7551BB

Black with #7551BB

Text Example


Text Example

White with #7551BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7551BB; }

 p { color: rgb(117,81,187); }

 H1.HeaderClassName
 {
   color: #7551BB;
 }
 .AnyTagClassName
 {
   color: #7551BB;
 }
</style>

background-color css

<style>
 a { background-color: #7551BB; }

 a { background-color: rgb(117,81,187); }

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

border-color css

<style>
 span { border-color: #7551BB; }

 span { border-color: rgb(117,81,187); }

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