Html Css Color HEX #746CA1 Scampi

📋 copy color: '#746CA1'

red 116 ◦ green 108 ◦ blue 161

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

Shades of Scampi #746CA1

Tints of Scampi #746CA1

RGB

 RED value IS 116 (45.7% from 255) = 30.13%

 GREEN value IS 108 (42.58% from 255) = 28.05%

 BLUE value IS 161 (63.28% from 255) = 41.82%

R = 30.13%
G = 28.05%
B = 41.82%

CMYK

 C value IS 0.28

 M value IS 0.33

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#746CA1 (or 0x746CA1) is known color: Scampi. HEX triplet: 74, 6C and A1. RGB value is (116,108,161). Sum of RGB (Red+Green+Blue) = 116+108+161=385 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.13% from 385); Green value is 108 (42.58% from 255 or 28.05% from 385); Blue value is 161 (63.28% from 255 or 41.82% from 385); Max value from RGB is 161 - color contains mainly: blue. Hex color #746CA1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #746CA1 is #8B935E. Grayscale: #747474. Windows color (decimal): -9147231 or 10579060. OLE color: 10579060.

HSL color Cylindrical-coordinate representation of color #746CA1: hue angle of 249.06º degrees, saturation: 0.22, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #746CA1 is Cyan = 0.28, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 116 108 161 -
CMYK 0.28 0.33 0 0.37
HSL 249.06º 0.22% 0.53% -
HSV(B) 249.06º 0.33% 0.63% -
XYZ 19 17.01 36 -
YUV 116.43 153.15 127.69 -
System Red Green Blue C M Y K H S L
Decimal 116 108 161 0.28 0.33 0 0.37 249.06 0.22 0.53
Hex 74 6C A1 1C 21 0 25 F9 16 35
Octal 164 154 241 34 41 0 45 371 26 65
Binary 1110100 1101100 10100001 11100 100001 0 100101 11111001 10110 110101

Color Harmonies of #746CA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746CA1

Black with #746CA1

Text Example


Text Example

White with #746CA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #746CA1; }

 p { color: rgb(116,108,161); }

 H1.HeaderClassName
 {
   color: #746CA1;
 }
 .AnyTagClassName
 {
   color: #746CA1;
 }
</style>

background-color css

<style>
 a { background-color: #746CA1; }

 a { background-color: rgb(116,108,161); }

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

border-color css

<style>
 span { border-color: #746CA1; }

 span { border-color: rgb(116,108,161); }

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