Html Css Color HEX #7654BE Blue Marguerite

📋 copy color: '#7654BE'

red 118 ◦ green 84 ◦ blue 190

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

Shades of Blue Marguerite #7654BE

Tints of Blue Marguerite #7654BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 48.47%

R = 30.1%
G = 21.43%
B = 48.47%

CMYK

 C value IS 0.38

 M value IS 0.56

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7654BE (or 0x7654BE) is known color: Blue Marguerite. HEX triplet: 76, 54 and BE. RGB value is (118,84,190). Sum of RGB (Red+Green+Blue) = 118+84+190=392 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.10% from 392); Green value is 84 (33.20% from 255 or 21.43% from 392); Blue value is 190 (74.61% from 255 or 48.47% from 392); Max value from RGB is 190 - color contains mainly: blue. Hex color #7654BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7654BE is #89AB41. Grayscale: #696969. Windows color (decimal): -9022274 or 12473462. OLE color: 12473462.

HSL color Cylindrical-coordinate representation of color #7654BE: hue angle of 259.25º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7654BE is Cyan = 0.38, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 118 84 190 -
CMYK 0.38 0.56 0 0.25
HSL 259.25º 0.45% 0.54% -
HSV(B) 259.25º 0.56% 0.75% -
XYZ 19.94 13.91 50.35 -
YUV 106.25 175.26 136.38 -
System Red Green Blue C M Y K H S L
Decimal 118 84 190 0.38 0.56 0 0.25 259.25 0.45 0.54
Hex 76 54 BE 26 38 0 19 103 2D 36
Octal 166 124 276 46 70 0 31 403 55 66
Binary 1110110 1010100 10111110 100110 111000 0 11001 100000011 101101 110110

Color Harmonies of #7654BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7654BE

Black with #7654BE

Text Example


Text Example

White with #7654BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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