Html Css Color HEX #7957B6 Blue Marguerite

📋 copy color: '#7957B6'

red 121 ◦ green 87 ◦ blue 182

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

Shades of Blue Marguerite #7957B6

Tints of Blue Marguerite #7957B6

RGB

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

 GREEN value IS 87 (34.38% from 255) = 22.31%

 BLUE value IS 182 (71.48% from 255) = 46.67%

R = 31.03%
G = 22.31%
B = 46.67%

CMYK

 C value IS 0.34

 M value IS 0.52

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#7957B6 (or 0x7957B6) is known color: Blue Marguerite. HEX triplet: 79, 57 and B6. RGB value is (121,87,182). Sum of RGB (Red+Green+Blue) = 121+87+182=390 (51% of max value = 765). Red value is 121 (47.66% from 255 or 31.03% from 390); Green value is 87 (34.38% from 255 or 22.31% from 390); Blue value is 182 (71.48% from 255 or 46.67% from 390); Max value from RGB is 182 - color contains mainly: blue. Hex color #7957B6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7957B6 is #86A849. Grayscale: #6B6B6B. Windows color (decimal): -8824906 or 11949945. OLE color: 11949945.

HSL color Cylindrical-coordinate representation of color #7957B6: hue angle of 261.47º degrees, saturation: 0.39, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7957B6 is Cyan = 0.34, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 121 87 182 -
CMYK 0.34 0.52 0 0.29
HSL 261.47º 0.39% 0.53% -
HSV(B) 261.47º 0.52% 0.71% -
XYZ 19.74 14.26 45.97 -
YUV 108 169.76 137.28 -
System Red Green Blue C M Y K H S L
Decimal 121 87 182 0.34 0.52 0 0.29 261.47 0.39 0.53
Hex 79 57 B6 22 34 0 1D 105 27 35
Octal 171 127 266 42 64 0 35 405 47 65
Binary 1111001 1010111 10110110 100010 110100 0 11101 100000101 100111 110101

Color Harmonies of #7957B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7957B6

Black with #7957B6

Text Example


Text Example

White with #7957B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7957B6; }

 p { color: rgb(121,87,182); }

 H1.HeaderClassName
 {
   color: #7957B6;
 }
 .AnyTagClassName
 {
   color: #7957B6;
 }
</style>

background-color css

<style>
 a { background-color: #7957B6; }

 a { background-color: rgb(121,87,182); }

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

border-color css

<style>
 span { border-color: #7957B6; }

 span { border-color: rgb(121,87,182); }

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