Html Css Color HEX #7962AB Scampi

📋 copy color: '#7962AB'

red 121 ◦ green 98 ◦ blue 171

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

Shades of Scampi #7962AB

Tints of Scampi #7962AB

RGB

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

 GREEN value IS 98 (38.67% from 255) = 25.13%

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

R = 31.03%
G = 25.13%
B = 43.85%

CMYK

 C value IS 0.29

 M value IS 0.43

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7962AB (or 0x7962AB) is known color: Scampi. HEX triplet: 79, 62 and AB. RGB value is (121,98,171). Sum of RGB (Red+Green+Blue) = 121+98+171=390 (51% of max value = 765). Red value is 121 (47.66% from 255 or 31.03% from 390); Green value is 98 (38.67% from 255 or 25.13% from 390); Blue value is 171 (67.19% from 255 or 43.85% from 390); Max value from RGB is 171 - color contains mainly: blue. Hex color #7962AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7962AB is #869D54. Grayscale: #707070. Windows color (decimal): -8822101 or 11231865. OLE color: 11231865.

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

Color convert

RGB 121 98 171 -
CMYK 0.29 0.43 0 0.33
HSL 258.9º 0.3% 0.53% -
HSV(B) 258.9º 0.43% 0.67% -
XYZ 19.6 15.74 40.53 -
YUV 113.2 160.62 133.56 -
System Red Green Blue C M Y K H S L
Decimal 121 98 171 0.29 0.43 0 0.33 258.9 0.3 0.53
Hex 79 62 AB 1D 2B 0 21 103 1E 35
Octal 171 142 253 35 53 0 41 403 36 65
Binary 1111001 1100010 10101011 11101 101011 0 100001 100000011 11110 110101

Color Harmonies of #7962AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7962AB

Black with #7962AB

Text Example


Text Example

White with #7962AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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