Html Css Color HEX #7656BA Blue Marguerite

📋 copy color: '#7656BA'

red 118 ◦ green 86 ◦ blue 186

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

Shades of Blue Marguerite #7656BA

Tints of Blue Marguerite #7656BA

RGB

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

 GREEN value IS 86 (33.98% from 255) = 22.05%

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

R = 30.26%
G = 22.05%
B = 47.69%

CMYK

 C value IS 0.37

 M value IS 0.54

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7656BA (or 0x7656BA) is known color: Blue Marguerite. HEX triplet: 76, 56 and BA. RGB value is (118,86,186). Sum of RGB (Red+Green+Blue) = 118+86+186=390 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.26% from 390); Green value is 86 (33.98% from 255 or 22.05% from 390); Blue value is 186 (73.05% from 255 or 47.69% from 390); Max value from RGB is 186 - color contains mainly: blue. Hex color #7656BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7656BA is #89A945. Grayscale: #6A6A6A. Windows color (decimal): -9021766 or 12211830. OLE color: 12211830.

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

Color convert

RGB 118 86 186 -
CMYK 0.37 0.54 0 0.27
HSL 259.2º 0.42% 0.53% -
HSV(B) 259.2º 0.54% 0.73% -
XYZ 19.66 14.05 48.13 -
YUV 106.97 172.6 135.87 -
System Red Green Blue C M Y K H S L
Decimal 118 86 186 0.37 0.54 0 0.27 259.2 0.42 0.53
Hex 76 56 BA 25 36 0 1B 103 2A 35
Octal 166 126 272 45 66 0 33 403 52 65
Binary 1110110 1010110 10111010 100101 110110 0 11011 100000011 101010 110101

Color Harmonies of #7656BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7656BA

Black with #7656BA

Text Example


Text Example

White with #7656BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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