Html Css Color HEX #7958C0 Blue Marguerite

📋 copy color: '#7958C0'

red 121 ◦ green 88 ◦ blue 192

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

Shades of Blue Marguerite #7958C0

Tints of Blue Marguerite #7958C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 47.88%

R = 30.17%
G = 21.95%
B = 47.88%

CMYK

 C value IS 0.37

 M value IS 0.54

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7958C0 (or 0x7958C0) is known color: Blue Marguerite. HEX triplet: 79, 58 and C0. RGB value is (121,88,192). Sum of RGB (Red+Green+Blue) = 121+88+192=401 (53% of max value = 765). Red value is 121 (47.66% from 255 or 30.17% from 401); Green value is 88 (34.77% from 255 or 21.95% from 401); Blue value is 192 (75.39% from 255 or 47.88% from 401); Max value from RGB is 192 - color contains mainly: blue. Hex color #7958C0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7958C0 is #86A73F. Grayscale: #6D6D6D. Windows color (decimal): -8824640 or 12605561. OLE color: 12605561.

HSL color Cylindrical-coordinate representation of color #7958C0: hue angle of 259.04º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7958C0 is Cyan = 0.37, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 121 88 192 -
CMYK 0.37 0.54 0 0.25
HSL 259.04º 0.45% 0.55% -
HSV(B) 259.04º 0.54% 0.75% -
XYZ 20.89 14.85 51.63 -
YUV 109.72 174.43 136.04 -
System Red Green Blue C M Y K H S L
Decimal 121 88 192 0.37 0.54 0 0.25 259.04 0.45 0.55
Hex 79 58 C0 25 36 0 19 103 2D 37
Octal 171 130 300 45 66 0 31 403 55 67
Binary 1111001 1011000 11000000 100101 110110 0 11001 100000011 101101 110111

Color Harmonies of #7958C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7958C0

Black with #7958C0

Text Example


Text Example

White with #7958C0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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