Html Css Color HEX #7965AA Scampi

📋 copy color: '#7965AA'

red 121 ◦ green 101 ◦ blue 170

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

Shades of Scampi #7965AA

Tints of Scampi #7965AA

RGB

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

 GREEN value IS 101 (39.84% from 255) = 25.77%

 BLUE value IS 170 (66.8% from 255) = 43.37%

R = 30.87%
G = 25.77%
B = 43.37%

CMYK

 C value IS 0.29

 M value IS 0.41

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7965AA (or 0x7965AA) is known color: Scampi. HEX triplet: 79, 65 and AA. RGB value is (121,101,170). Sum of RGB (Red+Green+Blue) = 121+101+170=392 (51% of max value = 765). Red value is 121 (47.66% from 255 or 30.87% from 392); Green value is 101 (39.84% from 255 or 25.77% from 392); Blue value is 170 (66.80% from 255 or 43.37% from 392); Max value from RGB is 170 - color contains mainly: blue. Hex color #7965AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7965AA is #869A55. Grayscale: #727272. Windows color (decimal): -8821334 or 11167097. OLE color: 11167097.

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

Color convert

RGB 121 101 170 -
CMYK 0.29 0.41 0 0.33
HSL 257.39º 0.29% 0.53% -
HSV(B) 257.39º 0.41% 0.67% -
XYZ 19.79 16.27 40.13 -
YUV 114.85 159.13 132.39 -
System Red Green Blue C M Y K H S L
Decimal 121 101 170 0.29 0.41 0 0.33 257.39 0.29 0.53
Hex 79 65 AA 1D 29 0 21 101 1D 35
Octal 171 145 252 35 51 0 41 401 35 65
Binary 1111001 1100101 10101010 11101 101001 0 100001 100000001 11101 110101

Color Harmonies of #7965AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7965AA

Black with #7965AA

Text Example


Text Example

White with #7965AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7965AA; }

 p { color: rgb(121,101,170); }

 H1.HeaderClassName
 {
   color: #7965AA;
 }
 .AnyTagClassName
 {
   color: #7965AA;
 }
</style>

background-color css

<style>
 a { background-color: #7965AA; }

 a { background-color: rgb(121,101,170); }

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

border-color css

<style>
 span { border-color: #7965AA; }

 span { border-color: rgb(121,101,170); }

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