Html Css Color HEX #7654BA Blue Marguerite

📋 copy color: '#7654BA'

red 118 ◦ green 84 ◦ blue 186

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

Shades of Blue Marguerite #7654BA

Tints of Blue Marguerite #7654BA

RGB

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

 GREEN value IS 84 (33.2% from 255) = 21.65%

 BLUE value IS 186 (73.05% from 255) = 47.94%

R = 30.41%
G = 21.65%
B = 47.94%

CMYK

 C value IS 0.37

 M value IS 0.55

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7654BA (or 0x7654BA) is known color: Blue Marguerite. HEX triplet: 76, 54 and BA. RGB value is (118,84,186). Sum of RGB (Red+Green+Blue) = 118+84+186=388 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.41% from 388); Green value is 84 (33.20% from 255 or 21.65% from 388); Blue value is 186 (73.05% from 255 or 47.94% from 388); Max value from RGB is 186 - color contains mainly: blue. Hex color #7654BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7654BA is #89AB45. Grayscale: #696969. Windows color (decimal): -9022278 or 12211318. OLE color: 12211318.

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

Color convert

RGB 118 84 186 -
CMYK 0.37 0.55 0 0.27
HSL 260º 0.43% 0.53% -
HSV(B) 260º 0.55% 0.73% -
XYZ 19.5 13.74 48.08 -
YUV 105.79 173.26 136.71 -
System Red Green Blue C M Y K H S L
Decimal 118 84 186 0.37 0.55 0 0.27 260 0.43 0.53
Hex 76 54 BA 25 37 0 1B 104 2A 35
Octal 166 124 272 45 67 0 33 404 52 65
Binary 1110110 1010100 10111010 100101 110111 0 11011 100000100 101010 110101

Color Harmonies of #7654BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7654BA

Black with #7654BA

Text Example


Text Example

White with #7654BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7654BA; }

 p { color: rgb(118,84,186); }

 H1.HeaderClassName
 {
   color: #7654BA;
 }
 .AnyTagClassName
 {
   color: #7654BA;
 }
</style>

background-color css

<style>
 a { background-color: #7654BA; }

 a { background-color: rgb(118,84,186); }

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

border-color css

<style>
 span { border-color: #7654BA; }

 span { border-color: rgb(118,84,186); }

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