Html Css Color HEX #7659BD Blue Marguerite

📋 copy color: '#7659BD'

red 118 ◦ green 89 ◦ blue 189

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

Shades of Blue Marguerite #7659BD

Tints of Blue Marguerite #7659BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 47.73%

R = 29.8%
G = 22.47%
B = 47.73%

CMYK

 C value IS 0.38

 M value IS 0.53

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7659BD (or 0x7659BD) is known color: Blue Marguerite. HEX triplet: 76, 59 and BD. RGB value is (118,89,189). Sum of RGB (Red+Green+Blue) = 118+89+189=396 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.80% from 396); Green value is 89 (35.16% from 255 or 22.47% from 396); Blue value is 189 (74.22% from 255 or 47.73% from 396); Max value from RGB is 189 - color contains mainly: blue. Hex color #7659BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7659BD is #89A642. Grayscale: #6C6C6C. Windows color (decimal): -9020995 or 12409206. OLE color: 12409206.

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

Color convert

RGB 118 89 189 -
CMYK 0.38 0.53 0 0.26
HSL 257.4º 0.43% 0.55% -
HSV(B) 257.4º 0.53% 0.74% -
XYZ 20.23 14.67 49.91 -
YUV 109.07 173.11 134.37 -
System Red Green Blue C M Y K H S L
Decimal 118 89 189 0.38 0.53 0 0.26 257.4 0.43 0.55
Hex 76 59 BD 26 35 0 1A 101 2B 37
Octal 166 131 275 46 65 0 32 401 53 67
Binary 1110110 1011001 10111101 100110 110101 0 11010 100000001 101011 110111

Color Harmonies of #7659BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7659BD

Black with #7659BD

Text Example


Text Example

White with #7659BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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