Html Css Color HEX #7956AB Studio

📋 copy color: '#7956AB'

red 121 ◦ green 86 ◦ blue 171

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

Shades of Studio #7956AB

Tints of Studio #7956AB

RGB

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

 GREEN value IS 86 (33.98% from 255) = 22.75%

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

R = 32.01%
G = 22.75%
B = 45.24%

CMYK

 C value IS 0.29

 M value IS 0.50

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7956AB (or 0x7956AB) is known color: Studio. HEX triplet: 79, 56 and AB. RGB value is (121,86,171). Sum of RGB (Red+Green+Blue) = 121+86+171=378 (50% of max value = 765). Red value is 121 (47.66% from 255 or 32.01% from 378); Green value is 86 (33.98% from 255 or 22.75% from 378); Blue value is 171 (67.19% from 255 or 45.24% from 378); Max value from RGB is 171 - color contains mainly: blue. Hex color #7956AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7956AB is #86A954. Grayscale: #696969. Windows color (decimal): -8825173 or 11228793. OLE color: 11228793.

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

Color convert

RGB 121 86 171 -
CMYK 0.29 0.50 0 0.33
HSL 264.71º 0.34% 0.5% -
HSV(B) 264.71º 0.5% 0.67% -
XYZ 18.56 13.66 40.19 -
YUV 106.16 164.6 138.59 -
System Red Green Blue C M Y K H S L
Decimal 121 86 171 0.29 0.50 0 0.33 264.71 0.34 0.5
Hex 79 56 AB 1D 32 0 21 109 22 32
Octal 171 126 253 35 62 0 41 411 42 62
Binary 1111001 1010110 10101011 11101 110010 0 100001 100001001 100010 110010

Color Harmonies of #7956AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7956AB

Black with #7956AB

Text Example


Text Example

White with #7956AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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