Html Css Color HEX #7959A6 Studio

📋 copy color: '#7959A6'

red 121 ◦ green 89 ◦ blue 166

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

Shades of Studio #7959A6

Tints of Studio #7959A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 44.15%

R = 32.18%
G = 23.67%
B = 44.15%

CMYK

 C value IS 0.27

 M value IS 0.46

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#7959A6 (or 0x7959A6) is known color: Studio. HEX triplet: 79, 59 and A6. RGB value is (121,89,166). Sum of RGB (Red+Green+Blue) = 121+89+166=376 (49% of max value = 765). Red value is 121 (47.66% from 255 or 32.18% from 376); Green value is 89 (35.16% from 255 or 23.67% from 376); Blue value is 166 (65.23% from 255 or 44.15% from 376); Max value from RGB is 166 - color contains mainly: blue. Hex color #7959A6 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7959A6 is #86A659. Grayscale: #6B6B6B. Windows color (decimal): -8824410 or 10901881. OLE color: 10901881.

HSL color Cylindrical-coordinate representation of color #7959A6: hue angle of 264.94º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7959A6 is Cyan = 0.27, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 121 89 166 -
CMYK 0.27 0.46 0 0.35
HSL 264.94º 0.3% 0.5% -
HSV(B) 264.94º 0.46% 0.65% -
XYZ 18.34 13.96 37.8 -
YUV 107.35 161.1 137.74 -
System Red Green Blue C M Y K H S L
Decimal 121 89 166 0.27 0.46 0 0.35 264.94 0.3 0.5
Hex 79 59 A6 1B 2E 0 23 109 1E 32
Octal 171 131 246 33 56 0 43 411 36 62
Binary 1111001 1011001 10100110 11011 101110 0 100011 100001001 11110 110010

Color Harmonies of #7959A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7959A6

Black with #7959A6

Text Example


Text Example

White with #7959A6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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