Html Css Color HEX #7551BC Blue Marguerite

📋 copy color: '#7551BC'

red 117 ◦ green 81 ◦ blue 188

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

Shades of Blue Marguerite #7551BC

Tints of Blue Marguerite #7551BC

RGB

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

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

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

R = 30.31%
G = 20.98%
B = 48.7%

CMYK

 C value IS 0.38

 M value IS 0.57

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7551BC (or 0x7551BC) is known color: Blue Marguerite. HEX triplet: 75, 51 and BC. RGB value is (117,81,188). Sum of RGB (Red+Green+Blue) = 117+81+188=386 (51% of max value = 765). Red value is 117 (46.09% from 255 or 30.31% from 386); Green value is 81 (32.03% from 255 or 20.98% from 386); Blue value is 188 (73.83% from 255 or 48.70% from 386); Max value from RGB is 188 - color contains mainly: blue. Hex color #7551BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7551BC is #8AAE43. Grayscale: #676767. Windows color (decimal): -9088580 or 12341621. OLE color: 12341621.

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

Color convert

RGB 117 81 188 -
CMYK 0.38 0.57 0 0.26
HSL 260.19º 0.44% 0.53% -
HSV(B) 260.19º 0.57% 0.74% -
XYZ 19.36 13.3 49.12 -
YUV 103.96 175.43 137.3 -
System Red Green Blue C M Y K H S L
Decimal 117 81 188 0.38 0.57 0 0.26 260.19 0.44 0.53
Hex 75 51 BC 26 39 0 1A 104 2C 35
Octal 165 121 274 46 71 0 32 404 54 65
Binary 1110101 1010001 10111100 100110 111001 0 11010 100000100 101100 110101

Color Harmonies of #7551BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7551BC

Black with #7551BC

Text Example


Text Example

White with #7551BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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