Html Css Color HEX #7651BD Blue Marguerite

📋 copy color: '#7651BD'

red 118 ◦ green 81 ◦ blue 189

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

Shades of Blue Marguerite #7651BD

Tints of Blue Marguerite #7651BD

RGB

 RED value IS 118 (46.48% from 255) = 30.41%

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

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

R = 30.41%
G = 20.88%
B = 48.71%

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

#7651BD (or 0x7651BD) is known color: Blue Marguerite. HEX triplet: 76, 51 and BD. RGB value is (118,81,189). Sum of RGB (Red+Green+Blue) = 118+81+189=388 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.41% from 388); Green value is 81 (32.03% from 255 or 20.88% from 388); Blue value is 189 (74.22% from 255 or 48.71% from 388); Max value from RGB is 189 - color contains mainly: blue. Hex color #7651BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7651BD is #89AE42. Grayscale: #676767. Windows color (decimal): -9023043 or 12407158. OLE color: 12407158.

HSL color Cylindrical-coordinate representation of color #7651BD: hue angle of 260.56º degrees, saturation: 0.45, 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 #7651BD is Cyan = 0.38, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 118 81 189 -
CMYK 0.38 0.57 0 0.26
HSL 260.56º 0.45% 0.53% -
HSV(B) 260.56º 0.57% 0.74% -
XYZ 19.6 13.41 49.7 -
YUV 104.38 175.76 137.72 -
System Red Green Blue C M Y K H S L
Decimal 118 81 189 0.38 0.57 0 0.26 260.56 0.45 0.53
Hex 76 51 BD 26 39 0 1A 105 2D 35
Octal 166 121 275 46 71 0 32 405 55 65
Binary 1110110 1010001 10111101 100110 111001 0 11010 100000101 101101 110101

Color Harmonies of #7651BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7651BD

Black with #7651BD

Text Example


Text Example

White with #7651BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,81,189); }

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

background-color css

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

 a { background-color: rgb(118,81,189); }

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

border-color css

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

 span { border-color: rgb(118,81,189); }

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