Html Css Color HEX #7659BC Blue Marguerite

📋 copy color: '#7659BC'

red 118 ◦ green 89 ◦ blue 188

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

Shades of Blue Marguerite #7659BC

Tints of Blue Marguerite #7659BC

RGB

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

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

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

R = 29.87%
G = 22.53%
B = 47.59%

CMYK

 C value IS 0.37

 M value IS 0.53

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7659BC (or 0x7659BC) is known color: Blue Marguerite. HEX triplet: 76, 59 and BC. RGB value is (118,89,188). Sum of RGB (Red+Green+Blue) = 118+89+188=395 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.87% from 395); Green value is 89 (35.16% from 255 or 22.53% from 395); Blue value is 188 (73.83% from 255 or 47.59% from 395); Max value from RGB is 188 - color contains mainly: blue. Hex color #7659BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7659BC is #89A643. Grayscale: #6C6C6C. Windows color (decimal): -9020996 or 12343670. OLE color: 12343670.

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

Color convert

RGB 118 89 188 -
CMYK 0.37 0.53 0 0.26
HSL 257.58º 0.42% 0.54% -
HSV(B) 257.58º 0.53% 0.74% -
XYZ 20.12 14.63 49.34 -
YUV 108.96 172.61 134.45 -
System Red Green Blue C M Y K H S L
Decimal 118 89 188 0.37 0.53 0 0.26 257.58 0.42 0.54
Hex 76 59 BC 25 35 0 1A 102 2A 36
Octal 166 131 274 45 65 0 32 402 52 66
Binary 1110110 1011001 10111100 100101 110101 0 11010 100000010 101010 110110

Color Harmonies of #7659BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7659BC

Black with #7659BC

Text Example


Text Example

White with #7659BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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