Html Css Color HEX #7959BB Blue Marguerite

📋 copy color: '#7959BB'

red 121 ◦ green 89 ◦ blue 187

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

Shades of Blue Marguerite #7959BB

Tints of Blue Marguerite #7959BB

RGB

 RED value IS 121 (47.66% from 255) = 30.48%

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

 BLUE value IS 187 (73.44% from 255) = 47.1%

R = 30.48%
G = 22.42%
B = 47.1%

CMYK

 C value IS 0.35

 M value IS 0.52

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7959BB (or 0x7959BB) is known color: Blue Marguerite. HEX triplet: 79, 59 and BB. RGB value is (121,89,187). Sum of RGB (Red+Green+Blue) = 121+89+187=397 (52% of max value = 765). Red value is 121 (47.66% from 255 or 30.48% from 397); Green value is 89 (35.16% from 255 or 22.42% from 397); Blue value is 187 (73.44% from 255 or 47.10% from 397); Max value from RGB is 187 - color contains mainly: blue. Hex color #7959BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7959BB is #86A644. Grayscale: #6D6D6D. Windows color (decimal): -8824389 or 12278137. OLE color: 12278137.

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

Color convert

RGB 121 89 187 -
CMYK 0.35 0.52 0 0.27
HSL 259.59º 0.42% 0.54% -
HSV(B) 259.59º 0.52% 0.73% -
XYZ 20.43 14.8 48.79 -
YUV 109.74 171.6 136.03 -
System Red Green Blue C M Y K H S L
Decimal 121 89 187 0.35 0.52 0 0.27 259.59 0.42 0.54
Hex 79 59 BB 23 34 0 1B 104 2A 36
Octal 171 131 273 43 64 0 33 404 52 66
Binary 1111001 1011001 10111011 100011 110100 0 11011 100000100 101010 110110

Color Harmonies of #7959BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7959BB

Black with #7959BB

Text Example


Text Example

White with #7959BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7959BB; }

 p { color: rgb(121,89,187); }

 H1.HeaderClassName
 {
   color: #7959BB;
 }
 .AnyTagClassName
 {
   color: #7959BB;
 }
</style>

background-color css

<style>
 a { background-color: #7959BB; }

 a { background-color: rgb(121,89,187); }

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

border-color css

<style>
 span { border-color: #7959BB; }

 span { border-color: rgb(121,89,187); }

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