Html Css Color HEX #7965AD Scampi

📋 copy color: '#7965AD'

red 121 ◦ green 101 ◦ blue 173

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

Shades of Scampi #7965AD

Tints of Scampi #7965AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 43.8%

R = 30.63%
G = 25.57%
B = 43.8%

CMYK

 C value IS 0.30

 M value IS 0.42

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#7965AD (or 0x7965AD) is known color: Scampi. HEX triplet: 79, 65 and AD. RGB value is (121,101,173). Sum of RGB (Red+Green+Blue) = 121+101+173=395 (52% of max value = 765). Red value is 121 (47.66% from 255 or 30.63% from 395); Green value is 101 (39.84% from 255 or 25.57% from 395); Blue value is 173 (67.97% from 255 or 43.80% from 395); Max value from RGB is 173 - color contains mainly: blue. Hex color #7965AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7965AD is #869A52. Grayscale: #727272. Windows color (decimal): -8821331 or 11363705. OLE color: 11363705.

HSL color Cylindrical-coordinate representation of color #7965AD: hue angle of 256.67º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7965AD is Cyan = 0.30, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 121 101 173 -
CMYK 0.30 0.42 0 0.32
HSL 256.67º 0.31% 0.54% -
HSV(B) 256.67º 0.42% 0.68% -
XYZ 20.08 16.39 41.64 -
YUV 115.19 160.63 132.15 -
System Red Green Blue C M Y K H S L
Decimal 121 101 173 0.30 0.42 0 0.32 256.67 0.31 0.54
Hex 79 65 AD 1E 2A 0 20 101 1F 36
Octal 171 145 255 36 52 0 40 401 37 66
Binary 1111001 1100101 10101101 11110 101010 0 100000 100000001 11111 110110

Color Harmonies of #7965AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7965AD

Black with #7965AD

Text Example


Text Example

White with #7965AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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