Html Css Color HEX #7958B6 Blue Marguerite

📋 copy color: '#7958B6'

red 121 ◦ green 88 ◦ blue 182

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

Shades of Blue Marguerite #7958B6

Tints of Blue Marguerite #7958B6

RGB

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

 GREEN value IS 88 (34.77% from 255) = 22.51%

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

R = 30.95%
G = 22.51%
B = 46.55%

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

#7958B6 (or 0x7958B6) is known color: Blue Marguerite. HEX triplet: 79, 58 and B6. RGB value is (121,88,182). Sum of RGB (Red+Green+Blue) = 121+88+182=391 (51% of max value = 765). Red value is 121 (47.66% from 255 or 30.95% from 391); Green value is 88 (34.77% from 255 or 22.51% from 391); Blue value is 182 (71.48% from 255 or 46.55% from 391); Max value from RGB is 182 - color contains mainly: blue. Hex color #7958B6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7958B6 is #86A749. Grayscale: #6C6C6C. Windows color (decimal): -8824650 or 11950201. OLE color: 11950201.

HSL color Cylindrical-coordinate representation of color #7958B6: hue angle of 261.06º 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 #7958B6 is Cyan = 0.34, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 121 88 182 -
CMYK 0.34 0.52 0 0.29
HSL 261.06º 0.39% 0.53% -
HSV(B) 261.06º 0.52% 0.71% -
XYZ 19.82 14.42 46 -
YUV 108.58 169.43 136.86 -
System Red Green Blue C M Y K H S L
Decimal 121 88 182 0.34 0.52 0 0.29 261.06 0.39 0.53
Hex 79 58 B6 22 34 0 1D 105 27 35
Octal 171 130 266 42 64 0 35 405 47 65
Binary 1111001 1011000 10110110 100010 110100 0 11101 100000101 100111 110101

Color Harmonies of #7958B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7958B6

Black with #7958B6

Text Example


Text Example

White with #7958B6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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