Html Css Color HEX #7657BA Blue Marguerite

📋 copy color: '#7657BA'

red 118 ◦ green 87 ◦ blue 186

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

Shades of Blue Marguerite #7657BA

Tints of Blue Marguerite #7657BA

RGB

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

 GREEN value IS 87 (34.38% from 255) = 22.25%

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

R = 30.18%
G = 22.25%
B = 47.57%

CMYK

 C value IS 0.37

 M value IS 0.53

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7657BA (or 0x7657BA) is known color: Blue Marguerite. HEX triplet: 76, 57 and BA. RGB value is (118,87,186). Sum of RGB (Red+Green+Blue) = 118+87+186=391 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.18% from 391); Green value is 87 (34.38% from 255 or 22.25% from 391); Blue value is 186 (73.05% from 255 or 47.57% from 391); Max value from RGB is 186 - color contains mainly: blue. Hex color #7657BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7657BA is #89A845. Grayscale: #6B6B6B. Windows color (decimal): -9021510 or 12212086. OLE color: 12212086.

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

Color convert

RGB 118 87 186 -
CMYK 0.37 0.53 0 0.27
HSL 258.79º 0.42% 0.54% -
HSV(B) 258.79º 0.53% 0.73% -
XYZ 19.74 14.21 48.16 -
YUV 107.56 172.27 135.45 -
System Red Green Blue C M Y K H S L
Decimal 118 87 186 0.37 0.53 0 0.27 258.79 0.42 0.54
Hex 76 57 BA 25 35 0 1B 103 2A 36
Octal 166 127 272 45 65 0 33 403 52 66
Binary 1110110 1010111 10111010 100101 110101 0 11011 100000011 101010 110110

Color Harmonies of #7657BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7657BA

Black with #7657BA

Text Example


Text Example

White with #7657BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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