Html Css Color HEX #7654BC Blue Marguerite

📋 copy color: '#7654BC'

red 118 ◦ green 84 ◦ blue 188

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

Shades of Blue Marguerite #7654BC

Tints of Blue Marguerite #7654BC

RGB

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

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

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

R = 30.26%
G = 21.54%
B = 48.21%

CMYK

 C value IS 0.37

 M value IS 0.55

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7654BC (or 0x7654BC) is known color: Blue Marguerite. HEX triplet: 76, 54 and BC. RGB value is (118,84,188). Sum of RGB (Red+Green+Blue) = 118+84+188=390 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.26% from 390); Green value is 84 (33.20% from 255 or 21.54% from 390); Blue value is 188 (73.83% from 255 or 48.21% from 390); Max value from RGB is 188 - color contains mainly: blue. Hex color #7654BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7654BC is #89AB43. Grayscale: #696969. Windows color (decimal): -9022276 or 12342390. OLE color: 12342390.

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

Color convert

RGB 118 84 188 -
CMYK 0.37 0.55 0 0.26
HSL 259.62º 0.44% 0.53% -
HSV(B) 259.62º 0.55% 0.74% -
XYZ 19.72 13.82 49.21 -
YUV 106.02 174.26 136.54 -
System Red Green Blue C M Y K H S L
Decimal 118 84 188 0.37 0.55 0 0.26 259.62 0.44 0.53
Hex 76 54 BC 25 37 0 1A 104 2C 35
Octal 166 124 274 45 67 0 32 404 54 65
Binary 1110110 1010100 10111100 100101 110111 0 11010 100000100 101100 110101

Color Harmonies of #7654BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7654BC

Black with #7654BC

Text Example


Text Example

White with #7654BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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