Html Css Color HEX #7950AB Studio

📋 copy color: '#7950AB'

red 121 ◦ green 80 ◦ blue 171

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

Shades of Studio #7950AB

Tints of Studio #7950AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 45.97%

R = 32.53%
G = 21.51%
B = 45.97%

CMYK

 C value IS 0.29

 M value IS 0.53

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7950AB (or 0x7950AB) is known color: Studio. HEX triplet: 79, 50 and AB. RGB value is (121,80,171). Sum of RGB (Red+Green+Blue) = 121+80+171=372 (49% of max value = 765). Red value is 121 (47.66% from 255 or 32.53% from 372); Green value is 80 (31.64% from 255 or 21.51% from 372); Blue value is 171 (67.19% from 255 or 45.97% from 372); Max value from RGB is 171 - color contains mainly: blue. Hex color #7950AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7950AB is #86AF54. Grayscale: #666666. Windows color (decimal): -8826709 or 11227257. OLE color: 11227257.

HSL color Cylindrical-coordinate representation of color #7950AB: hue angle of 267.03º degrees, saturation: 0.36, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7950AB is Cyan = 0.29, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 121 80 171 -
CMYK 0.29 0.53 0 0.33
HSL 267.03º 0.36% 0.49% -
HSV(B) 267.03º 0.53% 0.67% -
XYZ 18.1 12.74 40.03 -
YUV 102.63 166.58 141.1 -
System Red Green Blue C M Y K H S L
Decimal 121 80 171 0.29 0.53 0 0.33 267.03 0.36 0.49
Hex 79 50 AB 1D 35 0 21 10B 24 31
Octal 171 120 253 35 65 0 41 413 44 61
Binary 1111001 1010000 10101011 11101 110101 0 100001 100001011 100100 110001

Color Harmonies of #7950AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7950AB

Black with #7950AB

Text Example


Text Example

White with #7950AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7950AB; }

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

 H1.HeaderClassName
 {
   color: #7950AB;
 }
 .AnyTagClassName
 {
   color: #7950AB;
 }
</style>

background-color css

<style>
 a { background-color: #7950AB; }

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

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

border-color css

<style>
 span { border-color: #7950AB; }

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

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