Html Css Color HEX #79509D Studio

📋 copy color: '#79509D'

red 121 ◦ green 80 ◦ blue 157

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

Shades of Studio #79509D

Tints of Studio #79509D

RGB

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

 GREEN value IS 80 (31.64% from 255) = 22.35%

 BLUE value IS 157 (61.72% from 255) = 43.85%

R = 33.8%
G = 22.35%
B = 43.85%

CMYK

 C value IS 0.23

 M value IS 0.49

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#79509D (or 0x79509D) is known color: Studio. HEX triplet: 79, 50 and 9D. RGB value is (121,80,157). Sum of RGB (Red+Green+Blue) = 121+80+157=358 (47% of max value = 765). Red value is 121 (47.66% from 255 or 33.80% from 358); Green value is 80 (31.64% from 255 or 22.35% from 358); Blue value is 157 (61.72% from 255 or 43.85% from 358); Max value from RGB is 157 - color contains mainly: blue. Hex color #79509D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #79509D is #86AF62. Grayscale: #646464. Windows color (decimal): -8826723 or 10309753. OLE color: 10309753.

HSL color Cylindrical-coordinate representation of color #79509D: hue angle of 271.95º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #79509D is Cyan = 0.23, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 121 80 157 -
CMYK 0.23 0.49 0 0.38
HSL 271.95º 0.32% 0.46% -
HSV(B) 271.95º 0.49% 0.62% -
XYZ 16.84 12.24 33.37 -
YUV 101.04 159.58 142.24 -
System Red Green Blue C M Y K H S L
Decimal 121 80 157 0.23 0.49 0 0.38 271.95 0.32 0.46
Hex 79 50 9D 17 31 0 26 110 20 2E
Octal 171 120 235 27 61 0 46 420 40 56
Binary 1111001 1010000 10011101 10111 110001 0 100110 100010000 100000 101110

Color Harmonies of #79509D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79509D

Black with #79509D

Text Example


Text Example

White with #79509D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #79509D; }

 p { color: rgb(121,80,157); }

 H1.HeaderClassName
 {
   color: #79509D;
 }
 .AnyTagClassName
 {
   color: #79509D;
 }
</style>

background-color css

<style>
 a { background-color: #79509D; }

 a { background-color: rgb(121,80,157); }

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

border-color css

<style>
 span { border-color: #79509D; }

 span { border-color: rgb(121,80,157); }

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