Html Css Color HEX #7964AF Scampi

📋 copy color: '#7964AF'

red 121 ◦ green 100 ◦ blue 175

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

Shades of Scampi #7964AF

Tints of Scampi #7964AF

RGB

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

 GREEN value IS 100 (39.45% from 255) = 25.25%

 BLUE value IS 175 (68.75% from 255) = 44.19%

R = 30.56%
G = 25.25%
B = 44.19%

CMYK

 C value IS 0.31

 M value IS 0.43

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#7964AF (or 0x7964AF) is known color: Scampi. HEX triplet: 79, 64 and AF. RGB value is (121,100,175). Sum of RGB (Red+Green+Blue) = 121+100+175=396 (52% of max value = 765). Red value is 121 (47.66% from 255 or 30.56% from 396); Green value is 100 (39.45% from 255 or 25.25% from 396); Blue value is 175 (68.75% from 255 or 44.19% from 396); Max value from RGB is 175 - color contains mainly: blue. Hex color #7964AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7964AF is #869B50. Grayscale: #727272. Windows color (decimal): -8821585 or 11494521. OLE color: 11494521.

HSL color Cylindrical-coordinate representation of color #7964AF: hue angle of 256.8º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7964AF is Cyan = 0.31, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 121 100 175 -
CMYK 0.31 0.43 0 0.31
HSL 256.8º 0.32% 0.54% -
HSV(B) 256.8º 0.43% 0.69% -
XYZ 20.18 16.27 42.64 -
YUV 114.83 161.96 132.4 -
System Red Green Blue C M Y K H S L
Decimal 121 100 175 0.31 0.43 0 0.31 256.8 0.32 0.54
Hex 79 64 AF 1F 2B 0 1F 101 20 36
Octal 171 144 257 37 53 0 37 401 40 66
Binary 1111001 1100100 10101111 11111 101011 0 11111 100000001 100000 110110

Color Harmonies of #7964AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7964AF

Black with #7964AF

Text Example


Text Example

White with #7964AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7964AF; }

 p { color: rgb(121,100,175); }

 H1.HeaderClassName
 {
   color: #7964AF;
 }
 .AnyTagClassName
 {
   color: #7964AF;
 }
</style>

background-color css

<style>
 a { background-color: #7964AF; }

 a { background-color: rgb(121,100,175); }

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

border-color css

<style>
 span { border-color: #7964AF; }

 span { border-color: rgb(121,100,175); }

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