Html Css Color HEX #795EAD Scampi

📋 copy color: '#795EAD'

red 121 ◦ green 94 ◦ blue 173

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

Shades of Scampi #795EAD

Tints of Scampi #795EAD

RGB

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

 GREEN value IS 94 (37.11% from 255) = 24.23%

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

R = 31.19%
G = 24.23%
B = 44.59%

CMYK

 C value IS 0.30

 M value IS 0.46

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#795EAD (or 0x795EAD) is known color: Scampi. HEX triplet: 79, 5E and AD. RGB value is (121,94,173). Sum of RGB (Red+Green+Blue) = 121+94+173=388 (51% of max value = 765). Red value is 121 (47.66% from 255 or 31.19% from 388); Green value is 94 (37.11% from 255 or 24.23% from 388); Blue value is 173 (67.97% from 255 or 44.59% from 388); Max value from RGB is 173 - color contains mainly: blue. Hex color #795EAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #795EAD is #86A152. Grayscale: #6E6E6E. Windows color (decimal): -8823123 or 11361913. OLE color: 11361913.

HSL color Cylindrical-coordinate representation of color #795EAD: hue angle of 260.51º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #795EAD is Cyan = 0.30, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 121 94 173 -
CMYK 0.30 0.46 0 0.32
HSL 260.51º 0.33% 0.52% -
HSV(B) 260.51º 0.46% 0.68% -
XYZ 19.43 15.09 41.42 -
YUV 111.08 162.95 135.08 -
System Red Green Blue C M Y K H S L
Decimal 121 94 173 0.30 0.46 0 0.32 260.51 0.33 0.52
Hex 79 5E AD 1E 2E 0 20 105 21 34
Octal 171 136 255 36 56 0 40 405 41 64
Binary 1111001 1011110 10101101 11110 101110 0 100000 100000101 100001 110100

Color Harmonies of #795EAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #795EAD

Black with #795EAD

Text Example


Text Example

White with #795EAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #795EAD; }

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

 H1.HeaderClassName
 {
   color: #795EAD;
 }
 .AnyTagClassName
 {
   color: #795EAD;
 }
</style>

background-color css

<style>
 a { background-color: #795EAD; }

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

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

border-color css

<style>
 span { border-color: #795EAD; }

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

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