Html Css Color HEX #795CAB Scampi

📋 copy color: '#795CAB'

red 121 ◦ green 92 ◦ blue 171

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

Shades of Scampi #795CAB

Tints of Scampi #795CAB

RGB

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

 GREEN value IS 92 (36.33% from 255) = 23.96%

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

R = 31.51%
G = 23.96%
B = 44.53%

CMYK

 C value IS 0.29

 M value IS 0.46

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#795CAB (or 0x795CAB) is known color: Scampi. HEX triplet: 79, 5C and AB. RGB value is (121,92,171). Sum of RGB (Red+Green+Blue) = 121+92+171=384 (50% of max value = 765). Red value is 121 (47.66% from 255 or 31.51% from 384); Green value is 92 (36.33% from 255 or 23.96% from 384); Blue value is 171 (67.19% from 255 or 44.53% from 384); Max value from RGB is 171 - color contains mainly: blue. Hex color #795CAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #795CAB is #86A354. Grayscale: #6D6D6D. Windows color (decimal): -8823637 or 11230329. OLE color: 11230329.

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

Color convert

RGB 121 92 171 -
CMYK 0.29 0.46 0 0.33
HSL 262.03º 0.32% 0.52% -
HSV(B) 262.03º 0.46% 0.67% -
XYZ 19.06 14.66 40.35 -
YUV 109.68 162.61 136.08 -
System Red Green Blue C M Y K H S L
Decimal 121 92 171 0.29 0.46 0 0.33 262.03 0.32 0.52
Hex 79 5C AB 1D 2E 0 21 106 20 34
Octal 171 134 253 35 56 0 41 406 40 64
Binary 1111001 1011100 10101011 11101 101110 0 100001 100000110 100000 110100

Color Harmonies of #795CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #795CAB

Black with #795CAB

Text Example


Text Example

White with #795CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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