Html Css Color HEX #7659BF Blue Marguerite

📋 copy color: '#7659BF'

red 118 ◦ green 89 ◦ blue 191

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

Shades of Blue Marguerite #7659BF

Tints of Blue Marguerite #7659BF

RGB

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

 GREEN value IS 89 (35.16% from 255) = 22.36%

 BLUE value IS 191 (75% from 255) = 47.99%

R = 29.65%
G = 22.36%
B = 47.99%

CMYK

 C value IS 0.38

 M value IS 0.53

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7659BF (or 0x7659BF) is known color: Blue Marguerite. HEX triplet: 76, 59 and BF. RGB value is (118,89,191). Sum of RGB (Red+Green+Blue) = 118+89+191=398 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.65% from 398); Green value is 89 (35.16% from 255 or 22.36% from 398); Blue value is 191 (75% from 255 or 47.99% from 398); Max value from RGB is 191 - color contains mainly: blue. Hex color #7659BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7659BF is #89A640. Grayscale: #6C6C6C. Windows color (decimal): -9020993 or 12540278. OLE color: 12540278.

HSL color Cylindrical-coordinate representation of color #7659BF: hue angle of 257.06º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7659BF is Cyan = 0.38, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 118 89 191 -
CMYK 0.38 0.53 0 0.25
HSL 257.06º 0.44% 0.55% -
HSV(B) 257.06º 0.53% 0.75% -
XYZ 20.45 14.76 51.06 -
YUV 109.3 174.11 134.21 -
System Red Green Blue C M Y K H S L
Decimal 118 89 191 0.38 0.53 0 0.25 257.06 0.44 0.55
Hex 76 59 BF 26 35 0 19 101 2C 37
Octal 166 131 277 46 65 0 31 401 54 67
Binary 1110110 1011001 10111111 100110 110101 0 11001 100000001 101100 110111

Color Harmonies of #7659BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7659BF

Black with #7659BF

Text Example


Text Example

White with #7659BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7659BF; }

 p { color: rgb(118,89,191); }

 H1.HeaderClassName
 {
   color: #7659BF;
 }
 .AnyTagClassName
 {
   color: #7659BF;
 }
</style>

background-color css

<style>
 a { background-color: #7659BF; }

 a { background-color: rgb(118,89,191); }

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

border-color css

<style>
 span { border-color: #7659BF; }

 span { border-color: rgb(118,89,191); }

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